diff --git a/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden b/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden
index 8d91b3b884..cdf0237891 100644
--- a/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden
+++ b/cmd/scw/testdata/test-all-usage-container-container-create-usage.golden
@@ -31,6 +31,7 @@ ARGS:
[health-check.failure-threshold] Number of consecutive health check failures before considering the container unhealthy.
[health-check.interval] Period between health checks.
[tags.{index}] Tags of the Serverless Container
+ [private-network-id]
[deploy=true] Deploy container after creation
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
diff --git a/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden b/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden
index d31c349209..6f5e098145 100644
--- a/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden
+++ b/cmd/scw/testdata/test-all-usage-container-container-update-usage.golden
@@ -31,6 +31,7 @@ ARGS:
[health-check.failure-threshold] Number of consecutive health check failures before considering the container unhealthy.
[health-check.interval] Period between health checks.
[tags.{index}] Tags of the Serverless Container
+ [private-network-id]
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
DEPRECATED ARGS:
diff --git a/cmd/scw/testdata/test-all-usage-container-namespace-create-usage.golden b/cmd/scw/testdata/test-all-usage-container-namespace-create-usage.golden
index d944eb6d70..d695029f87 100644
--- a/cmd/scw/testdata/test-all-usage-container-namespace-create-usage.golden
+++ b/cmd/scw/testdata/test-all-usage-container-namespace-create-usage.golden
@@ -13,6 +13,7 @@ ARGS:
[secret-environment-variables.{index}.key]
[secret-environment-variables.{index}.value]
[tags.{index}] Tags of the Serverless Container Namespace
+ [activate-vpc-integration]
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw)
FLAGS:
diff --git a/docs/commands/container.md b/docs/commands/container.md
index fe5e56c351..e966332c5a 100644
--- a/docs/commands/container.md
+++ b/docs/commands/container.md
@@ -86,6 +86,7 @@ scw container container create [arg=value ...]
| health-check.failure-threshold | | Number of consecutive health check failures before considering the container unhealthy. |
| health-check.interval | | Period between health checks. |
| tags.{index} | | Tags of the Serverless Container |
+| private-network-id | | |
| deploy | Default: `true` | Deploy container after creation |
| region | Default: `fr-par`
One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
@@ -216,6 +217,7 @@ scw container container update [arg=value ...]
| health-check.failure-threshold | | Number of consecutive health check failures before considering the container unhealthy. |
| health-check.interval | | Period between health checks. |
| tags.{index} | | Tags of the Serverless Container |
+| private-network-id | | |
| region | Default: `fr-par`
One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
@@ -477,6 +479,7 @@ scw container namespace create [arg=value ...]
| secret-environment-variables.{index}.key | | |
| secret-environment-variables.{index}.value | | |
| tags.{index} | | Tags of the Serverless Container Namespace |
+| activate-vpc-integration | | |
| region | Default: `fr-par`
One of: `fr-par`, `nl-ams`, `pl-waw` | Region to target. If none is passed will use default region from the config |
diff --git a/go.mod b/go.mod
index 30374887aa..1aa78769bf 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
github.com/mattn/go-isatty v0.0.20
github.com/moby/buildkit v0.13.2
github.com/opencontainers/go-digest v1.0.0
- github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250513115908-b0f902104f82
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250516160029-3f13aad4f58a
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
diff --git a/go.sum b/go.sum
index aacf42d772..0648b2df5f 100644
--- a/go.sum
+++ b/go.sum
@@ -466,8 +466,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
-github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250513115908-b0f902104f82 h1:HiThszq4WsYeLYznJjVm0RlsBw5uRalTPp3YEl5b0sc=
-github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250513115908-b0f902104f82/go.mod h1:qiGzapFyNPFwBBLJ+hTFykKSnU95n1zL64+o1ubmwf0=
+github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250516160029-3f13aad4f58a h1:nqYV4PtTnMTGYqUe3mQI7qm26QxcO/Jy/pA5qCOgfH0=
+github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250516160029-3f13aad4f58a/go.mod h1:qiGzapFyNPFwBBLJ+hTFykKSnU95n1zL64+o1ubmwf0=
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=
diff --git a/internal/namespaces/container/v1beta1/container_cli.go b/internal/namespaces/container/v1beta1/container_cli.go
index c0f6e8a58d..c668707edc 100644
--- a/internal/namespaces/container/v1beta1/container_cli.go
+++ b/internal/namespaces/container/v1beta1/container_cli.go
@@ -277,6 +277,12 @@ func containerNamespaceCreate() *core.Command {
Deprecated: false,
Positional: false,
},
+ {
+ Name: "activate-vpc-integration",
+ Required: false,
+ Deprecated: false,
+ Positional: false,
+ },
core.RegionArgSpec(
scw.RegionFrPar,
scw.RegionNlAms,
@@ -715,6 +721,12 @@ func containerContainerCreate() *core.Command {
Deprecated: false,
Positional: false,
},
+ {
+ Name: "private-network-id",
+ Required: false,
+ Deprecated: false,
+ Positional: false,
+ },
core.RegionArgSpec(
scw.RegionFrPar,
scw.RegionNlAms,
@@ -937,6 +949,12 @@ func containerContainerUpdate() *core.Command {
Deprecated: false,
Positional: false,
},
+ {
+ Name: "private-network-id",
+ Required: false,
+ Deprecated: false,
+ Positional: false,
+ },
core.RegionArgSpec(
scw.RegionFrPar,
scw.RegionNlAms,
diff --git a/internal/namespaces/container/v1beta1/testdata/test-create-simple.cassette.yaml b/internal/namespaces/container/v1beta1/testdata/test-create-simple.cassette.yaml
index 29659650ea..2b25192fc9 100644
--- a/internal/namespaces/container/v1beta1/testdata/test-create-simple.cassette.yaml
+++ b/internal/namespaces/container/v1beta1/testdata/test-create-simple.cassette.yaml
@@ -2,28 +2,38 @@
version: 1
interactions:
- request:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968411Z", "updated_at":"2025-05-19T14:36:25.677968411Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces
method: POST
response:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968411Z", "updated_at":"2025-05-19T14:36:25.677968411Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
headers:
Content-Length:
- - "371"
+ - "522"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 13 Jun 2023 13:04:17 GMT
+ - Mon, 19 May 2025 14:36:25 GMT
Server:
- - Scaleway API-Gateway
+ - Scaleway API Gateway (fr-par-1;edge03)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -31,31 +41,41 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - deffd039-a6a2-4f09-ace8-0ffd84edd7e9
+ - 86be6ad2-31f7-43da-a1fd-91fd4e4f6a9b
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) cli-e2e-test
- url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/550f7065-ee73-4399-a32b-49b179950b57
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/213fb58c-6b93-4713-94db-f747a8b2e400
method: GET
response:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"pending","registry_namespace_id":"","error_message":null,"registry_endpoint":"","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
headers:
Content-Length:
- - "371"
+ - "516"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 13 Jun 2023 13:04:17 GMT
+ - Mon, 19 May 2025 14:36:25 GMT
Server:
- - Scaleway API-Gateway
+ - Scaleway API Gateway (fr-par-1;edge03)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -63,31 +83,41 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0a4495de-a6a4-4758-a1d1-4e719ad70440
+ - a52313ac-524a-4851-aba0-51291c094f04
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","registry_namespace_id":"27885dea-fa5e-455b-b90b-2c67553a344b","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) cli-e2e-test
- url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/550f7065-ee73-4399-a32b-49b179950b57
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/213fb58c-6b93-4713-94db-f747a8b2e400
method: GET
response:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","registry_namespace_id":"27885dea-fa5e-455b-b90b-2c67553a344b","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
headers:
Content-Length:
- - "458"
+ - "516"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 13 Jun 2023 13:04:23 GMT
+ - Mon, 19 May 2025 14:36:30 GMT
Server:
- - Scaleway API-Gateway
+ - Scaleway API Gateway (fr-par-1;edge03)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -95,33 +125,221 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 989d3d6a-2cd2-4ac9-843c-7935b5b90cef
+ - c343b0e0-dedb-4b7e-bb7e-e2ed50bbbc31
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"eff8830f-5f3b-4e42-a2f0-8e4a77ec4cb0","name":"cli-test-kind-herschel","namespace_id":"550f7065-ee73-4399-a32b-49b179950b57","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3/cli-test-kind-herschel:latest","max_concurrency":50,"domain_name":"clicnssillyshirleyusnp0hk3-cli-test-kind-herschel.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":8080,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/213fb58c-6b93-4713-94db-f747a8b2e400
+ method: GET
+ response:
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
+ headers:
+ Content-Length:
+ - "516"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:36:35 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - f81327ea-0563-4431-b4bd-e837de4e8f2f
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/213fb58c-6b93-4713-94db-f747a8b2e400
+ method: GET
+ response:
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
+ headers:
+ Content-Length:
+ - "516"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:36:40 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - d75c094c-af60-4cc1-bf62-357101bd875a
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/213fb58c-6b93-4713-94db-f747a8b2e400
+ method: GET
+ response:
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"pending", "registry_namespace_id":"",
+ "error_message":null, "registry_endpoint":"", "description":"", "secret_environment_variables":[],
+ "tags":[], "created_at":"2025-05-19T14:36:25.677968Z", "updated_at":"2025-05-19T14:36:25.677968Z",
+ "vpc_integration_activated":false, "region":"fr-par"}'
+ headers:
+ Content-Length:
+ - "516"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:36:45 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 4fa51cd6-9bb8-48e9-9a90-6d9284adb410
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"ready", "registry_namespace_id":"ef73f459-75fd-4b71-8b2f-7a7f480928e9",
+ "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4",
+ "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-05-19T14:36:25.677968Z",
+ "updated_at":"2025-05-19T14:36:50.452676Z", "vpc_integration_activated":false,
+ "region":"fr-par"}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/213fb58c-6b93-4713-94db-f747a8b2e400
+ method: GET
+ response:
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"ready", "registry_namespace_id":"ef73f459-75fd-4b71-8b2f-7a7f480928e9",
+ "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4",
+ "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-05-19T14:36:25.677968Z",
+ "updated_at":"2025-05-19T14:36:50.452676Z", "vpc_integration_activated":false,
+ "region":"fr-par"}'
+ headers:
+ Content-Length:
+ - "603"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:36:51 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge03)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 051b4871-6ed5-46fd-9841-69811e84a142
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"id":"a2844e21-3cf0-42a3-bab0-194ff3ddcae4", "name":"cli-test-quirky-northcutt",
+ "namespace_id":"213fb58c-6b93-4713-94db-f747a8b2e400", "status":"created", "environment_variables":{},
+ "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s",
+ "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4/cli-test-quirky-northcutt:latest",
+ "max_concurrency":50, "domain_name":"clicnsgifteddarwinplhkllu4-cli-test-quirky-northcutt.functions.fnc.fr-par.scw.cloud",
+ "protocol":"http1", "port":8080, "secret_environment_variables":[], "http_option":"enabled",
+ "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50},
+ "created_at":"2025-05-19T14:36:51.224081657Z", "updated_at":"2025-05-19T14:36:51.224081657Z",
+ "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}},
+ "tags":[], "private_network_id":null, "region":"fr-par"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers
method: POST
response:
- body: '{"id":"eff8830f-5f3b-4e42-a2f0-8e4a77ec4cb0","name":"cli-test-kind-herschel","namespace_id":"550f7065-ee73-4399-a32b-49b179950b57","status":"created","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3/cli-test-kind-herschel:latest","max_concurrency":50,"domain_name":"clicnssillyshirleyusnp0hk3-cli-test-kind-herschel.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":8080,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}'
+ body: '{"id":"a2844e21-3cf0-42a3-bab0-194ff3ddcae4", "name":"cli-test-quirky-northcutt",
+ "namespace_id":"213fb58c-6b93-4713-94db-f747a8b2e400", "status":"created", "environment_variables":{},
+ "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s",
+ "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4/cli-test-quirky-northcutt:latest",
+ "max_concurrency":50, "domain_name":"clicnsgifteddarwinplhkllu4-cli-test-quirky-northcutt.functions.fnc.fr-par.scw.cloud",
+ "protocol":"http1", "port":8080, "secret_environment_variables":[], "http_option":"enabled",
+ "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50},
+ "created_at":"2025-05-19T14:36:51.224081657Z", "updated_at":"2025-05-19T14:36:51.224081657Z",
+ "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}},
+ "tags":[], "private_network_id":null, "region":"fr-par"}'
headers:
Content-Length:
- - "642"
+ - "990"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 13 Jun 2023 13:04:23 GMT
+ - Mon, 19 May 2025 14:36:51 GMT
Server:
- - Scaleway API-Gateway
+ - Scaleway API Gateway (fr-par-1;edge03)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -129,33 +347,51 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7eb50852-2517-423d-adb5-5ed6f925945e
+ - be9febb1-66d3-447f-a82e-3beec1c99bbd
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"eff8830f-5f3b-4e42-a2f0-8e4a77ec4cb0","name":"cli-test-kind-herschel","namespace_id":"550f7065-ee73-4399-a32b-49b179950b57","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3/cli-test-kind-herschel:latest","max_concurrency":50,"domain_name":"clicnssillyshirleyusnp0hk3-cli-test-kind-herschel.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":8080,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}'
+ body: '{"id":"a2844e21-3cf0-42a3-bab0-194ff3ddcae4", "name":"cli-test-quirky-northcutt",
+ "namespace_id":"213fb58c-6b93-4713-94db-f747a8b2e400", "status":"pending", "environment_variables":{},
+ "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s",
+ "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4/cli-test-quirky-northcutt:latest",
+ "max_concurrency":50, "domain_name":"clicnsgifteddarwinplhkllu4-cli-test-quirky-northcutt.functions.fnc.fr-par.scw.cloud",
+ "protocol":"http1", "port":8080, "secret_environment_variables":[], "http_option":"enabled",
+ "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50},
+ "created_at":"2025-05-19T14:36:51.224082Z", "updated_at":"2025-05-19T14:36:51.331319986Z",
+ "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}},
+ "tags":[], "private_network_id":null, "region":"fr-par"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) cli-e2e-test
- url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/eff8830f-5f3b-4e42-a2f0-8e4a77ec4cb0/deploy
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/containers/a2844e21-3cf0-42a3-bab0-194ff3ddcae4/deploy
method: POST
response:
- body: '{"id":"eff8830f-5f3b-4e42-a2f0-8e4a77ec4cb0","name":"cli-test-kind-herschel","namespace_id":"550f7065-ee73-4399-a32b-49b179950b57","status":"pending","environment_variables":{},"min_scale":0,"max_scale":5,"memory_limit":256,"cpu_limit":140,"timeout":"300s","error_message":null,"privacy":"public","description":"","registry_image":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3/cli-test-kind-herschel:latest","max_concurrency":50,"domain_name":"clicnssillyshirleyusnp0hk3-cli-test-kind-herschel.functions.fnc.fr-par.scw.cloud","protocol":"http1","port":8080,"secret_environment_variables":[],"http_option":"enabled","region":"fr-par"}'
+ body: '{"id":"a2844e21-3cf0-42a3-bab0-194ff3ddcae4", "name":"cli-test-quirky-northcutt",
+ "namespace_id":"213fb58c-6b93-4713-94db-f747a8b2e400", "status":"pending", "environment_variables":{},
+ "min_scale":0, "max_scale":5, "memory_limit":2048, "cpu_limit":1000, "timeout":"300s",
+ "error_message":null, "privacy":"public", "description":"", "registry_image":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4/cli-test-quirky-northcutt:latest",
+ "max_concurrency":50, "domain_name":"clicnsgifteddarwinplhkllu4-cli-test-quirky-northcutt.functions.fnc.fr-par.scw.cloud",
+ "protocol":"http1", "port":8080, "secret_environment_variables":[], "http_option":"enabled",
+ "sandbox":"v2", "local_storage_limit":1000, "scaling_option":{"concurrent_requests_threshold":50},
+ "created_at":"2025-05-19T14:36:51.224082Z", "updated_at":"2025-05-19T14:36:51.331319986Z",
+ "ready_at":null, "health_check":{"failure_threshold":30, "interval":"10s", "tcp":{}},
+ "tags":[], "private_network_id":null, "region":"fr-par"}'
headers:
Content-Length:
- - "642"
+ - "987"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 13 Jun 2023 13:04:23 GMT
+ - Mon, 19 May 2025 14:36:51 GMT
Server:
- - Scaleway API-Gateway
+ - Scaleway API Gateway (fr-par-1;edge03)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -163,31 +399,43 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 46c4743b-6f0b-4e4f-8ce6-e96863efce7e
+ - 46498170-c73f-40ce-8766-61bed8445518
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"deleting","registry_namespace_id":"27885dea-fa5e-455b-b90b-2c67553a344b","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"deleting", "registry_namespace_id":"ef73f459-75fd-4b71-8b2f-7a7f480928e9",
+ "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4",
+ "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-05-19T14:36:25.677968Z",
+ "updated_at":"2025-05-19T14:36:51.417017921Z", "vpc_integration_activated":false,
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.1; linux; amd64) cli-e2e-test
- url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/550f7065-ee73-4399-a32b-49b179950b57
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/containers/v1beta1/regions/fr-par/namespaces/213fb58c-6b93-4713-94db-f747a8b2e400
method: DELETE
response:
- body: '{"id":"550f7065-ee73-4399-a32b-49b179950b57","name":"cli-cns-silly-shirley","environment_variables":{},"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"deleting","registry_namespace_id":"27885dea-fa5e-455b-b90b-2c67553a344b","error_message":null,"registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3","description":"","secret_environment_variables":[],"region":"fr-par"}'
+ body: '{"id":"213fb58c-6b93-4713-94db-f747a8b2e400", "name":"cli-cns-gifted-darwin",
+ "environment_variables":{}, "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"deleting", "registry_namespace_id":"ef73f459-75fd-4b71-8b2f-7a7f480928e9",
+ "error_message":null, "registry_endpoint":"rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4",
+ "description":"", "secret_environment_variables":[], "tags":[], "created_at":"2025-05-19T14:36:25.677968Z",
+ "updated_at":"2025-05-19T14:36:51.417017921Z", "vpc_integration_activated":false,
+ "region":"fr-par"}'
headers:
Content-Length:
- - "461"
+ - "609"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Tue, 13 Jun 2023 13:04:23 GMT
+ - Mon, 19 May 2025 14:36:51 GMT
Server:
- - Scaleway API-Gateway
+ - Scaleway API Gateway (fr-par-1;edge03)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -195,7 +443,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0beec01d-efd0-4ce3-ae32-2ffa2692bf26
+ - 203f30f3-874c-4f5b-99b7-c4d128b863b4
status: 200 OK
code: 200
duration: ""
diff --git a/internal/namespaces/container/v1beta1/testdata/test-create-simple.golden b/internal/namespaces/container/v1beta1/testdata/test-create-simple.golden
index 10f1ad4726..182fec16d7 100644
--- a/internal/namespaces/container/v1beta1/testdata/test-create-simple.golden
+++ b/internal/namespaces/container/v1beta1/testdata/test-create-simple.golden
@@ -1,54 +1,66 @@
π²π²π² EXIT CODE: 0 π²π²π²
π©π©π© STDOUTοΈ π©π©π©οΈ
-ID eff8830f-5f3b-4e42-a2f0-8e4a77ec4cb0
-Name cli-test-kind-herschel
-NamespaceID 550f7065-ee73-4399-a32b-49b179950b57
-Status pending
-MinScale 0
-MaxScale 5
-MemoryLimit 256
-CPULimit 140
-Timeout 5 minutes
-Privacy public
-Description -
-RegistryImage rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3/cli-test-kind-herschel:latest
-MaxConcurrency 50
-DomainName clicnssillyshirleyusnp0hk3-cli-test-kind-herschel.functions.fnc.fr-par.scw.cloud
-Protocol http1
-Port 8080
-HTTPOption enabled
-Sandbox unknown_sandbox
-LocalStorageLimit 0
-Region fr-par
+ID a2844e21-3cf0-42a3-bab0-194ff3ddcae4
+Name cli-test-quirky-northcutt
+NamespaceID 213fb58c-6b93-4713-94db-f747a8b2e400
+Status pending
+MinScale 0
+MaxScale 5
+MemoryLimit 2048
+CPULimit 1000
+Timeout 5 minutes
+Privacy public
+Description -
+RegistryImage rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4/cli-test-quirky-northcutt:latest
+MaxConcurrency 50
+DomainName clicnsgifteddarwinplhkllu4-cli-test-quirky-northcutt.functions.fnc.fr-par.scw.cloud
+Protocol http1
+Port 8080
+HTTPOption enabled
+Sandbox v2
+LocalStorageLimit 1000
+ScalingOption.ConcurrentRequestsThreshold 50
+HealthCheck.FailureThreshold 30
+HealthCheck.Interval 10 seconds
+CreatedAt few seconds ago
+UpdatedAt few seconds ago
+Region fr-par
π©π©π© JSON STDOUT π©π©π©
{
- "id": "eff8830f-5f3b-4e42-a2f0-8e4a77ec4cb0",
- "name": "cli-test-kind-herschel",
- "namespace_id": "550f7065-ee73-4399-a32b-49b179950b57",
+ "id": "a2844e21-3cf0-42a3-bab0-194ff3ddcae4",
+ "name": "cli-test-quirky-northcutt",
+ "namespace_id": "213fb58c-6b93-4713-94db-f747a8b2e400",
"status": "pending",
"environment_variables": {},
"min_scale": 0,
"max_scale": 5,
- "memory_limit": 256,
- "cpu_limit": 140,
+ "memory_limit": 2048,
+ "cpu_limit": 1000,
"timeout": "300.000000000s",
"error_message": null,
"privacy": "public",
"description": "",
- "registry_image": "rg.fr-par.scw.cloud/funcscwclicnssillyshirleyusnp0hk3/cli-test-kind-herschel:latest",
+ "registry_image": "rg.fr-par.scw.cloud/funcscwclicnsgifteddarwinplhkllu4/cli-test-quirky-northcutt:latest",
"max_concurrency": 50,
- "domain_name": "clicnssillyshirleyusnp0hk3-cli-test-kind-herschel.functions.fnc.fr-par.scw.cloud",
+ "domain_name": "clicnsgifteddarwinplhkllu4-cli-test-quirky-northcutt.functions.fnc.fr-par.scw.cloud",
"protocol": "http1",
"port": 8080,
"secret_environment_variables": [],
"http_option": "enabled",
- "sandbox": "unknown_sandbox",
- "local_storage_limit": 0,
- "scaling_option": null,
- "health_check": null,
- "created_at": null,
- "updated_at": null,
+ "sandbox": "v2",
+ "local_storage_limit": 1000,
+ "scaling_option": {
+ "concurrent_requests_threshold": 50
+ },
+ "health_check": {
+ "tcp": {},
+ "failure_threshold": 30,
+ "interval": "10.000000000s"
+ },
+ "created_at": "1970-01-01T00:00:00.0Z",
+ "updated_at": "1970-01-01T00:00:00.0Z",
"ready_at": null,
"region": "fr-par",
- "tags": null
+ "tags": [],
+ "private_network_id": null
}
diff --git a/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.cassette.yaml b/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.cassette.yaml
index 5fb96042f4..859aa980d3 100644
--- a/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.cassette.yaml
+++ b/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.cassette.yaml
@@ -2,28 +2,88 @@
version: 1
interactions:
- request:
- body: '{"id":"82e2935f-1e06-46cb-83a9-ad664aedd289","name":"cli-pn-exciting-keldysh","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"80d43601-5f30-4591-92da-e50f3a49e4da","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"172.16.4.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"dd08a119-9d52-4afa-af50-0c990aa63d61","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"fd4a:c18e:554d:4a8c::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"984439e9-a11a-40ce-89cc-c57d668610a1", "name":"cli-pn-pensive-bhabha",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"dc976231-392c-4a76-8cd0-be370839ca67", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"172.16.56.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"6371caaa-1c0f-4368-96a7-b17374ba1905", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"fd46:78ab:30b8:9bf7::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks
method: POST
response:
- body: '{"id":"82e2935f-1e06-46cb-83a9-ad664aedd289","name":"cli-pn-exciting-keldysh","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"80d43601-5f30-4591-92da-e50f3a49e4da","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"172.16.4.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"dd08a119-9d52-4afa-af50-0c990aa63d61","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"fd4a:c18e:554d:4a8c::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"984439e9-a11a-40ce-89cc-c57d668610a1", "name":"cli-pn-pensive-bhabha",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"dc976231-392c-4a76-8cd0-be370839ca67", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"172.16.56.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"6371caaa-1c0f-4368-96a7-b17374ba1905", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"fd46:78ab:30b8:9bf7::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
headers:
Content-Length:
- - "1026"
+ - "1091"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:25:51 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - fabd831f-8650-4f27-ba42-6afc6da7201a
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"access_key":"SCWBDFF054RNNE8204AJ", "secret_key":null, "description":"my-key",
+ "created_at":"2022-06-10T08:39:27.845066Z", "updated_at":"2022-07-05T15:12:12.987880Z",
+ "expires_at":null, "default_project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "editable":true, "deletable":true, "managed":false, "creation_ip":"51.159.46.153",
+ "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/iam/v1alpha1/api-keys/SCWBDFF054RNNE8204AJ
+ method: GET
+ response:
+ body: '{"access_key":"SCWBDFF054RNNE8204AJ", "secret_key":null, "description":"my-key",
+ "created_at":"2022-06-10T08:39:27.845066Z", "updated_at":"2022-07-05T15:12:12.987880Z",
+ "expires_at":null, "default_project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "editable":true, "deletable":true, "managed":false, "creation_ip":"51.159.46.153",
+ "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}'
+ headers:
+ Content-Length:
+ - "388"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:25:51 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -31,934 +91,964 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 91a9b537-f7bf-4300-9d70-853bb77957ec
+ - 76dbbb57-a058-4035-b742-bc2645d25326
status: 200 OK
code: 200
duration: ""
- request:
body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "ncpus":
- 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 16, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14,
"hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names":
- [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 671088640, "end_of_service": false}, "COPARM1-2C-8G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names":
- [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "COPARM1-32C-128G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names":
- [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 1342177280, "end_of_service": false}, "COPARM1-4C-16G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names":
- [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "COPARM1-8C-32G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 335544320, "end_of_service": false}, "DEV1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 80000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 36.1496, "hourly_price":
+ 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 209715200,
+ "end_of_service": false}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 3, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 157286400, "end_of_service": false}, "DEV1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 20000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 9.9864, "hourly_price": 0.01368,
+ "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true,
+ "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 104857600,
+ "end_of_service": false}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 12884901888, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9,
- "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000,
- "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth":
- 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [],
- "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "ENT1-2XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7,
- "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000,
- "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7,
- "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000,
- "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [],
- "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 20000000000, "sum_internet_bandwidth": 20000000000,
+ "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": 20000000000}]},
+ "block_bandwidth": 21474836480, "end_of_service": true}, "ENT1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": true}, "ENT1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": true}, "ENT1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": true}, "ENT1-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655,
- "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"],
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": true}, "GP1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 576.262,
+ "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 1073741824, "end_of_service": false}, "GP1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 296.672,
+ "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "GP1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 149.066,
+ "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "GP1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 1220.122,
+ "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 2147483648, "end_of_service": false}, "GP1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 74.168, "hourly_price":
+ 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 500000000, "internet_bandwidth": 500000000}]}, "block_bandwidth": 314572800,
+ "end_of_service": false}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 39.42, "hourly_price": 0.054, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "PLAY2-NANO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "PLAY2-PICO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": false}, "POP2-16C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-16C-64G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1063.391, "hourly_price":
+ 1.4567, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-2C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-2C-8G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-32C-128G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-32C-128G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2126.709, "hourly_price":
+ 2.9133, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-48C-192G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 206158430208, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types":
+ "monthly_price": 1274.4, "hourly_price": 1.77, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-4C-16G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-4C-16G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-64C-256G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 16}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-8C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-8C-32G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0,
+ "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size": 0,
+ "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 528.009, "hourly_price":
+ 0.7233, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 1600000000, "internet_bandwidth": 1600000000}]}, "block_bandwidth": 1677721600,
+ "end_of_service": false}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 16, "ram": 34359738368, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-HC-2C-4G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HC-32C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HC-48C-96G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 103079215104, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 914.4, "hourly_price":
+ 1.27, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 12}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 9600000000, "sum_internet_bandwidth": 9600000000, "interfaces": [{"internal_bandwidth":
+ 9600000000, "internet_bandwidth": 9600000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-4C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HC-64C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1242.75, "hourly_price":
+ 1.7024, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-8C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-HM-16C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 601.52, "hourly_price":
+ 0.824, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 4}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-HM-2C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HM-32C-256G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1203.04, "hourly_price":
+ 1.648, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-48C-384G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 412316860416, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
+ "monthly_price": 1778.4, "hourly_price": 2.47, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HM-4C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HM-64C-512G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2406.08, "hourly_price":
+ 3.296, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-8C-64G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 838860800}}}'
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1
method: GET
response:
body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "ncpus":
- 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 16, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14,
"hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names":
- [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 671088640, "end_of_service": false}, "COPARM1-2C-8G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names":
- [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "COPARM1-32C-128G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names":
- [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 1342177280, "end_of_service": false}, "COPARM1-4C-16G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names":
- [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "COPARM1-8C-32G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 335544320, "end_of_service": false}, "DEV1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 80000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 36.1496, "hourly_price":
+ 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 209715200,
+ "end_of_service": false}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 3, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 157286400, "end_of_service": false}, "DEV1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 20000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 9.9864, "hourly_price": 0.01368,
+ "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true,
+ "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 104857600,
+ "end_of_service": false}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 12884901888, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9,
- "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000,
- "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth":
- 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [],
- "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "ENT1-2XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7,
- "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000,
- "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7,
- "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000,
- "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [],
- "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 20000000000, "sum_internet_bandwidth": 20000000000,
+ "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": 20000000000}]},
+ "block_bandwidth": 21474836480, "end_of_service": true}, "ENT1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": true}, "ENT1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": true}, "ENT1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": true}, "ENT1-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655,
- "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"],
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": true}, "GP1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 576.262,
+ "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 1073741824, "end_of_service": false}, "GP1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 296.672,
+ "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "GP1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 149.066,
+ "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "GP1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 1220.122,
+ "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 2147483648, "end_of_service": false}, "GP1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 74.168, "hourly_price":
+ 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 500000000, "internet_bandwidth": 500000000}]}, "block_bandwidth": 314572800,
+ "end_of_service": false}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 39.42, "hourly_price": 0.054, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "PLAY2-NANO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "PLAY2-PICO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": false}, "POP2-16C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-16C-64G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1063.391, "hourly_price":
+ 1.4567, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-2C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-2C-8G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-32C-128G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-32C-128G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2126.709, "hourly_price":
+ 2.9133, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-48C-192G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 206158430208, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types":
+ "monthly_price": 1274.4, "hourly_price": 1.77, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-4C-16G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-4C-16G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-64C-256G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 16}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-8C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-8C-32G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0,
+ "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size": 0,
+ "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 528.009, "hourly_price":
+ 0.7233, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 1600000000, "internet_bandwidth": 1600000000}]}, "block_bandwidth": 1677721600,
+ "end_of_service": false}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 16, "ram": 34359738368, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-HC-2C-4G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HC-32C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HC-48C-96G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 103079215104, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 914.4, "hourly_price":
+ 1.27, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 12}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 9600000000, "sum_internet_bandwidth": 9600000000, "interfaces": [{"internal_bandwidth":
+ 9600000000, "internet_bandwidth": 9600000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-4C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HC-64C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1242.75, "hourly_price":
+ 1.7024, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-8C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-HM-16C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 601.52, "hourly_price":
+ 0.824, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 4}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-HM-2C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HM-32C-256G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1203.04, "hourly_price":
+ 1.648, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-48C-384G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 412316860416, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
+ "monthly_price": 1778.4, "hourly_price": 2.47, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HM-4C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HM-64C-512G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2406.08, "hourly_price":
+ 3.296, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-8C-64G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 838860800}}}'
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}}}'
headers:
Content-Length:
- - "38539"
+ - "38951"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:06 GMT
+ - Mon, 19 May 2025 14:25:52 GMT
Link:
- ; rel="next",;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -966,362 +1056,434 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d47feb44-a281-48f2-857f-28e915e8c3f0
+ - 69d45495-c35e-47c9-bfa5-fc66d98bb00a
X-Total-Count:
- - "68"
+ - "71"
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"servers": {"PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32,
- "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price":
- 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000,
- "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth":
- 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74,
- "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000,
- "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87,
- "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000,
- "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ body: '{"servers": {"POP2-HN-10": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3,
- "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth":
- 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth":
- 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram":
- 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price":
- 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth":
- 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth":
- 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram":
- 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size":
- 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price":
- 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"],
+ 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 530.29,
+ "hourly_price": 0.7264, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HN-3": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HN-5": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "PRO2-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6000000000, "sum_internet_bandwidth": 6000000000,
+ "interfaces": [{"internal_bandwidth": 6000000000, "internet_bandwidth": 6000000000}]},
+ "block_bandwidth": 2097152000, "end_of_service": false}, "PRO2-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 1048576000, "end_of_service": false}, "PRO2-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "PRO2-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": 700000000,
+ "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": 700000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "PRO2-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": 350000000,
+ "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": 350000000}]},
+ "block_bandwidth": 131072000, "end_of_service": false}, "RENDER-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": 1, "gpu_info":
+ {"gpu_manufacturer": "NVIDIA", "gpu_name": "P100", "gpu_memory": 17179869184},
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 907.098, "hourly_price":
+ 1.2426, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth":
- 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names":
- [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
+ 2000000000, "internet_bandwidth": 2000000000}]}, "block_bandwidth": 2147483648,
+ "end_of_service": false}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 52428800, "end_of_service": false}, "START1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size":
+ 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 26.864, "hourly_price":
+ 0.0368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "START1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 7.738, "hourly_price":
+ 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"],
- "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000},
- "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}},
- "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price":
- 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1L": {"alt_names":
+ ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1M": {"alt_names":
+ ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000,
+ "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1S": {"alt_names":
+ ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 6.2926, "hourly_price":
+ 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth":
- 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth":
- 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4,
- "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"],
- "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 12, "ram": 128849018880, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth":
- 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}}}'
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-15GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": 250000000,
+ "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": 250000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-30GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 300000000000,
+ "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-60GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 400000000000,
+ "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2
method: GET
response:
- body: '{"servers": {"PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32,
- "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price":
- 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000,
- "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth":
- 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74,
- "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000,
- "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87,
- "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000,
- "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ body: '{"servers": {"POP2-HN-10": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3,
- "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth":
- 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth":
- 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram":
- 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price":
- 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth":
- 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth":
- 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram":
- 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size":
- 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price":
- 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"],
+ 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 530.29,
+ "hourly_price": 0.7264, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HN-3": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HN-5": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "PRO2-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6000000000, "sum_internet_bandwidth": 6000000000,
+ "interfaces": [{"internal_bandwidth": 6000000000, "internet_bandwidth": 6000000000}]},
+ "block_bandwidth": 2097152000, "end_of_service": false}, "PRO2-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 1048576000, "end_of_service": false}, "PRO2-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "PRO2-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": 700000000,
+ "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": 700000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "PRO2-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": 350000000,
+ "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": 350000000}]},
+ "block_bandwidth": 131072000, "end_of_service": false}, "RENDER-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": 1, "gpu_info":
+ {"gpu_manufacturer": "NVIDIA", "gpu_name": "P100", "gpu_memory": 17179869184},
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 907.098, "hourly_price":
+ 1.2426, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth":
- 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names":
- [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
+ 2000000000, "internet_bandwidth": 2000000000}]}, "block_bandwidth": 2147483648,
+ "end_of_service": false}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 52428800, "end_of_service": false}, "START1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size":
+ 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 26.864, "hourly_price":
+ 0.0368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "START1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 7.738, "hourly_price":
+ 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"],
- "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000},
- "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}},
- "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price":
- 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1L": {"alt_names":
+ ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1M": {"alt_names":
+ ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000,
+ "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1S": {"alt_names":
+ ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 6.2926, "hourly_price":
+ 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth":
- 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth":
- 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4,
- "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"],
- "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 12, "ram": 128849018880, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth":
- 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}}}'
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-15GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": 250000000,
+ "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": 250000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-30GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 300000000000,
+ "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-60GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 400000000000,
+ "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}}}'
headers:
Content-Length:
- - "14208"
+ - "16732"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:25:52 GMT
Link:
- ; rel="first",;
rel="previous",; rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1329,33 +1491,65 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b55484b7-3005-4d00-ab58-5d4cf60def38
+ - d6b09b38-8775-496b-b090-cbbfceff20da
X-Total-Count:
- - "68"
+ - "71"
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"local_images":[{"id":"57509e82-ac3b-49b7-9970-97b60f40ff72","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G","POP2-HN-3","POP2-HN-5","POP2-HN-10"],"label":"ubuntu_focal","type":"instance_sbs"},{"id":"9b647e1e-253a-41e7-8c15-911c622ee2dc","arch":"arm64","zone":"fr-par-1","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"label":"ubuntu_focal","type":"instance_sbs"}],"total_count":2}'
+ body: '{"local_images":[{"id":"2dd98c87-6ea2-49d9-8420-feafa534e478", "arch":"x86_64",
+ "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S",
+ "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M",
+ "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB",
+ "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL",
+ "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S",
+ "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G",
+ "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G",
+ "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G",
+ "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G",
+ "POP2-HC-64C-128G", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10", "POP2-48C-192G",
+ "POP2-HC-48C-96G", "POP2-HM-48C-384G"], "label":"ubuntu_focal", "type":"instance_sbs"},
+ {"id":"db71f917-bb74-4ccf-bf62-d5f1ce23a2a6", "arch":"arm64", "zone":"fr-par-1",
+ "compatible_commercial_types":["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12",
+ "AMP2-C24", "AMP2-C48", "AMP2-C60", "COPARM1-2C-8G", "COPARM1-4C-16G", "COPARM1-8C-32G",
+ "COPARM1-16C-64G", "COPARM1-32C-128G"], "label":"ubuntu_focal", "type":"instance_sbs"}],
+ "total_count":2}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_sbs&zone=fr-par-1
method: GET
response:
- body: '{"local_images":[{"id":"57509e82-ac3b-49b7-9970-97b60f40ff72","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G","POP2-HN-3","POP2-HN-5","POP2-HN-10"],"label":"ubuntu_focal","type":"instance_sbs"},{"id":"9b647e1e-253a-41e7-8c15-911c622ee2dc","arch":"arm64","zone":"fr-par-1","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"label":"ubuntu_focal","type":"instance_sbs"}],"total_count":2}'
+ body: '{"local_images":[{"id":"2dd98c87-6ea2-49d9-8420-feafa534e478", "arch":"x86_64",
+ "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S",
+ "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M",
+ "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB",
+ "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL",
+ "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S",
+ "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G",
+ "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G",
+ "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G",
+ "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G",
+ "POP2-HC-64C-128G", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10", "POP2-48C-192G",
+ "POP2-HC-48C-96G", "POP2-HM-48C-384G"], "label":"ubuntu_focal", "type":"instance_sbs"},
+ {"id":"db71f917-bb74-4ccf-bf62-d5f1ce23a2a6", "arch":"arm64", "zone":"fr-par-1",
+ "compatible_commercial_types":["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12",
+ "AMP2-C24", "AMP2-C48", "AMP2-C60", "COPARM1-2C-8G", "COPARM1-4C-16G", "COPARM1-8C-32G",
+ "COPARM1-16C-64G", "COPARM1-32C-128G"], "label":"ubuntu_focal", "type":"instance_sbs"}],
+ "total_count":2}'
headers:
Content-Length:
- - "1216"
+ - "1352"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:25:52 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1363,32 +1557,32 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 25200588-f38e-447d-b6d8-27bd3188225d
+ - a00334f9-90ac-413b-8dfb-d50f78d44ecb
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72", "name": "Ubuntu
+ body: '{"image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478", "name": "Ubuntu
20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57509e82-ac3b-49b7-9970-97b60f40ff72
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/2dd98c87-6ea2-49d9-8420-feafa534e478
method: GET
response:
- body: '{"image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72", "name": "Ubuntu
+ body: '{"image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478", "name": "Ubuntu
20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}}'
headers:
@@ -1399,9 +1593,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:25:52 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1409,41 +1603,41 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f43e014a-26c7-4008-b7d6-79c906fe21b8
+ - 7e38759d-d03b-423f-bf11-543eaef0d0a6
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
- "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type":
- "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}}'
+ body: '{"ip": {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type":
+ "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips
method: POST
response:
- body: '{"ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
- "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type":
- "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}}'
+ body: '{"ip": {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type":
+ "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}}'
headers:
Content-Length:
- - "365"
+ - "366"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:08 GMT
+ - Mon, 19 May 2025 14:25:52 GMT
Location:
- - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/fca8b329-6c0e-4f9c-aa88-d5c197b5919a
+ - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f73dcf55-4b24-48e2-8d9b-89e6dd4e8733
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1451,85 +1645,87 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4638ae1b-6022-41eb-ac2d-22064f1bcab1
+ - aa7540b7-5780-4053-b4ca-122ee0204025
status: 201 Created
code: 201
duration: ""
- request:
- body: '{"server": {"id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104", "name": "cli-srv-musing-euclid",
+ body: '{"server": {"id": "46a98202-0088-4895-b327-acf09b7aea58", "name": "cli-srv-interesting-hermann",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-musing-euclid", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-interesting-hermann", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "c3f6aa15-eb06-43b4-93af-64d33ef95cf7", "zone": "fr-par-1"}}, "tags":
+ "id": "b5ccccf0-105d-4339-baed-02fbd99b5159", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", "dynamic":
- false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"},
- "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
+ {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}],
- "mac_address": "de:00:00:90:e6:e1", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"},
+ "public_ips": [{"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}],
+ "mac_address": "de:00:00:af:3f:ff", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.341860+00:00", "modification_date":
- "2025-01-30T17:00:09.341860+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:25:53.274047+00:00", "modification_date":
+ "2025-05-19T14:25:53.274047+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [], "zone": "fr-par-1"}}'
+ null, "private_nics": [], "zone": "fr-par-1", "filesystems": [], "end_of_service":
+ false}}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers
method: POST
response:
- body: '{"server": {"id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104", "name": "cli-srv-musing-euclid",
+ body: '{"server": {"id": "46a98202-0088-4895-b327-acf09b7aea58", "name": "cli-srv-interesting-hermann",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-musing-euclid", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-interesting-hermann", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "c3f6aa15-eb06-43b4-93af-64d33ef95cf7", "zone": "fr-par-1"}}, "tags":
+ "id": "b5ccccf0-105d-4339-baed-02fbd99b5159", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", "dynamic":
- false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"},
- "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
+ {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"},
+ "public_ips": [{"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}],
- "mac_address": "de:00:00:90:e6:e1", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}],
+ "mac_address": "de:00:00:af:3f:ff", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.341860+00:00", "modification_date":
- "2025-01-30T17:00:09.341860+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:25:53.274047+00:00", "modification_date":
+ "2025-05-19T14:25:53.274047+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [], "zone": "fr-par-1"}}'
+ null, "private_nics": [], "zone": "fr-par-1", "filesystems": [], "end_of_service":
+ false}}'
headers:
Content-Length:
- - "2197"
+ - "2255"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:10 GMT
+ - Mon, 19 May 2025 14:25:53 GMT
Location:
- - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d5ea776f-d30a-4e93-9ec9-d293dfd84104
+ - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/46a98202-0088-4895-b327-acf09b7aea58
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1537,30 +1733,30 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 39d68d6c-a2a1-41f9-ad9f-485c53cb5738
+ - 825c1d31-676e-4c98-800c-a3e6388b3621
status: 201 Created
code: 201
duration: ""
- request:
- body: '{"private_nic": {"id": "77b139c7-3a48-40ca-af8b-04a16218a780", "private_network_id":
- "82e2935f-1e06-46cb-83a9-ad664aedd289", "server_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104",
- "mac_address": "02:00:00:10:01:16", "state": "available", "creation_date": "2025-01-30T17:00:10.389264+00:00",
- "modification_date": "2025-01-30T17:00:10.553167+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["88d442b2-63d0-4173-85ae-d5aa525b3e28", "cba63e33-6bd4-495a-84e6-35b613c2b4c5"]}}'
+ body: '{"private_nic": {"id": "d5843661-7189-472e-84b7-6a20ebfe43ba", "private_network_id":
+ "984439e9-a11a-40ce-89cc-c57d668610a1", "server_id": "46a98202-0088-4895-b327-acf09b7aea58",
+ "mac_address": "02:00:00:16:a8:81", "state": "available", "creation_date": "2025-05-19T14:25:54.037658+00:00",
+ "modification_date": "2025-05-19T14:25:54.201694+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["f4922321-384f-41ff-a0ea-8a43b9f9c1e7", "cbb47ed5-c823-4c3e-bf9a-3b0622f37874"]}}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d5ea776f-d30a-4e93-9ec9-d293dfd84104/private_nics
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/46a98202-0088-4895-b327-acf09b7aea58/private_nics
method: POST
response:
- body: '{"private_nic": {"id": "77b139c7-3a48-40ca-af8b-04a16218a780", "private_network_id":
- "82e2935f-1e06-46cb-83a9-ad664aedd289", "server_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104",
- "mac_address": "02:00:00:10:01:16", "state": "available", "creation_date": "2025-01-30T17:00:10.389264+00:00",
- "modification_date": "2025-01-30T17:00:10.553167+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["88d442b2-63d0-4173-85ae-d5aa525b3e28", "cba63e33-6bd4-495a-84e6-35b613c2b4c5"]}}'
+ body: '{"private_nic": {"id": "d5843661-7189-472e-84b7-6a20ebfe43ba", "private_network_id":
+ "984439e9-a11a-40ce-89cc-c57d668610a1", "server_id": "46a98202-0088-4895-b327-acf09b7aea58",
+ "mac_address": "02:00:00:16:a8:81", "state": "available", "creation_date": "2025-05-19T14:25:54.037658+00:00",
+ "modification_date": "2025-05-19T14:25:54.201694+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["f4922321-384f-41ff-a0ea-8a43b9f9c1e7", "cbb47ed5-c823-4c3e-bf9a-3b0622f37874"]}}'
headers:
Content-Length:
- "475"
@@ -1569,9 +1765,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:25:55 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1579,33 +1775,51 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0869222d-c61d-4fb2-a588-939a59879ea8
+ - 17b80b73-8bed-4abe-98c4-4bb4a77416c6
status: 201 Created
code: 201
duration: ""
- request:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424390Z","updated_at":"2025-01-30T17:00:11.424424390Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640",
+ "ip_address":"195.154.73.249", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe",
+ "reverse":"195-154-73-249.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par",
+ "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s",
+ "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109724784Z", "updated_at":"2025-05-19T14:25:55.109724784Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs
method: POST
response:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424390Z","updated_at":"2025-01-30T17:00:11.424424390Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640",
+ "ip_address":"195.154.73.249", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe",
+ "reverse":"195-154-73-249.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par",
+ "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s",
+ "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109724784Z", "updated_at":"2025-05-19T14:25:55.109724784Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
headers:
Content-Length:
- - "875"
+ - "906"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:25:55 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1613,31 +1827,49 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f56d1aca-9fff-404d-b8b1-fa09171d6935
+ - 6c4db555-502e-4b5a-9563-a1892d684f6e
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:11.424424Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640",
+ "ip_address":"195.154.73.249", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe",
+ "reverse":"195-154-73-249.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par",
+ "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s",
+ "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:55.109725Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe
method: GET
response:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:11.424424Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640",
+ "ip_address":"195.154.73.249", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe",
+ "reverse":"195-154-73-249.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par",
+ "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s",
+ "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:55.109725Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
headers:
Content-Length:
- - "869"
+ - "900"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:25:55 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1645,31 +1877,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4ed2849e-5309-418e-8dbe-37e28cd1ad6c
+ - 7df599de-ad03-4032-9b80-8662ce3d0da2
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"unknown","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:11.782071Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:11.794778Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"creating", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:25:57.253578Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:55.440427Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe
method: GET
response:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"unknown","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:11.782071Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:11.794778Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"creating", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:25:57.253578Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:55.440427Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
headers:
Content-Length:
- - "1070"
+ - "1105"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:13 GMT
+ - Mon, 19 May 2025 14:25:57 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1677,31 +1931,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - db695032-7cc3-40f2-94c4-63e987375226
+ - 5cc224f3-9149-433d-92ab-62298e6f8785
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:14.260850Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:25:57.253578Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe
method: GET
response:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:14.260850Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:25:57.253578Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
headers:
Content-Length:
- - "1065"
+ - "1102"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:16 GMT
+ - Mon, 19 May 2025 14:25:59 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1709,33 +1985,61 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - adfb7c8a-07c3-4e5f-8b08-8da78592adb1
+ - e88af6f2-f60b-474c-9fd7-81aa33351623
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"lb":{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:14.260850Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","status":"pending","created_at":"2025-01-30T17:00:16.309513576Z","updated_at":"2025-01-30T17:00:16.309513576Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}'
+ body: '{"lb":{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test",
+ "description":"cli-test", "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:25:57.253578Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "status":"pending",
+ "created_at":"2025-05-19T14:25:59.709344265Z", "updated_at":"2025-05-19T14:25:59.709344265Z",
+ "dhcp_config":{"ip_id":null}, "ipam_ids":[]}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad/attach-private-network
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe/attach-private-network
method: POST
response:
- body: '{"lb":{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:14.260850Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","status":"pending","created_at":"2025-01-30T17:00:16.309513576Z","updated_at":"2025-01-30T17:00:16.309513576Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}'
+ body: '{"lb":{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test",
+ "description":"cli-test", "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:25:57.253578Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "status":"pending",
+ "created_at":"2025-05-19T14:25:59.709344265Z", "updated_at":"2025-05-19T14:25:59.709344265Z",
+ "dhcp_config":{"ip_id":null}, "ipam_ids":[]}'
headers:
Content-Length:
- - "1286"
+ - "1329"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:16 GMT
+ - Mon, 19 May 2025 14:25:59 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1743,705 +2047,2515 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f93a50e2-30f4-43b1-87f1-7f2c579264bc
+ - 3e97b572-435b-4da0-8fe2-d56949b3f7f5
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"engines":[{"name":"MySQL","logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/mysql.svg","versions":[{"version":"8","name":"MySQL-8","end_of_life":"2026-04-01T00:00:00Z","available_settings":[{"name":"auto_increment_increment","default_value":"1","hot_configurable":true,"description":"Controls
- the AUTO_INCREMENT interval between successive column values","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":65535,"float_min":null,"float_max":null},{"name":"auto_increment_offset","default_value":"1","hot_configurable":true,"description":"Determines
- the starting point for the AUTO_INCREMENT column value","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":65535,"float_min":null,"float_max":null},{"name":"character_set_server","default_value":"utf8mb4","hot_configurable":true,"description":"Specify
- a specific server side character-set encoding","property_type":"STRING","unit":null,"string_constraint":"^(armscii8|ascii|big5|binary|cp1250|cp1251|cp1256|cp1257|cp850|cp852|cp866|cp932|dec8|eucjpms|euckr|gb18030|gb2312|gbk|geostd8|greek|hebrew|hp8|keybcs2|koi8r|koi8u|latin1|latin2|latin5|latin7|macce|macroman|sjis|swe7|tis620|ucs2|ujis|utf16|utf16le|utf32|utf8|utf8mb4)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"connect_timeout","default_value":"10","hot_configurable":true,"description":"The
- number of seconds that the mysqld server waits for a connect packet before responding
- with Bad handshake","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":300,"float_min":null,"float_max":null},{"name":"default_authentication_plugin","default_value":"mysql_native_password","hot_configurable":false,"description":"The
- default authentication plugin at the user creation","property_type":"STRING","unit":null,"string_constraint":"^(mysql_native_password|caching_sha2_password)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"default_time_zone","default_value":"UTC","hot_configurable":false,"description":"This
- option sets the global time_zone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"group_concat_max_len","default_value":"1024","hot_configurable":true,"description":"The
- maximum permitted result length in bytes for the GROUP_CONCAT() function","property_type":"INT","unit":null,"string_constraint":null,"int_min":1024,"int_max":65536,"float_min":null,"float_max":null},{"name":"innodb_flush_method","default_value":"fsync","hot_configurable":false,"description":"Defines
- the method used to flush data to InnoDB data files and log files, which can
- affect I/O throughput","property_type":"STRING","unit":null,"string_constraint":"^(fsync|O_DIRECT)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"innodb_ft_max_token_size","default_value":"84","hot_configurable":false,"description":"The
- maximum character length of words that are stored in an InnoDB FULLTEXT index.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":84,"float_min":null,"float_max":null},{"name":"innodb_ft_min_token_size","default_value":"3","hot_configurable":false,"description":"The
- minimum character length of words that are stored in an InnoDB FULLTEXT index.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":16,"float_min":null,"float_max":null},{"name":"innodb_lock_wait_timeout","default_value":"50","hot_configurable":true,"description":"The
- length of time in seconds an InnoDB transaction waits for a row lock before
- giving up","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":600,"float_min":null,"float_max":null},{"name":"innodb_stats_persistent_sample_pages","default_value":"200","hot_configurable":true,"description":"The
- number of index pages to sample when estimating cardinality and other statistics
- for an indexed column","property_type":"INT","unit":null,"string_constraint":null,"int_min":20,"int_max":1000,"float_min":null,"float_max":null},{"name":"interactive_timeout","default_value":"21600","hot_configurable":true,"description":"The
- number of seconds the server waits for activity on an interactive connection
- before closing it","property_type":"INT","unit":null,"string_constraint":null,"int_min":60,"int_max":21600,"float_min":null,"float_max":null},{"name":"local_infile","default_value":"OFF","hot_configurable":true,"description":"This
- variable controls server-side LOCAL capability for LOAD DATA statements","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"lock_wait_timeout","default_value":"31536000","hot_configurable":true,"description":"This
- variable specifies the timeout in seconds for attempts to acquire metadata locks","property_type":"INT","unit":null,"string_constraint":null,"int_min":60,"int_max":31536000,"float_min":null,"float_max":null},{"name":"log_bin_trust_function_creators","default_value":"OFF","hot_configurable":true,"description":"This
- variable controls whether stored function creators can be trusted","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"long_query_time","default_value":"10","hot_configurable":true,"description":"If
- the slow query log is enabled, the query is logged to the slow query log file
- if it takes longer than this threshold","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0,"float_max":3600},{"name":"max_allowed_packet","default_value":"64","hot_configurable":true,"description":"The
- maximum size (MB) of one packet or any generated/intermediate string, or any
- parameter sent by the mysql_stmt_send_long_data() C API function","property_type":"INT","unit":"M","string_constraint":null,"int_min":4,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":true,"description":"The
- maximum permitted number of simultaneous client connections","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":5000,"float_min":null,"float_max":null},{"name":"max_prepared_stmt_count","default_value":"16382","hot_configurable":false,"description":"Limit
- the total number of prepared statements in the server","property_type":"INT","unit":null,"string_constraint":null,"int_min":16382,"int_max":1048576,"float_min":null,"float_max":null},{"name":"min_examined_row_limit","default_value":"0","hot_configurable":true,"description":"Queries
- that examine fewer than this number of rows are not logged to the slow query
- log.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"slow_query_log","default_value":"OFF","hot_configurable":false,"description":"Whether
- the slow query log is enabled","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"sort_buffer_size","default_value":"262144","hot_configurable":true,"description":"Connection
- sort buffer memory size. Large buffer slows down most queries that perform sorts.","property_type":"INT","unit":null,"string_constraint":null,"int_min":32768,"int_max":10485760,"float_min":null,"float_max":null},{"name":"sql_mode","default_value":"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION","hot_configurable":true,"description":"Modes
- affect the SQL syntax MySQL supports and the data validation checks it performs","property_type":"STRING","unit":null,"string_constraint":"^((ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION)(,(ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION))*)?$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"table_definition_cache","default_value":"2000","hot_configurable":true,"description":"The
- number of table definitions that can be stored in the definition cache","property_type":"INT","unit":null,"string_constraint":null,"int_min":1000,"int_max":20000,"float_min":null,"float_max":null},{"name":"table_open_cache","default_value":"10000","hot_configurable":true,"description":"The
- number of open tables for all threads","property_type":"INT","unit":null,"string_constraint":null,"int_min":1000,"int_max":20000,"float_min":null,"float_max":null},{"name":"table_open_cache_instances","default_value":"16","hot_configurable":true,"description":"The
- number of open tables cache instances. Improve scalability by reducing contention
- among sessions but increase memory usage in case of many triggers or procedures","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":16,"float_min":null,"float_max":null},{"name":"thread_stack","default_value":"280","hot_configurable":false,"description":"Defines
+ body: '{"engines":[{"name":"MySQL", "logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/mysql.svg",
+ "versions":[{"version":"8", "name":"MySQL-8", "end_of_life":"2026-04-01T00:00:00Z",
+ "available_settings":[{"name":"auto_increment_increment", "default_value":"1",
+ "hot_configurable":true, "description":"Controls the AUTO_INCREMENT interval
+ between successive column values", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":65535, "float_min":null, "float_max":null}, {"name":"auto_increment_offset",
+ "default_value":"1", "hot_configurable":true, "description":"Determines the
+ starting point for the AUTO_INCREMENT column value", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1, "int_max":65535, "float_min":null,
+ "float_max":null}, {"name":"character_set_server", "default_value":"utf8mb4",
+ "hot_configurable":true, "description":"Specify a specific server side character-set
+ encoding", "property_type":"STRING", "unit":null, "string_constraint":"^(armscii8|ascii|big5|binary|cp1250|cp1251|cp1256|cp1257|cp850|cp852|cp866|cp932|dec8|eucjpms|euckr|gb18030|gb2312|gbk|geostd8|greek|hebrew|hp8|keybcs2|koi8r|koi8u|latin1|latin2|latin5|latin7|macce|macroman|sjis|swe7|tis620|ucs2|ujis|utf16|utf16le|utf32|utf8|utf8mb4)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"connect_timeout",
+ "default_value":"10", "hot_configurable":true, "description":"The number of
+ seconds that the mysqld server waits for a connect packet before responding
+ with Bad handshake", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":300, "float_min":null, "float_max":null}, {"name":"default_authentication_plugin",
+ "default_value":"mysql_native_password", "hot_configurable":false, "description":"The
+ default authentication plugin at the user creation", "property_type":"STRING",
+ "unit":null, "string_constraint":"^(mysql_native_password|caching_sha2_password)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"default_time_zone",
+ "default_value":"UTC", "hot_configurable":false, "description":"This option
+ sets the global time_zone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"group_concat_max_len",
+ "default_value":"1024", "hot_configurable":true, "description":"The maximum
+ permitted result length in bytes for the GROUP_CONCAT() function", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1024, "int_max":65536, "float_min":null,
+ "float_max":null}, {"name":"innodb_flush_method", "default_value":"fsync", "hot_configurable":false,
+ "description":"Defines the method used to flush data to InnoDB data files and
+ log files, which can affect I/O throughput", "property_type":"STRING", "unit":null,
+ "string_constraint":"^(fsync|O_DIRECT)$", "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"innodb_ft_max_token_size", "default_value":"84",
+ "hot_configurable":false, "description":"The maximum character length of words
+ that are stored in an InnoDB FULLTEXT index.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":10, "int_max":84, "float_min":null, "float_max":null},
+ {"name":"innodb_ft_min_token_size", "default_value":"3", "hot_configurable":false,
+ "description":"The minimum character length of words that are stored in an InnoDB
+ FULLTEXT index.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":16, "float_min":null, "float_max":null}, {"name":"innodb_lock_wait_timeout",
+ "default_value":"50", "hot_configurable":true, "description":"The length of
+ time in seconds an InnoDB transaction waits for a row lock before giving up",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":600,
+ "float_min":null, "float_max":null}, {"name":"innodb_stats_persistent_sample_pages",
+ "default_value":"200", "hot_configurable":true, "description":"The number of
+ index pages to sample when estimating cardinality and other statistics for an
+ indexed column", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":20, "int_max":1000, "float_min":null, "float_max":null}, {"name":"interactive_timeout",
+ "default_value":"21600", "hot_configurable":true, "description":"The number
+ of seconds the server waits for activity on an interactive connection before
+ closing it", "property_type":"INT", "unit":null, "string_constraint":null, "int_min":60,
+ "int_max":21600, "float_min":null, "float_max":null}, {"name":"local_infile",
+ "default_value":"OFF", "hot_configurable":true, "description":"This variable
+ controls server-side LOCAL capability for LOAD DATA statements", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"lock_wait_timeout", "default_value":"31536000",
+ "hot_configurable":true, "description":"This variable specifies the timeout
+ in seconds for attempts to acquire metadata locks", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":60, "int_max":31536000, "float_min":null,
+ "float_max":null}, {"name":"log_bin_trust_function_creators", "default_value":"OFF",
+ "hot_configurable":true, "description":"This variable controls whether stored
+ function creators can be trusted", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"long_query_time",
+ "default_value":"10", "hot_configurable":true, "description":"If the slow query
+ log is enabled, the query is logged to the slow query log file if it takes longer
+ than this threshold", "property_type":"FLOAT", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":0, "float_max":3600}, {"name":"max_allowed_packet",
+ "default_value":"64", "hot_configurable":true, "description":"The maximum size
+ (MB) of one packet or any generated/intermediate string, or any parameter sent
+ by the mysql_stmt_send_long_data() C API function", "property_type":"INT", "unit":"M",
+ "string_constraint":null, "int_min":4, "int_max":1024, "float_min":null, "float_max":null},
+ {"name":"max_connections", "default_value":"100", "hot_configurable":true, "description":"The
+ maximum permitted number of simultaneous client connections", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":50, "int_max":5000, "float_min":null,
+ "float_max":null}, {"name":"max_digest_length", "default_value":"1024", "hot_configurable":false,
+ "description":"The maximum number of bytes of memory reserved per session for
+ computation of normalized statement digests", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":1024, "int_max":8192, "float_min":null,
+ "float_max":null}, {"name":"max_prepared_stmt_count", "default_value":"16382",
+ "hot_configurable":false, "description":"Limit the total number of prepared
+ statements in the server", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":16382, "int_max":1048576, "float_min":null, "float_max":null}, {"name":"min_examined_row_limit",
+ "default_value":"0", "hot_configurable":true, "description":"Queries that examine
+ fewer than this number of rows are not logged to the slow query log.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"performance_schema_max_digest_length", "default_value":"1024",
+ "hot_configurable":false, "description":"The maximum number of bytes of memory
+ reserved per statement for computation of normalized statement digest values
+ in the Performance Schema", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1024, "int_max":8192, "float_min":null, "float_max":null}, {"name":"performance_schema_max_sql_text_length",
+ "default_value":"1024", "hot_configurable":false, "description":"The maximum
+ number of bytes used to store SQL statements", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":1024, "int_max":8192, "float_min":null,
+ "float_max":null}, {"name":"slow_query_log", "default_value":"OFF", "hot_configurable":false,
+ "description":"Whether the slow query log is enabled", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"sort_buffer_size", "default_value":"262144", "hot_configurable":true,
+ "description":"Connection sort buffer memory size. Large buffer slows down most
+ queries that perform sorts.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":32768, "int_max":10485760, "float_min":null, "float_max":null}, {"name":"sql_mode",
+ "default_value":"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION",
+ "hot_configurable":true, "description":"Modes affect the SQL syntax MySQL supports
+ and the data validation checks it performs", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION)(,(ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION))*)?$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"table_definition_cache",
+ "default_value":"2000", "hot_configurable":true, "description":"The number of
+ table definitions that can be stored in the definition cache", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1000, "int_max":20000, "float_min":null,
+ "float_max":null}, {"name":"table_open_cache", "default_value":"10000", "hot_configurable":true,
+ "description":"The number of open tables for all threads", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1000, "int_max":20000, "float_min":null,
+ "float_max":null}, {"name":"table_open_cache_instances", "default_value":"16",
+ "hot_configurable":true, "description":"The number of open tables cache instances.
+ Improve scalability by reducing contention among sessions but increase memory
+ usage in case of many triggers or procedures", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":1, "int_max":16, "float_min":null, "float_max":null},
+ {"name":"thread_stack", "default_value":"280", "hot_configurable":false, "description":"Defines
the stack size for each thread and impact the complexity of the SQL statements
- that the server can handle.","property_type":"INT","unit":"K","string_constraint":null,"int_min":128,"int_max":10240,"float_min":null,"float_max":null},{"name":"transaction_isolation","default_value":"REPEATABLE-READ","hot_configurable":true,"description":"Define
+ that the server can handle.", "property_type":"INT", "unit":"K", "string_constraint":null,
+ "int_min":128, "int_max":10240, "float_min":null, "float_max":null}, {"name":"transaction_isolation",
+ "default_value":"REPEATABLE-READ", "hot_configurable":true, "description":"Define
the transaction isolation level which fine-tunes the balance between performance
- and reliability, consistency, and reproducibility of your database","property_type":"STRING","unit":null,"string_constraint":"^(REPEATABLE-READ|READ-COMMITTED|READ-UNCOMMITTED|SERIALIZABLE)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"wait_timeout","default_value":"21600","hot_configurable":false,"description":"The
- number of seconds the server waits for activity on a noninteractive connection
- before closing it","property_type":"INT","unit":null,"string_constraint":null,"int_min":60,"int_max":21600,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[{"name":"lower_case_table_names","default_value":"0","hot_configurable":false,"description":"If
- set to 0, table names are stored as specified and comparisons are case-sensitive.
- If set to 1, table names are stored in lowercase on disk and comparisons are
- not case sensitive.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1,"float_min":null,"float_max":null}]}],"region":"fr-par"},{"name":"PostgreSQL","logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/postgresql.svg","versions":[{"version":"15","name":"PostgreSQL-15","end_of_life":"2027-11-11T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[]},{"version":"14","name":"PostgreSQL-14","end_of_life":"2026-11-12T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[]},{"version":"13","name":"PostgreSQL-13","end_of_life":"2025-11-13T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[]},{"version":"12","name":"PostgreSQL-12","end_of_life":"2024-11-14T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]},{"version":"11","name":"PostgreSQL-11","end_of_life":"2023-11-09T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]},{"version":"10","name":"PostgreSQL-10","end_of_life":"2022-11-10T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]},{"version":"9.6","name":"PostgreSQL-9.6","end_of_life":"2021-11-11T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]}],"region":"fr-par"}],"total_count":2}'
+ and reliability, consistency, and reproducibility of your database", "property_type":"STRING",
+ "unit":null, "string_constraint":"^(REPEATABLE-READ|READ-COMMITTED|READ-UNCOMMITTED|SERIALIZABLE)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"wait_timeout",
+ "default_value":"21600", "hot_configurable":false, "description":"The number
+ of seconds the server waits for activity on a noninteractive connection before
+ closing it", "property_type":"INT", "unit":null, "string_constraint":null, "int_min":60,
+ "int_max":21600, "float_min":null, "float_max":null}], "disabled":false, "beta":false,
+ "available_init_settings":[{"name":"lower_case_table_names", "default_value":"0",
+ "hot_configurable":false, "description":"If set to 0, table names are stored
+ as specified and comparisons are case-sensitive. If set to 1, table names are
+ stored in lowercase on disk and comparisons are not case sensitive.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1, "float_min":null,
+ "float_max":null}]}], "region":"fr-par"}, {"name":"PostgreSQL", "logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/postgresql.svg",
+ "versions":[{"version":"16", "name":"PostgreSQL-16", "end_of_life":"2028-11-09T00:00:00Z",
+ "available_settings":[{"name":"autovacuum_vacuum_insert_scale_factor", "default_value":"0.2",
+ "hot_configurable":true, "description":"Specifies a fraction of the table size
+ to add to autovacuum_vacuum_insert_threshold when deciding whether to trigger
+ a VACUUM.", "property_type":"FLOAT", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":0.1, "float_max":100}, {"name":"autovacuum_vacuum_insert_threshold",
+ "default_value":"1000", "hot_configurable":true, "description":"Specifies the
+ number of inserted tuples needed to trigger a VACUUM in any one table.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":-1, "int_max":1147483647, "float_min":null,
+ "float_max":null}, {"name":"autovacuum_vacuum_scale_factor", "default_value":"0.2",
+ "hot_configurable":true, "description":"Specifies a fraction of the table size
+ to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.",
+ "property_type":"FLOAT", "unit":null, "string_constraint":null, "int_min":null,
+ "int_max":null, "float_min":0.1, "float_max":100}, {"name":"autovacuum_vacuum_threshold",
+ "default_value":"50", "hot_configurable":true, "description":"Specifies the
+ minimum number of updated or deleted tuples needed to trigger a VACUUM in any
+ one table.", "property_type":"INT", "unit":null, "string_constraint":null, "int_min":50,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"bgwriter_delay",
+ "default_value":"200", "hot_configurable":true, "description":"Background writer
+ sleep time between rounds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":10, "int_max":10000, "float_min":null, "float_max":null}, {"name":"bgwriter_flush_after",
+ "default_value":"512", "hot_configurable":true, "description":"Number of pages
+ after which previously performed writes are flushed to disk.", "property_type":"INT",
+ "unit":"kB", "string_constraint":null, "int_min":0, "int_max":2048, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_maxpages", "default_value":"100", "hot_configurable":true,
+ "description":"Background writer maximum number of LRU pages to flush per round.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":1073741823,
+ "float_min":null, "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2",
+ "hot_configurable":true, "description":"Multiple of the average buffer usage
+ to free per round.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10, "float_min":null, "float_max":null}, {"name":"checkpoint_timeout",
+ "default_value":"30", "hot_configurable":true, "description":"Sets the maximum
+ time between automatic WAL checkpoints.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null, "float_max":null},
+ {"name":"commit_delay", "default_value":"0", "hot_configurable":true, "description":"Sets
+ the delay in microseconds between transaction commit and flushing WAL to disk.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":100000,
+ "float_min":null, "float_max":null}, {"name":"cron.timezone", "default_value":"GMT",
+ "hot_configurable":false, "description":"Specifies the timezone in which the
+ pg_cron background worker should run.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_checkpoints", "default_value":"on", "hot_configurable":true,
+ "description":"Causes checkpoints and restartpoints to be logged in the server
+ log.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null, "int_min":null,
+ "int_max":null, "float_min":null, "float_max":null}, {"name":"log_lock_waits",
+ "default_value":"on", "hot_configurable":true, "description":"Logs long lock
+ waits", "property_type":"BOOLEAN", "unit":null, "string_constraint":null, "int_min":null,
+ "int_max":null, "float_min":null, "float_max":null}, {"name":"log_min_duration_statement",
+ "default_value":"5000", "hot_configurable":true, "description":"Sets the minimum
+ execution time above which all statements will be logged", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_replication_commands", "default_value":"on",
+ "hot_configurable":false, "description":"Logs each replication command", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"log_temp_files", "default_value":"0", "hot_configurable":true,
+ "description":"Log the use of temporary files larger than this number of kilobytes",
+ "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"maintenance_work_mem",
+ "default_value":"64", "hot_configurable":true, "description":"Sets the maximum
+ memory to be used for maintenance operations.", "property_type":"INT", "unit":"MB",
+ "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}, {"name":"max_connections", "default_value":"100", "hot_configurable":false,
+ "description":"Sets the maximum number of concurrent connections.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":50, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"max_locks_per_transaction", "default_value":"64",
+ "hot_configurable":false, "description":"Sets the maximum number of locks per
+ transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pg_stat_statements.max",
+ "default_value":"5000", "hot_configurable":false, "description":"Specifies the
+ maximum number of statements tracked by the module.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":100, "int_max":15000, "float_min":null,
+ "float_max":null}, {"name":"pg_stat_statements.track", "default_value":"top",
+ "hot_configurable":true, "description":"Controls which statements are counted
+ by the module.", "property_type":"STRING", "unit":null, "string_constraint":"^(top|all|none)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pg_stat_statements.track_utility",
+ "default_value":"on", "hot_configurable":true, "description":"Controls whether
+ utility commands are tracked by the module.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"pgaudit.log", "default_value":"none", "hot_configurable":true,
+ "description":"Specifies which classes of statements will be logged by session
+ audit logging", "property_type":"STRING", "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"15", "name":"PostgreSQL-15", "end_of_life":"2027-11-11T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"14", "name":"PostgreSQL-14", "end_of_life":"2026-11-12T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"13", "name":"PostgreSQL-13", "end_of_life":"2025-11-13T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"12", "name":"PostgreSQL-12", "end_of_life":"2024-11-14T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]},
+ {"version":"11", "name":"PostgreSQL-11", "end_of_life":"2023-11-09T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"hot_standby_feedback",
+ "default_value":"off", "hot_configurable":true, "description":"Specifies whether
+ or not a hot standby will send feedback to the primary or upstream standby about
+ queries currently executing on the standby.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"idle_in_transaction_session_timeout", "default_value":"3600000",
+ "hot_configurable":true, "description":"Sets the maximum allowed duration of
+ any idling transaction. Value in ms", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"lock_timeout",
+ "default_value":"0", "hot_configurable":false, "description":"Sets the maximum
+ allowed duration of any wait for a lock.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"statement_timeout",
+ "default_value":"86400000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any statement. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":30000, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count", "default_value":"0",
+ "hot_configurable":true, "description":"Maximum number of TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle", "default_value":"0",
+ "hot_configurable":true, "description":"Time between issuing TCP keepalives.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval", "default_value":"0",
+ "hot_configurable":true, "description":"Time between TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"temp_buffers", "default_value":"8192",
+ "hot_configurable":true, "description":"Sets the maximum number of temporary
+ buffers used by each session.", "property_type":"INT", "unit":"kB", "string_constraint":null,
+ "int_min":800, "int_max":1073741824, "float_min":null, "float_max":null}, {"name":"temp_file_limit",
+ "default_value":"-1", "hot_configurable":false, "description":"Limits the total
+ size of all temporary files used by each session.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"timezone", "default_value":"GMT", "hot_configurable":true,
+ "description":"This option sets the global timezone system variable.", "property_type":"STRING",
+ "unit":null, "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]},
+ {"version":"10", "name":"PostgreSQL-10", "end_of_life":"2022-11-10T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"hot_standby_feedback",
+ "default_value":"off", "hot_configurable":true, "description":"Specifies whether
+ or not a hot standby will send feedback to the primary or upstream standby about
+ queries currently executing on the standby.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"idle_in_transaction_session_timeout", "default_value":"3600000",
+ "hot_configurable":true, "description":"Sets the maximum allowed duration of
+ any idling transaction. Value in ms", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"lock_timeout",
+ "default_value":"0", "hot_configurable":false, "description":"Sets the maximum
+ allowed duration of any wait for a lock.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"statement_timeout",
+ "default_value":"86400000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any statement. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":30000, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count", "default_value":"0",
+ "hot_configurable":true, "description":"Maximum number of TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle", "default_value":"0",
+ "hot_configurable":true, "description":"Time between issuing TCP keepalives.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval", "default_value":"0",
+ "hot_configurable":true, "description":"Time between TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"temp_buffers", "default_value":"8192",
+ "hot_configurable":true, "description":"Sets the maximum number of temporary
+ buffers used by each session.", "property_type":"INT", "unit":"kB", "string_constraint":null,
+ "int_min":800, "int_max":1073741824, "float_min":null, "float_max":null}, {"name":"temp_file_limit",
+ "default_value":"-1", "hot_configurable":false, "description":"Limits the total
+ size of all temporary files used by each session.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"timezone", "default_value":"GMT", "hot_configurable":true,
+ "description":"This option sets the global timezone system variable.", "property_type":"STRING",
+ "unit":null, "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]},
+ {"version":"9.6", "name":"PostgreSQL-9.6", "end_of_life":"2021-11-11T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers_per_gather",
+ "default_value":"2", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel processes per executor node.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null, "float_max":null},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]}],
+ "region":"fr-par"}], "total_count":2}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/rdb/v1/regions/fr-par/database-engines
method: GET
response:
- body: '{"engines":[{"name":"MySQL","logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/mysql.svg","versions":[{"version":"8","name":"MySQL-8","end_of_life":"2026-04-01T00:00:00Z","available_settings":[{"name":"auto_increment_increment","default_value":"1","hot_configurable":true,"description":"Controls
- the AUTO_INCREMENT interval between successive column values","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":65535,"float_min":null,"float_max":null},{"name":"auto_increment_offset","default_value":"1","hot_configurable":true,"description":"Determines
- the starting point for the AUTO_INCREMENT column value","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":65535,"float_min":null,"float_max":null},{"name":"character_set_server","default_value":"utf8mb4","hot_configurable":true,"description":"Specify
- a specific server side character-set encoding","property_type":"STRING","unit":null,"string_constraint":"^(armscii8|ascii|big5|binary|cp1250|cp1251|cp1256|cp1257|cp850|cp852|cp866|cp932|dec8|eucjpms|euckr|gb18030|gb2312|gbk|geostd8|greek|hebrew|hp8|keybcs2|koi8r|koi8u|latin1|latin2|latin5|latin7|macce|macroman|sjis|swe7|tis620|ucs2|ujis|utf16|utf16le|utf32|utf8|utf8mb4)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"connect_timeout","default_value":"10","hot_configurable":true,"description":"The
- number of seconds that the mysqld server waits for a connect packet before responding
- with Bad handshake","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":300,"float_min":null,"float_max":null},{"name":"default_authentication_plugin","default_value":"mysql_native_password","hot_configurable":false,"description":"The
- default authentication plugin at the user creation","property_type":"STRING","unit":null,"string_constraint":"^(mysql_native_password|caching_sha2_password)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"default_time_zone","default_value":"UTC","hot_configurable":false,"description":"This
- option sets the global time_zone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"group_concat_max_len","default_value":"1024","hot_configurable":true,"description":"The
- maximum permitted result length in bytes for the GROUP_CONCAT() function","property_type":"INT","unit":null,"string_constraint":null,"int_min":1024,"int_max":65536,"float_min":null,"float_max":null},{"name":"innodb_flush_method","default_value":"fsync","hot_configurable":false,"description":"Defines
- the method used to flush data to InnoDB data files and log files, which can
- affect I/O throughput","property_type":"STRING","unit":null,"string_constraint":"^(fsync|O_DIRECT)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"innodb_ft_max_token_size","default_value":"84","hot_configurable":false,"description":"The
- maximum character length of words that are stored in an InnoDB FULLTEXT index.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":84,"float_min":null,"float_max":null},{"name":"innodb_ft_min_token_size","default_value":"3","hot_configurable":false,"description":"The
- minimum character length of words that are stored in an InnoDB FULLTEXT index.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":16,"float_min":null,"float_max":null},{"name":"innodb_lock_wait_timeout","default_value":"50","hot_configurable":true,"description":"The
- length of time in seconds an InnoDB transaction waits for a row lock before
- giving up","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":600,"float_min":null,"float_max":null},{"name":"innodb_stats_persistent_sample_pages","default_value":"200","hot_configurable":true,"description":"The
- number of index pages to sample when estimating cardinality and other statistics
- for an indexed column","property_type":"INT","unit":null,"string_constraint":null,"int_min":20,"int_max":1000,"float_min":null,"float_max":null},{"name":"interactive_timeout","default_value":"21600","hot_configurable":true,"description":"The
- number of seconds the server waits for activity on an interactive connection
- before closing it","property_type":"INT","unit":null,"string_constraint":null,"int_min":60,"int_max":21600,"float_min":null,"float_max":null},{"name":"local_infile","default_value":"OFF","hot_configurable":true,"description":"This
- variable controls server-side LOCAL capability for LOAD DATA statements","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"lock_wait_timeout","default_value":"31536000","hot_configurable":true,"description":"This
- variable specifies the timeout in seconds for attempts to acquire metadata locks","property_type":"INT","unit":null,"string_constraint":null,"int_min":60,"int_max":31536000,"float_min":null,"float_max":null},{"name":"log_bin_trust_function_creators","default_value":"OFF","hot_configurable":true,"description":"This
- variable controls whether stored function creators can be trusted","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"long_query_time","default_value":"10","hot_configurable":true,"description":"If
- the slow query log is enabled, the query is logged to the slow query log file
- if it takes longer than this threshold","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0,"float_max":3600},{"name":"max_allowed_packet","default_value":"64","hot_configurable":true,"description":"The
- maximum size (MB) of one packet or any generated/intermediate string, or any
- parameter sent by the mysql_stmt_send_long_data() C API function","property_type":"INT","unit":"M","string_constraint":null,"int_min":4,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":true,"description":"The
- maximum permitted number of simultaneous client connections","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":5000,"float_min":null,"float_max":null},{"name":"max_prepared_stmt_count","default_value":"16382","hot_configurable":false,"description":"Limit
- the total number of prepared statements in the server","property_type":"INT","unit":null,"string_constraint":null,"int_min":16382,"int_max":1048576,"float_min":null,"float_max":null},{"name":"min_examined_row_limit","default_value":"0","hot_configurable":true,"description":"Queries
- that examine fewer than this number of rows are not logged to the slow query
- log.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"slow_query_log","default_value":"OFF","hot_configurable":false,"description":"Whether
- the slow query log is enabled","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"sort_buffer_size","default_value":"262144","hot_configurable":true,"description":"Connection
- sort buffer memory size. Large buffer slows down most queries that perform sorts.","property_type":"INT","unit":null,"string_constraint":null,"int_min":32768,"int_max":10485760,"float_min":null,"float_max":null},{"name":"sql_mode","default_value":"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION","hot_configurable":true,"description":"Modes
- affect the SQL syntax MySQL supports and the data validation checks it performs","property_type":"STRING","unit":null,"string_constraint":"^((ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION)(,(ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION))*)?$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"table_definition_cache","default_value":"2000","hot_configurable":true,"description":"The
- number of table definitions that can be stored in the definition cache","property_type":"INT","unit":null,"string_constraint":null,"int_min":1000,"int_max":20000,"float_min":null,"float_max":null},{"name":"table_open_cache","default_value":"10000","hot_configurable":true,"description":"The
- number of open tables for all threads","property_type":"INT","unit":null,"string_constraint":null,"int_min":1000,"int_max":20000,"float_min":null,"float_max":null},{"name":"table_open_cache_instances","default_value":"16","hot_configurable":true,"description":"The
- number of open tables cache instances. Improve scalability by reducing contention
- among sessions but increase memory usage in case of many triggers or procedures","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":16,"float_min":null,"float_max":null},{"name":"thread_stack","default_value":"280","hot_configurable":false,"description":"Defines
+ body: '{"engines":[{"name":"MySQL", "logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/mysql.svg",
+ "versions":[{"version":"8", "name":"MySQL-8", "end_of_life":"2026-04-01T00:00:00Z",
+ "available_settings":[{"name":"auto_increment_increment", "default_value":"1",
+ "hot_configurable":true, "description":"Controls the AUTO_INCREMENT interval
+ between successive column values", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":65535, "float_min":null, "float_max":null}, {"name":"auto_increment_offset",
+ "default_value":"1", "hot_configurable":true, "description":"Determines the
+ starting point for the AUTO_INCREMENT column value", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1, "int_max":65535, "float_min":null,
+ "float_max":null}, {"name":"character_set_server", "default_value":"utf8mb4",
+ "hot_configurable":true, "description":"Specify a specific server side character-set
+ encoding", "property_type":"STRING", "unit":null, "string_constraint":"^(armscii8|ascii|big5|binary|cp1250|cp1251|cp1256|cp1257|cp850|cp852|cp866|cp932|dec8|eucjpms|euckr|gb18030|gb2312|gbk|geostd8|greek|hebrew|hp8|keybcs2|koi8r|koi8u|latin1|latin2|latin5|latin7|macce|macroman|sjis|swe7|tis620|ucs2|ujis|utf16|utf16le|utf32|utf8|utf8mb4)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"connect_timeout",
+ "default_value":"10", "hot_configurable":true, "description":"The number of
+ seconds that the mysqld server waits for a connect packet before responding
+ with Bad handshake", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":300, "float_min":null, "float_max":null}, {"name":"default_authentication_plugin",
+ "default_value":"mysql_native_password", "hot_configurable":false, "description":"The
+ default authentication plugin at the user creation", "property_type":"STRING",
+ "unit":null, "string_constraint":"^(mysql_native_password|caching_sha2_password)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"default_time_zone",
+ "default_value":"UTC", "hot_configurable":false, "description":"This option
+ sets the global time_zone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"group_concat_max_len",
+ "default_value":"1024", "hot_configurable":true, "description":"The maximum
+ permitted result length in bytes for the GROUP_CONCAT() function", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1024, "int_max":65536, "float_min":null,
+ "float_max":null}, {"name":"innodb_flush_method", "default_value":"fsync", "hot_configurable":false,
+ "description":"Defines the method used to flush data to InnoDB data files and
+ log files, which can affect I/O throughput", "property_type":"STRING", "unit":null,
+ "string_constraint":"^(fsync|O_DIRECT)$", "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"innodb_ft_max_token_size", "default_value":"84",
+ "hot_configurable":false, "description":"The maximum character length of words
+ that are stored in an InnoDB FULLTEXT index.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":10, "int_max":84, "float_min":null, "float_max":null},
+ {"name":"innodb_ft_min_token_size", "default_value":"3", "hot_configurable":false,
+ "description":"The minimum character length of words that are stored in an InnoDB
+ FULLTEXT index.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":16, "float_min":null, "float_max":null}, {"name":"innodb_lock_wait_timeout",
+ "default_value":"50", "hot_configurable":true, "description":"The length of
+ time in seconds an InnoDB transaction waits for a row lock before giving up",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":600,
+ "float_min":null, "float_max":null}, {"name":"innodb_stats_persistent_sample_pages",
+ "default_value":"200", "hot_configurable":true, "description":"The number of
+ index pages to sample when estimating cardinality and other statistics for an
+ indexed column", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":20, "int_max":1000, "float_min":null, "float_max":null}, {"name":"interactive_timeout",
+ "default_value":"21600", "hot_configurable":true, "description":"The number
+ of seconds the server waits for activity on an interactive connection before
+ closing it", "property_type":"INT", "unit":null, "string_constraint":null, "int_min":60,
+ "int_max":21600, "float_min":null, "float_max":null}, {"name":"local_infile",
+ "default_value":"OFF", "hot_configurable":true, "description":"This variable
+ controls server-side LOCAL capability for LOAD DATA statements", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"lock_wait_timeout", "default_value":"31536000",
+ "hot_configurable":true, "description":"This variable specifies the timeout
+ in seconds for attempts to acquire metadata locks", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":60, "int_max":31536000, "float_min":null,
+ "float_max":null}, {"name":"log_bin_trust_function_creators", "default_value":"OFF",
+ "hot_configurable":true, "description":"This variable controls whether stored
+ function creators can be trusted", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"long_query_time",
+ "default_value":"10", "hot_configurable":true, "description":"If the slow query
+ log is enabled, the query is logged to the slow query log file if it takes longer
+ than this threshold", "property_type":"FLOAT", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":0, "float_max":3600}, {"name":"max_allowed_packet",
+ "default_value":"64", "hot_configurable":true, "description":"The maximum size
+ (MB) of one packet or any generated/intermediate string, or any parameter sent
+ by the mysql_stmt_send_long_data() C API function", "property_type":"INT", "unit":"M",
+ "string_constraint":null, "int_min":4, "int_max":1024, "float_min":null, "float_max":null},
+ {"name":"max_connections", "default_value":"100", "hot_configurable":true, "description":"The
+ maximum permitted number of simultaneous client connections", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":50, "int_max":5000, "float_min":null,
+ "float_max":null}, {"name":"max_digest_length", "default_value":"1024", "hot_configurable":false,
+ "description":"The maximum number of bytes of memory reserved per session for
+ computation of normalized statement digests", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":1024, "int_max":8192, "float_min":null,
+ "float_max":null}, {"name":"max_prepared_stmt_count", "default_value":"16382",
+ "hot_configurable":false, "description":"Limit the total number of prepared
+ statements in the server", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":16382, "int_max":1048576, "float_min":null, "float_max":null}, {"name":"min_examined_row_limit",
+ "default_value":"0", "hot_configurable":true, "description":"Queries that examine
+ fewer than this number of rows are not logged to the slow query log.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"performance_schema_max_digest_length", "default_value":"1024",
+ "hot_configurable":false, "description":"The maximum number of bytes of memory
+ reserved per statement for computation of normalized statement digest values
+ in the Performance Schema", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1024, "int_max":8192, "float_min":null, "float_max":null}, {"name":"performance_schema_max_sql_text_length",
+ "default_value":"1024", "hot_configurable":false, "description":"The maximum
+ number of bytes used to store SQL statements", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":1024, "int_max":8192, "float_min":null,
+ "float_max":null}, {"name":"slow_query_log", "default_value":"OFF", "hot_configurable":false,
+ "description":"Whether the slow query log is enabled", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"sort_buffer_size", "default_value":"262144", "hot_configurable":true,
+ "description":"Connection sort buffer memory size. Large buffer slows down most
+ queries that perform sorts.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":32768, "int_max":10485760, "float_min":null, "float_max":null}, {"name":"sql_mode",
+ "default_value":"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION",
+ "hot_configurable":true, "description":"Modes affect the SQL syntax MySQL supports
+ and the data validation checks it performs", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION)(,(ONLY_FULL_GROUP_BY|STRICT_TRANS_TABLES|NO_ZERO_IN_DATE|NO_ZERO_DATE|ERROR_FOR_DIVISION_BY_ZERO|NO_ENGINE_SUBSTITUTION))*)?$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"table_definition_cache",
+ "default_value":"2000", "hot_configurable":true, "description":"The number of
+ table definitions that can be stored in the definition cache", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1000, "int_max":20000, "float_min":null,
+ "float_max":null}, {"name":"table_open_cache", "default_value":"10000", "hot_configurable":true,
+ "description":"The number of open tables for all threads", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":1000, "int_max":20000, "float_min":null,
+ "float_max":null}, {"name":"table_open_cache_instances", "default_value":"16",
+ "hot_configurable":true, "description":"The number of open tables cache instances.
+ Improve scalability by reducing contention among sessions but increase memory
+ usage in case of many triggers or procedures", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":1, "int_max":16, "float_min":null, "float_max":null},
+ {"name":"thread_stack", "default_value":"280", "hot_configurable":false, "description":"Defines
the stack size for each thread and impact the complexity of the SQL statements
- that the server can handle.","property_type":"INT","unit":"K","string_constraint":null,"int_min":128,"int_max":10240,"float_min":null,"float_max":null},{"name":"transaction_isolation","default_value":"REPEATABLE-READ","hot_configurable":true,"description":"Define
+ that the server can handle.", "property_type":"INT", "unit":"K", "string_constraint":null,
+ "int_min":128, "int_max":10240, "float_min":null, "float_max":null}, {"name":"transaction_isolation",
+ "default_value":"REPEATABLE-READ", "hot_configurable":true, "description":"Define
the transaction isolation level which fine-tunes the balance between performance
- and reliability, consistency, and reproducibility of your database","property_type":"STRING","unit":null,"string_constraint":"^(REPEATABLE-READ|READ-COMMITTED|READ-UNCOMMITTED|SERIALIZABLE)$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"wait_timeout","default_value":"21600","hot_configurable":false,"description":"The
- number of seconds the server waits for activity on a noninteractive connection
- before closing it","property_type":"INT","unit":null,"string_constraint":null,"int_min":60,"int_max":21600,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[{"name":"lower_case_table_names","default_value":"0","hot_configurable":false,"description":"If
- set to 0, table names are stored as specified and comparisons are case-sensitive.
- If set to 1, table names are stored in lowercase on disk and comparisons are
- not case sensitive.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1,"float_min":null,"float_max":null}]}],"region":"fr-par"},{"name":"PostgreSQL","logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/postgresql.svg","versions":[{"version":"15","name":"PostgreSQL-15","end_of_life":"2027-11-11T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[]},{"version":"14","name":"PostgreSQL-14","end_of_life":"2026-11-12T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[]},{"version":"13","name":"PostgreSQL-13","end_of_life":"2025-11-13T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":false,"beta":false,"available_init_settings":[]},{"version":"12","name":"PostgreSQL-12","end_of_life":"2024-11-14T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"effective_io_concurrency","default_value":"1","hot_configurable":true,"description":"Sets
- the number of concurrent disk I/O operations that PostgreSQL expects can be
- executed simultaneously.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":32,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"pgaudit.log","default_value":"none","hot_configurable":true,"description":"Specifies
- which classes of statements will be logged by session audit logging","property_type":"STRING","unit":null,"string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"pgaudit.role","default_value":"","hot_configurable":true,"description":"Specifies
- the master role to use for object audit logging.","property_type":"STRING","unit":null,"string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"random_page_cost","default_value":"4.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a non-sequentially-fetched disk page.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"rdb.enable_pgaudit","default_value":"off","hot_configurable":false,"description":"Enable
- pgaudit extension on the instance.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"seq_page_cost","default_value":"1.0","hot_configurable":true,"description":"Sets
- the planner''s estimate of the cost of a disk page fetch that is part of a series
- of sequential fetches.","property_type":"FLOAT","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":0.1,"float_max":10},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]},{"version":"11","name":"PostgreSQL-11","end_of_life":"2023-11-09T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"track_activity_query_size","default_value":"1024","hot_configurable":false,"description":"Sets
- the size reserved for pg_stat_activity.query.","property_type":"INT","unit":"B","string_constraint":null,"int_min":100,"int_max":8192,"float_min":null,"float_max":null},{"name":"track_commit_timestamp","default_value":"off","hot_configurable":false,"description":"Record
- commit time of transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]},{"version":"10","name":"PostgreSQL-10","end_of_life":"2022-11-10T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"checkpoint_timeout","default_value":"30","hot_configurable":true,"description":"Sets
- the maximum time between automatic WAL checkpoints","property_type":"INT","unit":null,"string_constraint":null,"int_min":30,"int_max":21600,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"hot_standby_feedback","default_value":"off","hot_configurable":true,"description":"Specifies
- whether or not a hot standby will send feedback to the primary or upstream standby
- about queries currently executing on the standby.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"log_autovacuum_min_duration","default_value":"-1","hot_configurable":true,"description":"Sets
- the minimum execution time above which autovacuum actions will be logged","property_type":"INT","unit":"ms","string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers","default_value":"8","hot_configurable":true,"description":"Sets
- the maximum number of parallel workers that can be active at one time.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"max_standby_streaming_delay","default_value":"30000","hot_configurable":true,"description":"Sets
- the maximum delay before canceling queries when a hot standby server is processing
- streamed WAL data.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":180000,"float_min":null,"float_max":null},{"name":"max_wal_size","default_value":"1024","hot_configurable":true,"description":"Maximum
- size to let the WAL grow during automatic checkpoints. Be careful adjusting
- this setting will use disk space","property_type":"INT","unit":"MB","string_constraint":null,"int_min":256,"int_max":10240,"float_min":null,"float_max":null},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]},{"version":"9.6","name":"PostgreSQL-9.6","end_of_life":"2021-11-11T00:00:00Z","available_settings":[{"name":"bgwriter_delay","default_value":"200","hot_configurable":true,"description":"Background
- writer sleep time between rounds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":10,"int_max":10000,"float_min":null,"float_max":null},{"name":"bgwriter_flush_after","default_value":"512","hot_configurable":true,"description":"Number
- of pages after which previously performed writes are flushed to disk.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":0,"int_max":2048,"float_min":null,"float_max":null},{"name":"bgwriter_lru_maxpages","default_value":"100","hot_configurable":true,"description":"Background
- writer maximum number of LRU pages to flush per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1073741823,"float_min":null,"float_max":null},{"name":"bgwriter_lru_multiplier","default_value":"2","hot_configurable":true,"description":"Multiple
- of the average buffer usage to free per round.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10,"float_min":null,"float_max":null},{"name":"commit_delay","default_value":"0","hot_configurable":true,"description":"Sets
- the delay in microseconds between transaction commit and flushing WAL to disk.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":100000,"float_min":null,"float_max":null},{"name":"deadlock_timeout","default_value":"1000","hot_configurable":true,"description":"Sets
- the time to wait on a lock before checking for deadlock.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":100,"int_max":60000,"float_min":null,"float_max":null},{"name":"default_statistics_target","default_value":"100","hot_configurable":true,"description":"Sets
- the default statistics target.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"default_transaction_deferrable","default_value":"off","hot_configurable":true,"description":"Sets
- the default deferrable status of new transactions.","property_type":"BOOLEAN","unit":null,"string_constraint":null,"int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"effective_cache_size","default_value":"4096","hot_configurable":true,"description":"Sets
- the planner s assumption about the size of the data cache.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":64,"int_max":1048576,"float_min":null,"float_max":null},{"name":"idle_in_transaction_session_timeout","default_value":"3600000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any idling transaction. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"lock_timeout","default_value":"0","hot_configurable":false,"description":"Sets
- the maximum allowed duration of any wait for a lock.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"maintenance_work_mem","default_value":"64","hot_configurable":true,"description":"Sets
- the maximum memory to be used for maintenance operations.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null},{"name":"max_connections","default_value":"100","hot_configurable":false,"description":"Sets
- the maximum number of concurrent connections.","property_type":"INT","unit":null,"string_constraint":null,"int_min":50,"int_max":10000,"float_min":null,"float_max":null},{"name":"max_locks_per_transaction","default_value":"64","hot_configurable":false,"description":"Sets
- the maximum number of locks per transaction.","property_type":"INT","unit":null,"string_constraint":null,"int_min":10,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"max_parallel_workers_per_gather","default_value":"2","hot_configurable":true,"description":"Sets
- the maximum number of parallel processes per executor node.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":1024,"float_min":null,"float_max":null},{"name":"statement_timeout","default_value":"86400000","hot_configurable":true,"description":"Sets
- the maximum allowed duration of any statement. Value in ms","property_type":"INT","unit":"ms","string_constraint":null,"int_min":30000,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_count","default_value":"0","hot_configurable":true,"description":"Maximum
- number of TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_idle","default_value":"0","hot_configurable":true,"description":"Time
- between issuing TCP keepalives.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"tcp_keepalives_interval","default_value":"0","hot_configurable":true,"description":"Time
- between TCP keepalive retransmits.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"temp_buffers","default_value":"8192","hot_configurable":true,"description":"Sets
- the maximum number of temporary buffers used by each session.","property_type":"INT","unit":"kB","string_constraint":null,"int_min":800,"int_max":1073741824,"float_min":null,"float_max":null},{"name":"temp_file_limit","default_value":"-1","hot_configurable":false,"description":"Limits
- the total size of all temporary files used by each session.","property_type":"INT","unit":null,"string_constraint":null,"int_min":-1,"int_max":2147483647,"float_min":null,"float_max":null},{"name":"timezone","default_value":"GMT","hot_configurable":true,"description":"This
- option sets the global timezone system variable.","property_type":"STRING","unit":null,"string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$","int_min":null,"int_max":null,"float_min":null,"float_max":null},{"name":"vacuum_cost_delay","default_value":"0","hot_configurable":true,"description":"Vacuum
- cost delay in milliseconds.","property_type":"INT","unit":"ms","string_constraint":null,"int_min":0,"int_max":100,"float_min":null,"float_max":null},{"name":"vacuum_cost_limit","default_value":"200","hot_configurable":true,"description":"Vacuum
- cost amount available before napping.","property_type":"INT","unit":null,"string_constraint":null,"int_min":1,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_dirty","default_value":"20","hot_configurable":true,"description":"Vacuum
- cost for a page dirtied by vacuum.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_hit","default_value":"1","hot_configurable":true,"description":"Vacuum
- cost for a page found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"vacuum_cost_page_miss","default_value":"10","hot_configurable":true,"description":"Vacuum
- cost for a page not found in the buffer cache.","property_type":"INT","unit":null,"string_constraint":null,"int_min":0,"int_max":10000,"float_min":null,"float_max":null},{"name":"work_mem","default_value":"4","hot_configurable":true,"description":"Sets
- the maximum memory to be used for query workspaces.","property_type":"INT","unit":"MB","string_constraint":null,"int_min":1,"int_max":2097151,"float_min":null,"float_max":null}],"disabled":true,"beta":false,"available_init_settings":[]}],"region":"fr-par"}],"total_count":2}'
+ and reliability, consistency, and reproducibility of your database", "property_type":"STRING",
+ "unit":null, "string_constraint":"^(REPEATABLE-READ|READ-COMMITTED|READ-UNCOMMITTED|SERIALIZABLE)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"wait_timeout",
+ "default_value":"21600", "hot_configurable":false, "description":"The number
+ of seconds the server waits for activity on a noninteractive connection before
+ closing it", "property_type":"INT", "unit":null, "string_constraint":null, "int_min":60,
+ "int_max":21600, "float_min":null, "float_max":null}], "disabled":false, "beta":false,
+ "available_init_settings":[{"name":"lower_case_table_names", "default_value":"0",
+ "hot_configurable":false, "description":"If set to 0, table names are stored
+ as specified and comparisons are case-sensitive. If set to 1, table names are
+ stored in lowercase on disk and comparisons are not case sensitive.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1, "float_min":null,
+ "float_max":null}]}], "region":"fr-par"}, {"name":"PostgreSQL", "logo_url":"https://s3.nl-ams.scw.cloud/scw-rdb-logos/postgresql.svg",
+ "versions":[{"version":"16", "name":"PostgreSQL-16", "end_of_life":"2028-11-09T00:00:00Z",
+ "available_settings":[{"name":"autovacuum_vacuum_insert_scale_factor", "default_value":"0.2",
+ "hot_configurable":true, "description":"Specifies a fraction of the table size
+ to add to autovacuum_vacuum_insert_threshold when deciding whether to trigger
+ a VACUUM.", "property_type":"FLOAT", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":0.1, "float_max":100}, {"name":"autovacuum_vacuum_insert_threshold",
+ "default_value":"1000", "hot_configurable":true, "description":"Specifies the
+ number of inserted tuples needed to trigger a VACUUM in any one table.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":-1, "int_max":1147483647, "float_min":null,
+ "float_max":null}, {"name":"autovacuum_vacuum_scale_factor", "default_value":"0.2",
+ "hot_configurable":true, "description":"Specifies a fraction of the table size
+ to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM.",
+ "property_type":"FLOAT", "unit":null, "string_constraint":null, "int_min":null,
+ "int_max":null, "float_min":0.1, "float_max":100}, {"name":"autovacuum_vacuum_threshold",
+ "default_value":"50", "hot_configurable":true, "description":"Specifies the
+ minimum number of updated or deleted tuples needed to trigger a VACUUM in any
+ one table.", "property_type":"INT", "unit":null, "string_constraint":null, "int_min":50,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"bgwriter_delay",
+ "default_value":"200", "hot_configurable":true, "description":"Background writer
+ sleep time between rounds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":10, "int_max":10000, "float_min":null, "float_max":null}, {"name":"bgwriter_flush_after",
+ "default_value":"512", "hot_configurable":true, "description":"Number of pages
+ after which previously performed writes are flushed to disk.", "property_type":"INT",
+ "unit":"kB", "string_constraint":null, "int_min":0, "int_max":2048, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_maxpages", "default_value":"100", "hot_configurable":true,
+ "description":"Background writer maximum number of LRU pages to flush per round.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":1073741823,
+ "float_min":null, "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2",
+ "hot_configurable":true, "description":"Multiple of the average buffer usage
+ to free per round.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10, "float_min":null, "float_max":null}, {"name":"checkpoint_timeout",
+ "default_value":"30", "hot_configurable":true, "description":"Sets the maximum
+ time between automatic WAL checkpoints.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null, "float_max":null},
+ {"name":"commit_delay", "default_value":"0", "hot_configurable":true, "description":"Sets
+ the delay in microseconds between transaction commit and flushing WAL to disk.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":100000,
+ "float_min":null, "float_max":null}, {"name":"cron.timezone", "default_value":"GMT",
+ "hot_configurable":false, "description":"Specifies the timezone in which the
+ pg_cron background worker should run.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_checkpoints", "default_value":"on", "hot_configurable":true,
+ "description":"Causes checkpoints and restartpoints to be logged in the server
+ log.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null, "int_min":null,
+ "int_max":null, "float_min":null, "float_max":null}, {"name":"log_lock_waits",
+ "default_value":"on", "hot_configurable":true, "description":"Logs long lock
+ waits", "property_type":"BOOLEAN", "unit":null, "string_constraint":null, "int_min":null,
+ "int_max":null, "float_min":null, "float_max":null}, {"name":"log_min_duration_statement",
+ "default_value":"5000", "hot_configurable":true, "description":"Sets the minimum
+ execution time above which all statements will be logged", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_replication_commands", "default_value":"on",
+ "hot_configurable":false, "description":"Logs each replication command", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"log_temp_files", "default_value":"0", "hot_configurable":true,
+ "description":"Log the use of temporary files larger than this number of kilobytes",
+ "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"maintenance_work_mem",
+ "default_value":"64", "hot_configurable":true, "description":"Sets the maximum
+ memory to be used for maintenance operations.", "property_type":"INT", "unit":"MB",
+ "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}, {"name":"max_connections", "default_value":"100", "hot_configurable":false,
+ "description":"Sets the maximum number of concurrent connections.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":50, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"max_locks_per_transaction", "default_value":"64",
+ "hot_configurable":false, "description":"Sets the maximum number of locks per
+ transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pg_stat_statements.max",
+ "default_value":"5000", "hot_configurable":false, "description":"Specifies the
+ maximum number of statements tracked by the module.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":100, "int_max":15000, "float_min":null,
+ "float_max":null}, {"name":"pg_stat_statements.track", "default_value":"top",
+ "hot_configurable":true, "description":"Controls which statements are counted
+ by the module.", "property_type":"STRING", "unit":null, "string_constraint":"^(top|all|none)$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pg_stat_statements.track_utility",
+ "default_value":"on", "hot_configurable":true, "description":"Controls whether
+ utility commands are tracked by the module.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"pgaudit.log", "default_value":"none", "hot_configurable":true,
+ "description":"Specifies which classes of statements will be logged by session
+ audit logging", "property_type":"STRING", "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"15", "name":"PostgreSQL-15", "end_of_life":"2027-11-11T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"14", "name":"PostgreSQL-14", "end_of_life":"2026-11-12T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"13", "name":"PostgreSQL-13", "end_of_life":"2025-11-13T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":false, "beta":false, "available_init_settings":[]},
+ {"version":"12", "name":"PostgreSQL-12", "end_of_life":"2024-11-14T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"effective_io_concurrency",
+ "default_value":"1", "hot_configurable":true, "description":"Sets the number
+ of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":32,
+ "float_min":null, "float_max":null}, {"name":"hot_standby_feedback", "default_value":"off",
+ "hot_configurable":true, "description":"Specifies whether or not a hot standby
+ will send feedback to the primary or upstream standby about queries currently
+ executing on the standby.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"pgaudit.log",
+ "default_value":"none", "hot_configurable":true, "description":"Specifies which
+ classes of statements will be logged by session audit logging", "property_type":"STRING",
+ "unit":null, "string_constraint":"^none$|^ALL$|^(?:(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\1))(?:(,)(READ|WRITE|FUNCTION|ROLE|DDL|MISC|MISC_SET)(?!.*\\2\\3))*$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"pgaudit.role",
+ "default_value":"", "hot_configurable":true, "description":"Specifies the master
+ role to use for object audit logging.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^[a-zA-Z][a-zA-Z0-9_$-]{0,62}$", "int_min":null, "int_max":null,
+ "float_min":null, "float_max":null}, {"name":"random_page_cost", "default_value":"4.0",
+ "hot_configurable":true, "description":"Sets the planner''s estimate of the
+ cost of a non-sequentially-fetched disk page.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"rdb.enable_pgaudit", "default_value":"off", "hot_configurable":false,
+ "description":"Enable pgaudit extension on the instance.", "property_type":"BOOLEAN",
+ "unit":null, "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"seq_page_cost", "default_value":"1.0", "hot_configurable":true,
+ "description":"Sets the planner''s estimate of the cost of a disk page fetch
+ that is part of a series of sequential fetches.", "property_type":"FLOAT", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":0.1, "float_max":10},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]},
+ {"version":"11", "name":"PostgreSQL-11", "end_of_life":"2023-11-09T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"hot_standby_feedback",
+ "default_value":"off", "hot_configurable":true, "description":"Specifies whether
+ or not a hot standby will send feedback to the primary or upstream standby about
+ queries currently executing on the standby.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"idle_in_transaction_session_timeout", "default_value":"3600000",
+ "hot_configurable":true, "description":"Sets the maximum allowed duration of
+ any idling transaction. Value in ms", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"lock_timeout",
+ "default_value":"0", "hot_configurable":false, "description":"Sets the maximum
+ allowed duration of any wait for a lock.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"statement_timeout",
+ "default_value":"86400000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any statement. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":30000, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count", "default_value":"0",
+ "hot_configurable":true, "description":"Maximum number of TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle", "default_value":"0",
+ "hot_configurable":true, "description":"Time between issuing TCP keepalives.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval", "default_value":"0",
+ "hot_configurable":true, "description":"Time between TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"temp_buffers", "default_value":"8192",
+ "hot_configurable":true, "description":"Sets the maximum number of temporary
+ buffers used by each session.", "property_type":"INT", "unit":"kB", "string_constraint":null,
+ "int_min":800, "int_max":1073741824, "float_min":null, "float_max":null}, {"name":"temp_file_limit",
+ "default_value":"-1", "hot_configurable":false, "description":"Limits the total
+ size of all temporary files used by each session.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"timezone", "default_value":"GMT", "hot_configurable":true,
+ "description":"This option sets the global timezone system variable.", "property_type":"STRING",
+ "unit":null, "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"track_activity_query_size",
+ "default_value":"1024", "hot_configurable":false, "description":"Sets the size
+ reserved for pg_stat_activity.query.", "property_type":"INT", "unit":"B", "string_constraint":null,
+ "int_min":100, "int_max":8192, "float_min":null, "float_max":null}, {"name":"track_commit_timestamp",
+ "default_value":"off", "hot_configurable":false, "description":"Record commit
+ time of transactions.", "property_type":"BOOLEAN", "unit":null, "string_constraint":null,
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]},
+ {"version":"10", "name":"PostgreSQL-10", "end_of_life":"2022-11-10T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"checkpoint_timeout", "default_value":"30", "hot_configurable":true,
+ "description":"Sets the maximum time between automatic WAL checkpoints", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":30, "int_max":21600, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"hot_standby_feedback",
+ "default_value":"off", "hot_configurable":true, "description":"Specifies whether
+ or not a hot standby will send feedback to the primary or upstream standby about
+ queries currently executing on the standby.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"idle_in_transaction_session_timeout", "default_value":"3600000",
+ "hot_configurable":true, "description":"Sets the maximum allowed duration of
+ any idling transaction. Value in ms", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"lock_timeout",
+ "default_value":"0", "hot_configurable":false, "description":"Sets the maximum
+ allowed duration of any wait for a lock.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"log_autovacuum_min_duration", "default_value":"-1",
+ "hot_configurable":true, "description":"Sets the minimum execution time above
+ which autovacuum actions will be logged", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers",
+ "default_value":"8", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel workers that can be active at one time.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null,
+ "float_max":null}, {"name":"max_parallel_workers_per_gather", "default_value":"2",
+ "hot_configurable":true, "description":"Sets the maximum number of parallel
+ processes per executor node.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":1024, "float_min":null, "float_max":null}, {"name":"max_standby_streaming_delay",
+ "default_value":"30000", "hot_configurable":true, "description":"Sets the maximum
+ delay before canceling queries when a hot standby server is processing streamed
+ WAL data.", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":0,
+ "int_max":180000, "float_min":null, "float_max":null}, {"name":"max_wal_size",
+ "default_value":"1024", "hot_configurable":true, "description":"Maximum size
+ to let the WAL grow during automatic checkpoints. Be careful adjusting this
+ setting will use disk space", "property_type":"INT", "unit":"MB", "string_constraint":null,
+ "int_min":256, "int_max":10240, "float_min":null, "float_max":null}, {"name":"statement_timeout",
+ "default_value":"86400000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any statement. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":30000, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count", "default_value":"0",
+ "hot_configurable":true, "description":"Maximum number of TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle", "default_value":"0",
+ "hot_configurable":true, "description":"Time between issuing TCP keepalives.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval", "default_value":"0",
+ "hot_configurable":true, "description":"Time between TCP keepalive retransmits.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647,
+ "float_min":null, "float_max":null}, {"name":"temp_buffers", "default_value":"8192",
+ "hot_configurable":true, "description":"Sets the maximum number of temporary
+ buffers used by each session.", "property_type":"INT", "unit":"kB", "string_constraint":null,
+ "int_min":800, "int_max":1073741824, "float_min":null, "float_max":null}, {"name":"temp_file_limit",
+ "default_value":"-1", "hot_configurable":false, "description":"Limits the total
+ size of all temporary files used by each session.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":-1, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"timezone", "default_value":"GMT", "hot_configurable":true,
+ "description":"This option sets the global timezone system variable.", "property_type":"STRING",
+ "unit":null, "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]},
+ {"version":"9.6", "name":"PostgreSQL-9.6", "end_of_life":"2021-11-11T00:00:00Z",
+ "available_settings":[{"name":"bgwriter_delay", "default_value":"200", "hot_configurable":true,
+ "description":"Background writer sleep time between rounds.", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":10, "int_max":10000, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_flush_after", "default_value":"512", "hot_configurable":true,
+ "description":"Number of pages after which previously performed writes are flushed
+ to disk.", "property_type":"INT", "unit":"kB", "string_constraint":null, "int_min":0,
+ "int_max":2048, "float_min":null, "float_max":null}, {"name":"bgwriter_lru_maxpages",
+ "default_value":"100", "hot_configurable":true, "description":"Background writer
+ maximum number of LRU pages to flush per round.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1073741823, "float_min":null,
+ "float_max":null}, {"name":"bgwriter_lru_multiplier", "default_value":"2", "hot_configurable":true,
+ "description":"Multiple of the average buffer usage to free per round.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":10, "float_min":null,
+ "float_max":null}, {"name":"commit_delay", "default_value":"0", "hot_configurable":true,
+ "description":"Sets the delay in microseconds between transaction commit and
+ flushing WAL to disk.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":100000, "float_min":null, "float_max":null}, {"name":"deadlock_timeout",
+ "default_value":"1000", "hot_configurable":true, "description":"Sets the time
+ to wait on a lock before checking for deadlock.", "property_type":"INT", "unit":"ms",
+ "string_constraint":null, "int_min":100, "int_max":60000, "float_min":null,
+ "float_max":null}, {"name":"default_statistics_target", "default_value":"100",
+ "hot_configurable":true, "description":"Sets the default statistics target.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":1, "int_max":10000,
+ "float_min":null, "float_max":null}, {"name":"default_transaction_deferrable",
+ "default_value":"off", "hot_configurable":true, "description":"Sets the default
+ deferrable status of new transactions.", "property_type":"BOOLEAN", "unit":null,
+ "string_constraint":null, "int_min":null, "int_max":null, "float_min":null,
+ "float_max":null}, {"name":"effective_cache_size", "default_value":"4096", "hot_configurable":true,
+ "description":"Sets the planner s assumption about the size of the data cache.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":64,
+ "int_max":1048576, "float_min":null, "float_max":null}, {"name":"idle_in_transaction_session_timeout",
+ "default_value":"3600000", "hot_configurable":true, "description":"Sets the
+ maximum allowed duration of any idling transaction. Value in ms", "property_type":"INT",
+ "unit":"ms", "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"lock_timeout", "default_value":"0", "hot_configurable":false,
+ "description":"Sets the maximum allowed duration of any wait for a lock.", "property_type":"INT",
+ "unit":null, "string_constraint":null, "int_min":0, "int_max":2147483647, "float_min":null,
+ "float_max":null}, {"name":"maintenance_work_mem", "default_value":"64", "hot_configurable":true,
+ "description":"Sets the maximum memory to be used for maintenance operations.",
+ "property_type":"INT", "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151,
+ "float_min":null, "float_max":null}, {"name":"max_connections", "default_value":"100",
+ "hot_configurable":false, "description":"Sets the maximum number of concurrent
+ connections.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":50, "int_max":10000, "float_min":null, "float_max":null}, {"name":"max_locks_per_transaction",
+ "default_value":"64", "hot_configurable":false, "description":"Sets the maximum
+ number of locks per transaction.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":10, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"max_parallel_workers_per_gather",
+ "default_value":"2", "hot_configurable":true, "description":"Sets the maximum
+ number of parallel processes per executor node.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":1024, "float_min":null, "float_max":null},
+ {"name":"statement_timeout", "default_value":"86400000", "hot_configurable":true,
+ "description":"Sets the maximum allowed duration of any statement. Value in
+ ms", "property_type":"INT", "unit":"ms", "string_constraint":null, "int_min":30000,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_count",
+ "default_value":"0", "hot_configurable":true, "description":"Maximum number
+ of TCP keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_idle",
+ "default_value":"0", "hot_configurable":true, "description":"Time between issuing
+ TCP keepalives.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"tcp_keepalives_interval",
+ "default_value":"0", "hot_configurable":true, "description":"Time between TCP
+ keepalive retransmits.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"temp_buffers",
+ "default_value":"8192", "hot_configurable":true, "description":"Sets the maximum
+ number of temporary buffers used by each session.", "property_type":"INT", "unit":"kB",
+ "string_constraint":null, "int_min":800, "int_max":1073741824, "float_min":null,
+ "float_max":null}, {"name":"temp_file_limit", "default_value":"-1", "hot_configurable":false,
+ "description":"Limits the total size of all temporary files used by each session.",
+ "property_type":"INT", "unit":null, "string_constraint":null, "int_min":-1,
+ "int_max":2147483647, "float_min":null, "float_max":null}, {"name":"timezone",
+ "default_value":"GMT", "hot_configurable":true, "description":"This option sets
+ the global timezone system variable.", "property_type":"STRING", "unit":null,
+ "string_constraint":"^((Africa\\/(Abidjan|Accra|Addis_Ababa|Algiers|Asmara|Bamako|Bangui|Banjul|Bissau|Blantyre|Brazzaville|Bujumbura|Cairo|Casablanca|Ceuta|Conakry|Dakar|Dar_es_Salaam|Djibouti|Douala|El_Aaiun|Freetown|Gaborone|Harare|Johannesburg|Juba|Kampala|Khartoum|Kigali|Kinshasa|Lagos|Libreville|Lome|Luanda|Lubumbashi|Lusaka|Malabo|Maputo|Maseru|Mbabane|Mogadishu|Monrovia|Nairobi|Ndjamena|Niamey|Nouakchott|Ouagadougou|Porto-Novo|Sao_Tome|Tripoli|Tunis|Windhoek))|(America\\/)(Adak|Anchorage|Anguilla|Antigua|Araguaina|Argentina\\/Buenos_Aires|Argentina\\/Catamarca|Argentina\\/Cordoba|Argentina\\/Jujuy|Argentina\\/La_Rioja|Argentina\\/Mendoza|Argentina\\/Rio_Gallegos|Argentina\\/Salta|Argentina\\/San_Juan|Argentina\\/San_Luis|Argentina\\/Tucuman|Argentina\\/Ushuaia|Aruba|Asuncion|Atikokan|Bahia|Bahia_Banderas|Barbados|Belem|Belize|Blanc-Sablon|Boa_Vista|Bogota|Boise|Cambridge_Bay|Campo_Grande|Cancun|Caracas|Cayenne|Cayman|Chicago|Chihuahua|Costa_Rica|Creston|Cuiaba|Curacao|Danmarkshavn|Dawson|Dawson_Creek|Denver|Detroit|Dominica|Edmonton|Eirunepe|El_Salvador|Fort_Nelson|Fortaleza|Glace_Bay|Goose_Bay|Grand_Turk|Grenada|Guadeloupe|Guatemala|Guayaquil|Guyana|Halifax|Havana|Hermosillo|Indiana\\/Indianapolis|Indiana\\/Knox|Indiana\\/Marengo|Indiana\\/Petersburg|Indiana\\/Tell_City|Indiana\\/Vevay|Indiana\\/Vincennes|Indiana\\/Winamac|Inuvik|Iqaluit|Jamaica|Juneau|Kentucky\\/Louisville|Kentucky\\/Monticello|Kralendijk|La_Paz|Lima|Los_Angeles|Lower_Princes|Maceio|Managua|Manaus|Marigot|Martinique|Matamoros|Mazatlan|Menominee|Merida|Metlakatla|Mexico_City|Miquelon|Moncton|Monterrey|Montevideo|Montserrat|Nassau|New_York|Nipigon|Nome|Noronha|North_Dakota\\/Beulah|North_Dakota\\/Center|North_Dakota\\/New_Salem|Nuuk|Ojinaga|Panama|Pangnirtung|Paramaribo|Phoenix|Port-au-Prince|Port_of_Spain|Porto_Velho|Puerto_Rico|Punta_Arenas|Rainy_River|Rankin_Inlet|Recife|Regina|Resolute|Rio_Branco|Santarem|Santiago|Santo_Domingo|Sao_Paulo|Scoresbysund|Sitka|St_Barthelemy|St_Johns|St_Kitts|St_Lucia|St_Thomas|St_Vincent|Swift_Current|Tegucigalpa|Thule|Thunder_Bay|Tijuana|Toronto|Tortola|Vancouver|Whitehorse|Winnipeg|Yakutat|Yellowknife)|(Antarctica\\/)(Casey|Davis|DumontDUrville|Macquarie|Mawson|McMurdo|Palmer|Rothera|Syowa|Troll|Vostok)|(Arctic\\/Longyearbyen)|(Asia\\/)(Aden|Almaty|Amman|Anadyr|Aqtau|Aqtobe|Ashgabat|Atyrau|Baghdad|Bahrain|Baku|Bangkok|Barnaul|Beirut|Bishkek|Brunei|Chita|Choibalsan|Colombo|Damascus|Dhaka|Dili|Dubai|Dushanbe|Famagusta|Gaza|Hebron|Ho_Chi_Minh|Hong_Kong|Hovd|Irkutsk|Jakarta|Jayapura|Jerusalem|Kabul|Kamchatka|Karachi|Kathmandu|Khandyga|Kolkata|Krasnoyarsk|Kuala_Lumpur|Kuching|Kuwait|Macau|Magadan|Makassar|Manila|Muscat|Nicosia|Novokuznetsk|Novosibirsk|Omsk|Oral|Phnom_Penh|Pontianak|Pyongyang|Qatar|Qostanay|Qyzylorda|Riyadh|Sakhalin|Samarkand|Seoul|Shanghai|Singapore|Srednekolymsk|Taipei|Tashkent|Tbilisi|Tehran|Thimphu|Tokyo|Tomsk|Ulaanbaatar|Urumqi|Ust-Nera|Vientiane|Vladivostok|Yakutsk|Yangon|Yekaterinburg|Yerevan)|(Atlantic\\/)(Azores|Bermuda|Canary|Cape_Verde|Faroe|Madeira|Reykjavik|South_Georgia|St_Helena|Stanley)|(Australia\\/)(Adelaide|Brisbane|Broken_Hill|Currie|Darwin|Eucla|Hobart|Lindeman|Lord_Howe|Melbourne|Perth|Sydney)|(Canada\\/)(Atlantic|Central|Eastern|Mountain|Newfoundland|Pacific)|(Europe\\/)(Amsterdam|Andorra|Astrakhan|Athens|Belgrade|Berlin|Bratislava|Brussels|Bucharest|Budapest|Busingen|Chisinau|Copenhagen|Dublin|Gibraltar|Guernsey|Helsinki|Isle_of_Man|Istanbul|Jersey|Kaliningrad|Kiev|Kirov|Lisbon|Ljubljana|London|Luxembourg|Madrid|Malta|Mariehamn|Minsk|Monaco|Moscow|Oslo|Paris|Podgorica|Prague|Riga|Rome|Samara|San_Marino|Sarajevo|Saratov|Simferopol|Skopje|Sofia|Stockholm|Tallinn|Tirane|Ulyanovsk|Uzhgorod|Vaduz|Vatican|Vienna|Vilnius|Volgograd|Warsaw|Zagreb|Zaporozhye|Zurich)|(GMT)|(UTC)|(Indian\\/)(Antananarivo|Chagos|Christmas|Cocos|Comoro|Kerguelen|Mahe|Maldives|Mauritius|Mayotte|Reunion)|(Pacific\\/)(Apia|Auckland|Bougainville|Chatham|Chuuk|Easter|Efate|Enderbury|Fakaofo|Fiji|Funafuti|Galapagos|Gambier|Guadalcanal|Guam|Honolulu|Kiritimati|Kosrae|Kwajalein|Majuro|Marquesas|Midway|Nauru|Niue|Norfolk|Noumea|Pago_Pago|Palau|Pitcairn|Pohnpei|Port_Moresby|Rarotonga|Saipan|Tahiti|Tarawa|Tongatapu|Wake|Wallis)|(US\\/)(Alaska|Arizona|Central|Eastern|Hawaii|Mountain|Pacific))$",
+ "int_min":null, "int_max":null, "float_min":null, "float_max":null}, {"name":"vacuum_cost_delay",
+ "default_value":"0", "hot_configurable":true, "description":"Vacuum cost delay
+ in milliseconds.", "property_type":"INT", "unit":"ms", "string_constraint":null,
+ "int_min":0, "int_max":100, "float_min":null, "float_max":null}, {"name":"vacuum_cost_limit",
+ "default_value":"200", "hot_configurable":true, "description":"Vacuum cost amount
+ available before napping.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":1, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_dirty",
+ "default_value":"20", "hot_configurable":true, "description":"Vacuum cost for
+ a page dirtied by vacuum.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_hit",
+ "default_value":"1", "hot_configurable":true, "description":"Vacuum cost for
+ a page found in the buffer cache.", "property_type":"INT", "unit":null, "string_constraint":null,
+ "int_min":0, "int_max":10000, "float_min":null, "float_max":null}, {"name":"vacuum_cost_page_miss",
+ "default_value":"10", "hot_configurable":true, "description":"Vacuum cost for
+ a page not found in the buffer cache.", "property_type":"INT", "unit":null,
+ "string_constraint":null, "int_min":0, "int_max":10000, "float_min":null, "float_max":null},
+ {"name":"work_mem", "default_value":"4", "hot_configurable":true, "description":"Sets
+ the maximum memory to be used for query workspaces.", "property_type":"INT",
+ "unit":"MB", "string_constraint":null, "int_min":1, "int_max":2097151, "float_min":null,
+ "float_max":null}], "disabled":true, "beta":false, "available_init_settings":[]}],
+ "region":"fr-par"}], "total_count":2}'
headers:
Content-Length:
- - "120886"
+ - "150339"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:16 GMT
+ - Mon, 19 May 2025 14:26:00 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2449,33 +4563,163 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 910b4eef-aa80-45a0-bcea-0bb0d81be89a
+ - 8060b8bf-4d45-4f1d-9651-ff7920f7b408
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances
method: POST
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
+ headers:
+ Content-Length:
+ - "1035"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:26:00 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 8fce342d-3b11-47f4-99f8-b93921d46d6f
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
+ method: GET
+ response:
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
+ headers:
+ Content-Length:
+ - "1035"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:26:00 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 473e443e-bc81-4f52-8f49-053833ccc4a3
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
+ method: GET
+ response:
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:18 GMT
+ - Mon, 19 May 2025 14:26:16 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2483,31 +4727,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 178467ef-0b6d-4dee-aa3e-7d3c1c5f669f
+ - 4b5bed57-625c-4b0e-bc76-5086a42ed61f
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:18 GMT
+ - Mon, 19 May 2025 14:26:31 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2515,31 +4781,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 305975ef-05fb-4d2e-8aac-42bb12a84a85
+ - 63d8cc43-3a5c-4958-9b1f-377379fa2ae5
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"provisioning",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:33 GMT
+ - Mon, 19 May 2025 14:26:46 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2547,31 +4835,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7dc77e84-e4bf-4723-ab8d-f99db9fd3c6b
+ - f82ddf29-d215-4691-8bd7-0c80d4d2a86a
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:48 GMT
+ - Mon, 19 May 2025 14:27:01 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2579,31 +4889,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0c75281d-eb53-42ba-9273-57c51aea040a
+ - cb99b7c9-40c8-4601-b970-aadf53180713
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:01:03 GMT
+ - Mon, 19 May 2025 14:27:17 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2611,31 +4943,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 35c95aed-6d44-4c39-884e-ce9c3a3b9493
+ - 4acc00e8-bbe3-4cf8-8dd5-69753c2d7f10
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"provisioning","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:01:19 GMT
+ - Mon, 19 May 2025 14:27:32 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2643,31 +4997,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7f7b04d5-5a73-4c4d-9c57-763816afd369
+ - 0153ac93-be48-4dc6-9475-d21e2eafeee0
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:01:34 GMT
+ - Mon, 19 May 2025 14:27:47 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2675,31 +5051,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a11f4e21-a245-43a6-8bb3-6c04b51ada90
+ - c7aae1a6-23f8-4605-a865-613988990b8c
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:01:49 GMT
+ - Mon, 19 May 2025 14:28:02 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2707,31 +5105,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a3d1f828-2f86-40dc-a01a-7642aba72932
+ - 96fc430a-27bb-44e5-8944-a5254f56e7c9
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:02:04 GMT
+ - Mon, 19 May 2025 14:28:17 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2739,31 +5159,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2c408096-3711-4560-8971-b1026491ae13
+ - a5d6b7a6-7d5a-40ab-aac7-fbf975024ef0
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:02:19 GMT
+ - Mon, 19 May 2025 14:28:32 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2771,31 +5213,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4fd02f49-f4dd-45cf-9801-8c99b65812b3
+ - 15306273-b55a-4ef3-916d-880509158363
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:02:34 GMT
+ - Mon, 19 May 2025 14:28:48 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2803,31 +5267,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b4bf01e5-0180-42f4-a99b-c9498486f331
+ - 30742e2e-658a-4113-b484-3bf3c607fff3
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"initializing","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"initializing",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1000"
+ - "1035"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:02:50 GMT
+ - Mon, 19 May 2025 14:29:03 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2835,31 +5321,57 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 712571f1-d9c7-47e1-8533-0d63ddfda1a3
+ - 4c21538c-c137-4f0e-88d7-99e06372f437
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"ready", "engine":"PostgreSQL-16",
+ "upgradable_version":[], "endpoint":null, "tags":[], "settings":[{"name":"effective_cache_size",
+ "value":"1300"}, {"name":"maintenance_work_mem", "value":"150"}, {"name":"max_connections",
+ "value":"100"}, {"name":"max_parallel_workers", "value":"0"}, {"name":"max_parallel_workers_per_gather",
+ "value":"0"}, {"name":"work_mem", "value":"4"}], "backup_schedule":{"frequency":24,
+ "retention":7, "disabled":false, "next_run_at":"2025-05-20T14:26:00.329800Z"},
+ "is_ha_cluster":false, "read_replicas":[], "node_type":"db-dev-s", "volume":{"type":"lssd",
+ "size":5000000000, "class":"lssd"}, "init_settings":[], "endpoints":[{"ip":"192.168.0.1",
+ "port":5432, "name":null, "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"ready", "engine":"PostgreSQL-16",
+ "upgradable_version":[], "endpoint":null, "tags":[], "settings":[{"name":"effective_cache_size",
+ "value":"1300"}, {"name":"maintenance_work_mem", "value":"150"}, {"name":"max_connections",
+ "value":"100"}, {"name":"max_parallel_workers", "value":"0"}, {"name":"max_parallel_workers_per_gather",
+ "value":"0"}, {"name":"work_mem", "value":"4"}], "backup_schedule":{"frequency":24,
+ "retention":7, "disabled":false, "next_run_at":"2025-05-20T14:26:00.329800Z"},
+ "is_ha_cluster":false, "read_replicas":[], "node_type":"db-dev-s", "volume":{"type":"lssd",
+ "size":5000000000, "class":"lssd"}, "init_settings":[], "endpoints":[{"ip":"192.168.0.1",
+ "port":5432, "name":null, "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1257"
+ - "1303"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:05 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2867,31 +5379,51 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e11d710a-d109-4aba-bc45-546e82183f9a
+ - c902421f-21da-4edc-a6e6-aa7f7c09933c
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"82e2935f-1e06-46cb-83a9-ad664aedd289","name":"cli-pn-exciting-keldysh","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"80d43601-5f30-4591-92da-e50f3a49e4da","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"172.16.4.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"dd08a119-9d52-4afa-af50-0c990aa63d61","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"fd4a:c18e:554d:4a8c::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"984439e9-a11a-40ce-89cc-c57d668610a1", "name":"cli-pn-pensive-bhabha",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"dc976231-392c-4a76-8cd0-be370839ca67", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"172.16.56.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"6371caaa-1c0f-4368-96a7-b17374ba1905", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"fd46:78ab:30b8:9bf7::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/82e2935f-1e06-46cb-83a9-ad664aedd289
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/984439e9-a11a-40ce-89cc-c57d668610a1
method: GET
response:
- body: '{"id":"82e2935f-1e06-46cb-83a9-ad664aedd289","name":"cli-pn-exciting-keldysh","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"80d43601-5f30-4591-92da-e50f3a49e4da","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"172.16.4.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"dd08a119-9d52-4afa-af50-0c990aa63d61","created_at":"2025-01-30T17:00:06.429610Z","updated_at":"2025-01-30T17:00:06.429610Z","subnet":"fd4a:c18e:554d:4a8c::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"984439e9-a11a-40ce-89cc-c57d668610a1", "name":"cli-pn-pensive-bhabha",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"dc976231-392c-4a76-8cd0-be370839ca67", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"172.16.56.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"6371caaa-1c0f-4368-96a7-b17374ba1905", "created_at":"2025-05-19T14:25:51.280204Z",
+ "updated_at":"2025-05-19T14:25:51.280204Z", "subnet":"fd46:78ab:30b8:9bf7::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
headers:
Content-Length:
- - "1026"
+ - "1091"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:05 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2899,94 +5431,94 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 42267f6a-9300-4013-9e33-e92b2cf32f58
+ - 532c9513-483c-4f10-aa9f-18d597a08449
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"servers": [{"id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104", "name": "cli-srv-musing-euclid",
+ body: '{"servers": [{"id": "46a98202-0088-4895-b327-acf09b7aea58", "name": "cli-srv-interesting-hermann",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-musing-euclid", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-interesting-hermann", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "c3f6aa15-eb06-43b4-93af-64d33ef95cf7", "zone": "fr-par-1"}}, "tags":
+ "id": "b5ccccf0-105d-4339-baed-02fbd99b5159", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", "dynamic":
- false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"},
- "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
+ {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"},
+ "public_ips": [{"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}],
- "mac_address": "de:00:00:90:e6:e1", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}],
+ "mac_address": "de:00:00:af:3f:ff", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.341860+00:00", "modification_date":
- "2025-01-30T17:00:09.341860+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:25:53.274047+00:00", "modification_date":
+ "2025-05-19T14:25:53.274047+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "77b139c7-3a48-40ca-af8b-04a16218a780", "private_network_id":
- "82e2935f-1e06-46cb-83a9-ad664aedd289", "server_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104",
- "mac_address": "02:00:00:10:01:16", "state": "available", "creation_date": "2025-01-30T17:00:10.389264+00:00",
- "modification_date": "2025-01-30T17:00:10.553167+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["88d442b2-63d0-4173-85ae-d5aa525b3e28", "cba63e33-6bd4-495a-84e6-35b613c2b4c5"]}],
- "zone": "fr-par-1"}]}'
+ null, "private_nics": [{"id": "d5843661-7189-472e-84b7-6a20ebfe43ba", "private_network_id":
+ "984439e9-a11a-40ce-89cc-c57d668610a1", "server_id": "46a98202-0088-4895-b327-acf09b7aea58",
+ "mac_address": "02:00:00:16:a8:81", "state": "available", "creation_date": "2025-05-19T14:25:54.037658+00:00",
+ "modification_date": "2025-05-19T14:25:54.201694+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["f4922321-384f-41ff-a0ea-8a43b9f9c1e7", "cbb47ed5-c823-4c3e-bf9a-3b0622f37874"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}]}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&page=1&private_network=82e2935f-1e06-46cb-83a9-ad664aedd289
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&page=1&private_network=984439e9-a11a-40ce-89cc-c57d668610a1
method: GET
response:
- body: '{"servers": [{"id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104", "name": "cli-srv-musing-euclid",
+ body: '{"servers": [{"id": "46a98202-0088-4895-b327-acf09b7aea58", "name": "cli-srv-interesting-hermann",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-musing-euclid", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-interesting-hermann", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "c3f6aa15-eb06-43b4-93af-64d33ef95cf7", "zone": "fr-par-1"}}, "tags":
+ "id": "b5ccccf0-105d-4339-baed-02fbd99b5159", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", "dynamic":
- false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"},
- "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
+ {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"},
+ "public_ips": [{"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}],
- "mac_address": "de:00:00:90:e6:e1", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}],
+ "mac_address": "de:00:00:af:3f:ff", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.341860+00:00", "modification_date":
- "2025-01-30T17:00:09.341860+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:25:53.274047+00:00", "modification_date":
+ "2025-05-19T14:25:53.274047+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "77b139c7-3a48-40ca-af8b-04a16218a780", "private_network_id":
- "82e2935f-1e06-46cb-83a9-ad664aedd289", "server_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104",
- "mac_address": "02:00:00:10:01:16", "state": "available", "creation_date": "2025-01-30T17:00:10.389264+00:00",
- "modification_date": "2025-01-30T17:00:10.553167+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["88d442b2-63d0-4173-85ae-d5aa525b3e28", "cba63e33-6bd4-495a-84e6-35b613c2b4c5"]}],
- "zone": "fr-par-1"}]}'
+ null, "private_nics": [{"id": "d5843661-7189-472e-84b7-6a20ebfe43ba", "private_network_id":
+ "984439e9-a11a-40ce-89cc-c57d668610a1", "server_id": "46a98202-0088-4895-b327-acf09b7aea58",
+ "mac_address": "02:00:00:16:a8:81", "state": "available", "creation_date": "2025-05-19T14:25:54.037658+00:00",
+ "modification_date": "2025-05-19T14:25:54.201694+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["f4922321-384f-41ff-a0ea-8a43b9f9c1e7", "cbb47ed5-c823-4c3e-bf9a-3b0622f37874"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}]}'
headers:
Content-Length:
- - "2658"
+ - "2716"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:05 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Link:
- - ;
+ - ;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2994,7 +5526,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 77a4c0e0-b85b-42c6-87c0-02ec0e228e35
+ - 7556c01f-0e18-41a5-9269-9e437fa2697c
X-Total-Count:
- "1"
status: 200 OK
@@ -3005,8 +5537,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?order=creation_date_desc&page=1&private_network=82e2935f-1e06-46cb-83a9-ad664aedd289
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?order=creation_date_desc&page=1&private_network=984439e9-a11a-40ce-89cc-c57d668610a1
method: GET
response:
body: '{"servers": []}'
@@ -3018,12 +5550,12 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:05 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Link:
- - ;
+ - ;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3031,7 +5563,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 8e78fec8-0097-4b99-8721-7fca4da7552f
+ - 8c6eff7b-ed86-468c-ad94-43b7f79ec178
X-Total-Count:
- "0"
status: 200 OK
@@ -3042,8 +5574,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-3/servers?order=creation_date_desc&page=1&private_network=82e2935f-1e06-46cb-83a9-ad664aedd289
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-3/servers?order=creation_date_desc&page=1&private_network=984439e9-a11a-40ce-89cc-c57d668610a1
method: GET
response:
body: '{"servers": []}'
@@ -3055,12 +5587,12 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:05 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Link:
- - ;
+ - ;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3068,33 +5600,33 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 74426774-5212-4784-a2f5-bedc64926698
+ - fc2e78db-1f2b-41f4-b6c0-65fbc3b09ff0
X-Total-Count:
- "0"
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/baremetal/v1/zones/fr-par-1/server-private-networks?order_by=created_at_asc&page=1&private_network_id=82e2935f-1e06-46cb-83a9-ad664aedd289
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/baremetal/v1/zones/fr-par-1/server-private-networks?order_by=created_at_asc&page=1&private_network_id=984439e9-a11a-40ce-89cc-c57d668610a1
method: GET
response:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
headers:
Content-Length:
- - "46"
+ - "47"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:05 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3102,31 +5634,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a4ff214f-afb2-4d9d-8997-a35c8e977cc3
+ - 56d2e467-14ee-47c7-bb0c-613986f3eeab
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/baremetal/v1/zones/fr-par-2/server-private-networks?order_by=created_at_asc&page=1&private_network_id=82e2935f-1e06-46cb-83a9-ad664aedd289
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/baremetal/v1/zones/fr-par-2/server-private-networks?order_by=created_at_asc&page=1&private_network_id=984439e9-a11a-40ce-89cc-c57d668610a1
method: GET
response:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
headers:
Content-Length:
- - "46"
+ - "47"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3134,31 +5666,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c1ab66da-d555-4427-b5f9-a63df78dea12
+ - 981cfc3c-5fc6-48ed-8f48-501a670055fd
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"total_count":0,"clusters":[]}'
+ body: '{"total_count":0, "clusters":[]}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?order_by=created_at_asc&page=1&status=unknown
method: GET
response:
- body: '{"total_count":0,"clusters":[]}'
+ body: '{"total_count":0, "clusters":[]}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3166,31 +5698,79 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 5367bab1-689f-4a2a-bb12-bcb7a7f3e0dd
+ - 42f541da-19db-48cb-9820-a06b2f6dfffa
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"lbs":[{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:30.187993Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}],"total_count":1}'
+ body: '{"lbs":[{"id":"2107954b-c96a-4414-a105-0e5ae564ad03", "name":"test-lb",
+ "description":"", "status":"ready", "instances":[{"id":"2702fa5f-8090-4a75-886b-522dbf0ffaa1",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-13T15:05:58.925114Z",
+ "updated_at":"2025-05-13T15:08:09.885974Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"037fb28e-e6ad-468b-89c6-6c5a27f6b20a", "ip_address":"195.154.75.184",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"2107954b-c96a-4414-a105-0e5ae564ad03", "reverse":"195-154-75-184.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-13T15:07:08.054041Z", "updated_at":"2025-05-13T15:07:11.292636Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ {"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:26:02.757718Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}],
+ "total_count":2}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs?order_by=created_at_asc
method: GET
response:
- body: '{"lbs":[{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:30.187993Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}],"total_count":1}'
+ body: '{"lbs":[{"id":"2107954b-c96a-4414-a105-0e5ae564ad03", "name":"test-lb",
+ "description":"", "status":"ready", "instances":[{"id":"2702fa5f-8090-4a75-886b-522dbf0ffaa1",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-13T15:05:58.925114Z",
+ "updated_at":"2025-05-13T15:08:09.885974Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"037fb28e-e6ad-468b-89c6-6c5a27f6b20a", "ip_address":"195.154.75.184",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"2107954b-c96a-4414-a105-0e5ae564ad03", "reverse":"195-154-75-184.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-13T15:07:08.054041Z", "updated_at":"2025-05-13T15:07:11.292636Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ {"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:26:02.757718Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}],
+ "total_count":2}'
headers:
Content-Length:
- - "1091"
+ - "2224"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:18 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3198,31 +5778,57 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0dd96d22-04d8-4d89-b2a1-b0c16c2f22cf
+ - bd3c0127-3caf-4b68-b019-c07ec239c0c7
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"private_network":[{"lb":{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","status":"ready","created_at":"2025-01-30T17:00:16.309514Z","updated_at":"2025-01-30T17:00:30.582039Z","dhcp_config":{"ip_id":"21c20d64-1696-4af6-b892-e51b90166244"},"ipam_ids":["21c20d64-1696-4af6-b892-e51b90166244"]}],"total_count":1}'
+ body: '{"private_network":[{"lb":{"id":"2107954b-c96a-4414-a105-0e5ae564ad03",
+ "name":"test-lb", "description":"", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"037fb28e-e6ad-468b-89c6-6c5a27f6b20a",
+ "ip_address":"195.154.75.184", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"2107954b-c96a-4414-a105-0e5ae564ad03",
+ "reverse":"195-154-75-184.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par",
+ "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s",
+ "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-13T15:07:08.054041Z", "updated_at":"2025-05-13T15:07:11.292636Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ "private_network_id":"c92ccda5-8afd-4ab0-aa70-3f198a0c2fba", "status":"ready",
+ "created_at":"2025-05-13T15:07:38.604647Z", "updated_at":"2025-05-13T15:07:41.836744Z",
+ "dhcp_config":{"ip_id":"24d909f8-3a49-4fdc-beea-ce04241ad37c"}, "ipam_ids":["24d909f8-3a49-4fdc-beea-ce04241ad37c"]}],
+ "total_count":1}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad/private-networks?order_by=created_at_asc&page=1
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/2107954b-c96a-4414-a105-0e5ae564ad03/private-networks?order_by=created_at_asc&page=1
method: GET
response:
- body: '{"private_network":[{"lb":{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","status":"ready","created_at":"2025-01-30T17:00:16.309514Z","updated_at":"2025-01-30T17:00:30.582039Z","dhcp_config":{"ip_id":"21c20d64-1696-4af6-b892-e51b90166244"},"ipam_ids":["21c20d64-1696-4af6-b892-e51b90166244"]}],"total_count":1}'
+ body: '{"private_network":[{"lb":{"id":"2107954b-c96a-4414-a105-0e5ae564ad03",
+ "name":"test-lb", "description":"", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"037fb28e-e6ad-468b-89c6-6c5a27f6b20a",
+ "ip_address":"195.154.75.184", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"2107954b-c96a-4414-a105-0e5ae564ad03",
+ "reverse":"195-154-75-184.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par",
+ "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s",
+ "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-13T15:07:08.054041Z", "updated_at":"2025-05-13T15:07:11.292636Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ "private_network_id":"c92ccda5-8afd-4ab0-aa70-3f198a0c2fba", "status":"ready",
+ "created_at":"2025-05-13T15:07:38.604647Z", "updated_at":"2025-05-13T15:07:41.836744Z",
+ "dhcp_config":{"ip_id":"24d909f8-3a49-4fdc-beea-ce04241ad37c"}, "ipam_ids":["24d909f8-3a49-4fdc-beea-ce04241ad37c"]}],
+ "total_count":1}'
headers:
Content-Length:
- - "1188"
+ - "1217"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3230,31 +5836,89 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7798610e-b3b7-436b-915f-5c35ca52cded
+ - 707a9855-5585-4be0-aac0-799edd551444
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"lbs":[],"total_count":0}'
+ body: '{"private_network":[{"lb":{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe",
+ "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "status":"ready",
+ "created_at":"2025-05-19T14:25:59.709344Z", "updated_at":"2025-05-19T14:26:03.291034Z",
+ "dhcp_config":{"ip_id":"a91c3fb9-3df8-412a-8dd1-47f750ef6d00"}, "ipam_ids":["a91c3fb9-3df8-412a-8dd1-47f750ef6d00"]}],
+ "total_count":1}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe/private-networks?order_by=created_at_asc&page=1
+ method: GET
+ response:
+ body: '{"private_network":[{"lb":{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe",
+ "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"},
+ "private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1", "status":"ready",
+ "created_at":"2025-05-19T14:25:59.709344Z", "updated_at":"2025-05-19T14:26:03.291034Z",
+ "dhcp_config":{"ip_id":"a91c3fb9-3df8-412a-8dd1-47f750ef6d00"}, "ipam_ids":["a91c3fb9-3df8-412a-8dd1-47f750ef6d00"]}],
+ "total_count":1}'
+ headers:
+ Content-Length:
+ - "1226"
+ Content-Security-Policy:
+ - default-src 'none'; frame-ancestors 'none'
+ Content-Type:
+ - application/json
+ Date:
+ - Mon, 19 May 2025 14:29:19 GMT
+ Server:
+ - Scaleway API Gateway (fr-par-1;edge01)
+ Strict-Transport-Security:
+ - max-age=63072000
+ X-Content-Type-Options:
+ - nosniff
+ X-Frame-Options:
+ - DENY
+ X-Request-Id:
+ - 3cf2851e-e48f-4991-b003-0a74b6a35b16
+ status: 200 OK
+ code: 200
+ duration: ""
+- request:
+ body: '{"lbs":[], "total_count":0}'
+ form: {}
+ headers:
+ User-Agent:
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/lb/v1/zones/fr-par-2/lbs?order_by=created_at_asc
method: GET
response:
- body: '{"lbs":[],"total_count":0}'
+ body: '{"lbs":[], "total_count":0}'
headers:
Content-Length:
- - "26"
+ - "27"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3262,31 +5926,59 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 280e8dea-5d82-4e16-bd53-bc659c3c2a3c
+ - 447b01fa-b043-43f4-86eb-0377081bf1cc
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"instances":[{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}],"total_count":1}'
+ body: '{"instances":[{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "status":"ready", "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null,
+ "tags":[], "settings":[{"name":"effective_cache_size", "value":"1300"}, {"name":"maintenance_work_mem",
+ "value":"150"}, {"name":"max_connections", "value":"100"}, {"name":"max_parallel_workers",
+ "value":"0"}, {"name":"max_parallel_workers_per_gather", "value":"0"}, {"name":"work_mem",
+ "value":"4"}], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}], "total_count":1}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances?order_by=created_at_asc&page=1
method: GET
response:
- body: '{"instances":[{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}],"total_count":1}'
+ body: '{"instances":[{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "status":"ready", "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null,
+ "tags":[], "settings":[{"name":"effective_cache_size", "value":"1300"}, {"name":"maintenance_work_mem",
+ "value":"150"}, {"name":"max_connections", "value":"100"}, {"name":"max_parallel_workers",
+ "value":"0"}, {"name":"max_parallel_workers_per_gather", "value":"0"}, {"name":"work_mem",
+ "value":"4"}], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}], "total_count":1}'
headers:
Content-Length:
- - "1289"
+ - "1336"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3294,31 +5986,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - dc2762e8-0dd8-459f-abd0-68580f2a6eba
+ - 7394fbf4-4c29-402c-813a-343f5cbdc358
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/redis/v1/zones/fr-par-1/clusters?order_by=created_at_asc&page=1
method: GET
response:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3326,31 +6018,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c459d646-1ba0-4d0c-ae7b-e0ffaef3ec62
+ - 30d915da-b703-4945-80c9-b5ec80da6e6a
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/redis/v1/zones/fr-par-2/clusters?order_by=created_at_asc&page=1
method: GET
response:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3358,31 +6050,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0d60fea0-1d30-42f6-8ca6-9b979adc9f15
+ - 5d8591cd-543c-4485-9f7c-ed6ad28821e0
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways?order_by=created_at_asc&page=1&status=unknown
method: GET
response:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:06 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3390,31 +6082,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - e39ef5a4-784f-4e4a-974d-0e842d66e6be
+ - fc446e4d-9f7a-491c-9b7f-d8bcdee866dd
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-2/gateways?order_by=created_at_asc&page=1&status=unknown
method: GET
response:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:07 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3422,7 +6114,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7308fde2-fbf8-4583-9d75-28619d2905ba
+ - 398604d4-01df-48e4-8c05-163eebf7e266
status: 200 OK
code: 200
duration: ""
@@ -3433,8 +6125,8 @@ interactions:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad/detach-private-network
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe/detach-private-network
method: POST
response:
body: ""
@@ -3444,9 +6136,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:07 GMT
+ - Mon, 19 May 2025 14:29:19 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3454,31 +6146,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - ed2d0457-7650-4435-b0dc-f3b16a79f653
+ - 0c3acf3e-5f5f-47a8-9771-0e1a46e3a9fc
status: 204 No Content
code: 204
duration: ""
- request:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:30.187993Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:26:02.757718Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe
method: GET
response:
- body: '{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"ready","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:30.187993Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:15.872226Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}'
+ body: '{"id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "name":"cli-test", "description":"cli-test",
+ "status":"ready", "instances":[{"id":"2a6746c3-665e-4002-9f1f-f3d455fce107",
+ "status":"ready", "ip_address":"", "created_at":"2025-05-19T14:14:48.973014Z",
+ "updated_at":"2025-05-19T14:26:02.757718Z", "region":"fr-par", "zone":"fr-par-1"}],
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "ip":[{"id":"d5228d41-9f98-4ac7-a016-b314e39e7640", "ip_address":"195.154.73.249",
+ "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "lb_id":"d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe", "reverse":"195-154-73-249.lb.fr-par.scw.cloud",
+ "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0,
+ "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate",
+ "created_at":"2025-05-19T14:25:55.109725Z", "updated_at":"2025-05-19T14:25:58.806659Z",
+ "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}'
headers:
Content-Length:
- - "1065"
+ - "1102"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:07 GMT
+ - Mon, 19 May 2025 14:29:20 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3486,7 +6200,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - f271295f-0186-44d4-a057-539eb5104b82
+ - dcdc8841-2ee3-422a-9600-af608a3c9c9c
status: 200 OK
code: 200
duration: ""
@@ -3495,8 +6209,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/f072f5f0-2237-4f33-80aa-6d6ea7a763ad?release_ip=false
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe?release_ip=false
method: DELETE
response:
body: ""
@@ -3506,9 +6220,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:07 GMT
+ - Mon, 19 May 2025 14:29:20 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3516,91 +6230,91 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - bc69695e-bd1b-4c6f-a99e-4b153ffc12f1
+ - 86a59553-cddf-4a92-9710-ce457597824b
status: 204 No Content
code: 204
duration: ""
- request:
- body: '{"server": {"id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104", "name": "cli-srv-musing-euclid",
+ body: '{"server": {"id": "46a98202-0088-4895-b327-acf09b7aea58", "name": "cli-srv-interesting-hermann",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-musing-euclid", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-interesting-hermann", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "c3f6aa15-eb06-43b4-93af-64d33ef95cf7", "zone": "fr-par-1"}}, "tags":
+ "id": "b5ccccf0-105d-4339-baed-02fbd99b5159", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", "dynamic":
- false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"},
- "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
+ {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"},
+ "public_ips": [{"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}],
- "mac_address": "de:00:00:90:e6:e1", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}],
+ "mac_address": "de:00:00:af:3f:ff", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.341860+00:00", "modification_date":
- "2025-01-30T17:00:09.341860+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:25:53.274047+00:00", "modification_date":
+ "2025-05-19T14:25:53.274047+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "77b139c7-3a48-40ca-af8b-04a16218a780", "private_network_id":
- "82e2935f-1e06-46cb-83a9-ad664aedd289", "server_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104",
- "mac_address": "02:00:00:10:01:16", "state": "available", "creation_date": "2025-01-30T17:00:10.389264+00:00",
- "modification_date": "2025-01-30T17:00:10.553167+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["88d442b2-63d0-4173-85ae-d5aa525b3e28", "cba63e33-6bd4-495a-84e6-35b613c2b4c5"]}],
- "zone": "fr-par-1"}}'
+ null, "private_nics": [{"id": "d5843661-7189-472e-84b7-6a20ebfe43ba", "private_network_id":
+ "984439e9-a11a-40ce-89cc-c57d668610a1", "server_id": "46a98202-0088-4895-b327-acf09b7aea58",
+ "mac_address": "02:00:00:16:a8:81", "state": "available", "creation_date": "2025-05-19T14:25:54.037658+00:00",
+ "modification_date": "2025-05-19T14:25:54.201694+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["f4922321-384f-41ff-a0ea-8a43b9f9c1e7", "cbb47ed5-c823-4c3e-bf9a-3b0622f37874"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d5ea776f-d30a-4e93-9ec9-d293dfd84104
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/46a98202-0088-4895-b327-acf09b7aea58
method: GET
response:
- body: '{"server": {"id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104", "name": "cli-srv-musing-euclid",
+ body: '{"server": {"id": "46a98202-0088-4895-b327-acf09b7aea58", "name": "cli-srv-interesting-hermann",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-musing-euclid", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-interesting-hermann", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "c3f6aa15-eb06-43b4-93af-64d33ef95cf7", "zone": "fr-par-1"}}, "tags":
+ "id": "b5ccccf0-105d-4339-baed-02fbd99b5159", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", "dynamic":
- false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"},
- "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134",
+ {"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
+ "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"},
+ "public_ips": [{"id": "f73dcf55-4b24-48e2-8d9b-89e6dd4e8733", "address": "163.172.143.64",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1beb4abe-a83f-4d8f-b6af-653d23ae003a"}],
- "mac_address": "de:00:00:90:e6:e1", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4a866113-fc28-47f2-bbb0-dc7a7591f121"}],
+ "mac_address": "de:00:00:af:3f:ff", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.341860+00:00", "modification_date":
- "2025-01-30T17:00:09.341860+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:25:53.274047+00:00", "modification_date":
+ "2025-05-19T14:25:53.274047+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "77b139c7-3a48-40ca-af8b-04a16218a780", "private_network_id":
- "82e2935f-1e06-46cb-83a9-ad664aedd289", "server_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104",
- "mac_address": "02:00:00:10:01:16", "state": "available", "creation_date": "2025-01-30T17:00:10.389264+00:00",
- "modification_date": "2025-01-30T17:00:10.553167+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["88d442b2-63d0-4173-85ae-d5aa525b3e28", "cba63e33-6bd4-495a-84e6-35b613c2b4c5"]}],
- "zone": "fr-par-1"}}'
+ null, "private_nics": [{"id": "d5843661-7189-472e-84b7-6a20ebfe43ba", "private_network_id":
+ "984439e9-a11a-40ce-89cc-c57d668610a1", "server_id": "46a98202-0088-4895-b327-acf09b7aea58",
+ "mac_address": "02:00:00:16:a8:81", "state": "available", "creation_date": "2025-05-19T14:25:54.037658+00:00",
+ "modification_date": "2025-05-19T14:25:54.201694+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["f4922321-384f-41ff-a0ea-8a43b9f9c1e7", "cbb47ed5-c823-4c3e-bf9a-3b0622f37874"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}}'
headers:
Content-Length:
- - "2655"
+ - "2713"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:07 GMT
+ - Mon, 19 May 2025 14:29:20 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3608,7 +6322,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 8bd79c26-f3ee-4dd3-8520-7cb456598b51
+ - 400eac88-a88e-4575-9202-eb168683e093
status: 200 OK
code: 200
duration: ""
@@ -3617,8 +6331,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d5ea776f-d30a-4e93-9ec9-d293dfd84104
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/46a98202-0088-4895-b327-acf09b7aea58
method: DELETE
response:
body: ""
@@ -3628,9 +6342,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:08 GMT
+ - Mon, 19 May 2025 14:29:20 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3638,33 +6352,45 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 82908207-ecb7-4189-a09b-71f1746897ac
+ - d0fd7efa-4881-4efe-8969-a033120dd374
status: 204 No Content
code: 204
duration: ""
- request:
- body: '{"id":"c3f6aa15-eb06-43b4-93af-64d33ef95cf7","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.493137Z","updated_at":"2025-01-30T17:00:09.493137Z","references":[{"id":"2023b5bf-ee20-402f-96ce-d24543f3cd7e","product_resource_type":"instance_server","product_resource_id":"d5ea776f-d30a-4e93-9ec9-d293dfd84104","created_at":"2025-01-30T17:00:09.493137Z","type":"exclusive","status":"detaching"}],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"in_use","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":null,"zone":"fr-par-1"}'
+ body: '{"id":"b5ccccf0-105d-4339-baed-02fbd99b5159", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:25:53.418147Z", "updated_at":"2025-05-19T14:25:53.418147Z",
+ "references":[{"id":"312286af-1303-440f-a761-99f4a5dbcee5", "product_resource_type":"instance_server",
+ "product_resource_id":"46a98202-0088-4895-b327-acf09b7aea58", "created_at":"2025-05-19T14:25:53.418147Z",
+ "type":"exclusive", "status":"attached"}], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"in_use", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"}, "last_detached_at":null,
+ "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/c3f6aa15-eb06-43b4-93af-64d33ef95cf7
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/b5ccccf0-105d-4339-baed-02fbd99b5159
method: GET
response:
- body: '{"id":"c3f6aa15-eb06-43b4-93af-64d33ef95cf7","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.493137Z","updated_at":"2025-01-30T17:00:09.493137Z","references":[{"id":"2023b5bf-ee20-402f-96ce-d24543f3cd7e","product_resource_type":"instance_server","product_resource_id":"d5ea776f-d30a-4e93-9ec9-d293dfd84104","created_at":"2025-01-30T17:00:09.493137Z","type":"exclusive","status":"detaching"}],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"in_use","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":null,"zone":"fr-par-1"}'
+ body: '{"id":"b5ccccf0-105d-4339-baed-02fbd99b5159", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:25:53.418147Z", "updated_at":"2025-05-19T14:25:53.418147Z",
+ "references":[{"id":"312286af-1303-440f-a761-99f4a5dbcee5", "product_resource_type":"instance_server",
+ "product_resource_id":"46a98202-0088-4895-b327-acf09b7aea58", "created_at":"2025-05-19T14:25:53.418147Z",
+ "type":"exclusive", "status":"attached"}], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"in_use", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"}, "last_detached_at":null,
+ "zone":"fr-par-1"}'
headers:
Content-Length:
- - "683"
+ - "701"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:08 GMT
+ - Mon, 19 May 2025 14:29:20 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3672,33 +6398,41 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 9fa6a560-a2a5-42d7-ba2c-01093b54e4bb
+ - d0c6f87d-7564-4da6-9f5c-430ba011cf62
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"c3f6aa15-eb06-43b4-93af-64d33ef95cf7","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.493137Z","updated_at":"2025-01-30T17:03:08.736224Z","references":[],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"available","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":"2025-01-30T17:03:08.736224Z","zone":"fr-par-1"}'
+ body: '{"id":"b5ccccf0-105d-4339-baed-02fbd99b5159", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:25:53.418147Z", "updated_at":"2025-05-19T14:29:21.045455Z",
+ "references":[], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"available", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"},
+ "last_detached_at":"2025-05-19T14:29:21.045455Z", "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/c3f6aa15-eb06-43b4-93af-64d33ef95cf7
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/b5ccccf0-105d-4339-baed-02fbd99b5159
method: GET
response:
- body: '{"id":"c3f6aa15-eb06-43b4-93af-64d33ef95cf7","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.493137Z","updated_at":"2025-01-30T17:03:08.736224Z","references":[],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"available","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":"2025-01-30T17:03:08.736224Z","zone":"fr-par-1"}'
+ body: '{"id":"b5ccccf0-105d-4339-baed-02fbd99b5159", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:25:53.418147Z", "updated_at":"2025-05-19T14:29:21.045455Z",
+ "references":[], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"available", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"},
+ "last_detached_at":"2025-05-19T14:29:21.045455Z", "zone":"fr-par-1"}'
headers:
Content-Length:
- - "480"
+ - "494"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:13 GMT
+ - Mon, 19 May 2025 14:29:26 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3706,7 +6440,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b6544341-ac72-4d0b-97c2-57e59e895510
+ - e28fe5a5-548e-464a-bf3b-6a6514b5e13c
status: 200 OK
code: 200
duration: ""
@@ -3715,8 +6449,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/c3f6aa15-eb06-43b4-93af-64d33ef95cf7
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/b5ccccf0-105d-4339-baed-02fbd99b5159
method: DELETE
response:
body: ""
@@ -3726,9 +6460,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:13 GMT
+ - Mon, 19 May 2025 14:29:26 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3736,22 +6470,22 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2a121184-2603-42e4-b027-35ad24cdc76a
+ - a62036c9-b1eb-4aa1-bae5-e64c07cabaf0
status: 204 No Content
code: 204
duration: ""
- request:
body: '{"message": "resource is not found", "type": "not_found", "resource": "instance_server",
- "resource_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104"}'
+ "resource_id": "46a98202-0088-4895-b327-acf09b7aea58"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d5ea776f-d30a-4e93-9ec9-d293dfd84104
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/46a98202-0088-4895-b327-acf09b7aea58
method: GET
response:
body: '{"message": "resource is not found", "type": "not_found", "resource": "instance_server",
- "resource_id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104"}'
+ "resource_id": "46a98202-0088-4895-b327-acf09b7aea58"}'
headers:
Content-Length:
- "143"
@@ -3760,9 +6494,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:13 GMT
+ - Mon, 19 May 2025 14:29:26 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3770,7 +6504,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - ab190f03-6e5d-4c15-a4bd-a1870d5be1b2
+ - 4e5ac929-9594-47ec-afe7-e58e80d9922f
status: 404 Not Found
code: 404
duration: ""
@@ -3779,8 +6513,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/endpoints/c96e842e-fba1-469c-95da-71c7f0027ada
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/endpoints/a0285ba4-9539-4cfc-8614-850e89095acc
method: DELETE
response:
body: ""
@@ -3790,9 +6524,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:14 GMT
+ - Mon, 19 May 2025 14:29:26 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3800,31 +6534,59 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - baf8cd7d-5c3a-480e-9924-26c4ed8bb618
+ - 6e019355-340e-49f6-b6db-1343b203414e
status: 204 No Content
code: 204
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"configuring","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"configuring",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[{"name":"effective_cache_size", "value":"1300"}, {"name":"maintenance_work_mem",
+ "value":"150"}, {"name":"max_connections", "value":"100"}, {"name":"max_parallel_workers",
+ "value":"0"}, {"name":"max_parallel_workers_per_gather", "value":"0"}, {"name":"work_mem",
+ "value":"4"}], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"configuring","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[{"ip":"192.168.0.1","port":5432,"name":null,"id":"c96e842e-fba1-469c-95da-71c7f0027ada","private_network":{"private_network_id":"82e2935f-1e06-46cb-83a9-ad664aedd289","service_ip":"192.168.0.1/24","zone":"fr-par-1","provisioning_mode":"static"}}],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"configuring",
+ "engine":"PostgreSQL-16", "upgradable_version":[], "endpoint":null, "tags":[],
+ "settings":[{"name":"effective_cache_size", "value":"1300"}, {"name":"maintenance_work_mem",
+ "value":"150"}, {"name":"max_connections", "value":"100"}, {"name":"max_parallel_workers",
+ "value":"0"}, {"name":"max_parallel_workers_per_gather", "value":"0"}, {"name":"work_mem",
+ "value":"4"}], "backup_schedule":{"frequency":24, "retention":7, "disabled":false,
+ "next_run_at":"2025-05-20T14:26:00.329800Z"}, "is_ha_cluster":false, "read_replicas":[],
+ "node_type":"db-dev-s", "volume":{"type":"lssd", "size":5000000000, "class":"lssd"},
+ "init_settings":[], "endpoints":[{"ip":"192.168.0.1", "port":5432, "name":null,
+ "id":"a0285ba4-9539-4cfc-8614-850e89095acc", "private_network":{"private_network_id":"984439e9-a11a-40ce-89cc-c57d668610a1",
+ "service_ip":"192.168.0.1/24", "zone":"fr-par-1", "provisioning_mode":"static"}}],
+ "logs_policy":{"max_age_retention":30, "total_disk_retention":null}, "backup_same_region":false,
+ "maintenances":[], "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1263"
+ - "1309"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:14 GMT
+ - Mon, 19 May 2025 14:29:26 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3832,31 +6594,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d6c6f1c2-29c3-47fa-bdfb-3cf837d2a100
+ - a9db5538-a403-4ab8-8a22-3e7f7e5222f3
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"ready", "engine":"PostgreSQL-16",
+ "upgradable_version":[], "endpoint":null, "tags":[], "settings":[{"name":"effective_cache_size",
+ "value":"1300"}, {"name":"maintenance_work_mem", "value":"150"}, {"name":"max_connections",
+ "value":"100"}, {"name":"max_parallel_workers", "value":"0"}, {"name":"max_parallel_workers_per_gather",
+ "value":"0"}, {"name":"work_mem", "value":"4"}], "backup_schedule":{"frequency":24,
+ "retention":7, "disabled":false, "next_run_at":"2025-05-20T14:26:00.329800Z"},
+ "is_ha_cluster":false, "read_replicas":[], "node_type":"db-dev-s", "volume":{"type":"lssd",
+ "size":5000000000, "class":"lssd"}, "init_settings":[], "endpoints":[], "logs_policy":{"max_age_retention":30,
+ "total_disk_retention":null}, "backup_same_region":false, "maintenances":[],
+ "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: GET
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"ready","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"ready", "engine":"PostgreSQL-16",
+ "upgradable_version":[], "endpoint":null, "tags":[], "settings":[{"name":"effective_cache_size",
+ "value":"1300"}, {"name":"maintenance_work_mem", "value":"150"}, {"name":"max_connections",
+ "value":"100"}, {"name":"max_parallel_workers", "value":"0"}, {"name":"max_parallel_workers_per_gather",
+ "value":"0"}, {"name":"work_mem", "value":"4"}], "backup_schedule":{"frequency":24,
+ "retention":7, "disabled":false, "next_run_at":"2025-05-20T14:26:00.329800Z"},
+ "is_ha_cluster":false, "read_replicas":[], "node_type":"db-dev-s", "volume":{"type":"lssd",
+ "size":5000000000, "class":"lssd"}, "init_settings":[], "endpoints":[], "logs_policy":{"max_age_retention":30,
+ "total_disk_retention":null}, "backup_same_region":false, "maintenances":[],
+ "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1012"
+ - "1051"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:29 GMT
+ - Mon, 19 May 2025 14:29:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3864,31 +6648,53 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 96ad8684-35a4-4cc3-b119-f5f11e29c2c7
+ - 365cfbba-c175-4571-b2a4-582a2206eb02
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"deleting","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"deleting", "engine":"PostgreSQL-16",
+ "upgradable_version":[], "endpoint":null, "tags":[], "settings":[{"name":"effective_cache_size",
+ "value":"1300"}, {"name":"maintenance_work_mem", "value":"150"}, {"name":"max_connections",
+ "value":"100"}, {"name":"max_parallel_workers", "value":"0"}, {"name":"max_parallel_workers_per_gather",
+ "value":"0"}, {"name":"work_mem", "value":"4"}], "backup_schedule":{"frequency":24,
+ "retention":7, "disabled":false, "next_run_at":"2025-05-20T14:26:00.329800Z"},
+ "is_ha_cluster":false, "read_replicas":[], "node_type":"db-dev-s", "volume":{"type":"lssd",
+ "size":5000000000, "class":"lssd"}, "init_settings":[], "endpoints":[], "logs_policy":{"max_age_retention":30,
+ "total_disk_retention":null}, "backup_same_region":false, "maintenances":[],
+ "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/84262b73-ce51-43a8-9cac-def2c76ca2c0
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances/bf0faf46-1c73-4571-931d-258a526d3073
method: DELETE
response:
- body: '{"id":"84262b73-ce51-43a8-9cac-def2c76ca2c0","name":"cli-test","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","status":"deleting","engine":"PostgreSQL-15","upgradable_version":[],"endpoint":null,"tags":[],"settings":[{"name":"effective_cache_size","value":"1300"},{"name":"maintenance_work_mem","value":"150"},{"name":"max_connections","value":"100"},{"name":"max_parallel_workers","value":"0"},{"name":"max_parallel_workers_per_gather","value":"0"},{"name":"work_mem","value":"4"}],"backup_schedule":{"frequency":24,"retention":7,"disabled":false,"next_run_at":"2025-01-31T17:00:17.900021Z"},"is_ha_cluster":false,"read_replicas":[],"node_type":"db-dev-s","volume":{"type":"lssd","size":5000000000,"class":"lssd"},"init_settings":[],"endpoints":[],"logs_policy":{"max_age_retention":30,"total_disk_retention":null},"backup_same_region":false,"maintenances":[],"encryption":{"enabled":false},"created_at":"2025-01-30T17:00:17.900021Z","region":"fr-par"}'
+ body: '{"id":"bf0faf46-1c73-4571-931d-258a526d3073", "name":"cli-test", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "status":"deleting", "engine":"PostgreSQL-16",
+ "upgradable_version":[], "endpoint":null, "tags":[], "settings":[{"name":"effective_cache_size",
+ "value":"1300"}, {"name":"maintenance_work_mem", "value":"150"}, {"name":"max_connections",
+ "value":"100"}, {"name":"max_parallel_workers", "value":"0"}, {"name":"max_parallel_workers_per_gather",
+ "value":"0"}, {"name":"work_mem", "value":"4"}], "backup_schedule":{"frequency":24,
+ "retention":7, "disabled":false, "next_run_at":"2025-05-20T14:26:00.329800Z"},
+ "is_ha_cluster":false, "read_replicas":[], "node_type":"db-dev-s", "volume":{"type":"lssd",
+ "size":5000000000, "class":"lssd"}, "init_settings":[], "endpoints":[], "logs_policy":{"max_age_retention":30,
+ "total_disk_retention":null}, "backup_same_region":false, "maintenances":[],
+ "encryption":{"enabled":false}, "created_at":"2025-05-19T14:26:00.329800Z",
+ "region":"fr-par"}'
headers:
Content-Length:
- - "1015"
+ - "1054"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:29 GMT
+ - Mon, 19 May 2025 14:29:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3896,7 +6702,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 679647cd-d63b-484f-94b5-deeaa4c26dd7
+ - e3661922-ef97-44f7-914b-c68d6531fcb0
status: 200 OK
code: 200
duration: ""
@@ -3905,8 +6711,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/82e2935f-1e06-46cb-83a9-ad664aedd289
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/984439e9-a11a-40ce-89cc-c57d668610a1
method: DELETE
response:
body: ""
@@ -3916,9 +6722,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:03:31 GMT
+ - Mon, 19 May 2025 14:29:43 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge01)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -3926,7 +6732,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 2127a883-c6c1-432e-a2c9-580b27cd8599
+ - 31c0e9e8-b04e-4325-aeae-ef272928cee9
status: 204 No Content
code: 204
duration: ""
diff --git a/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.golden b/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.golden
index e646476c8d..5fe7b254f2 100644
--- a/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.golden
+++ b/internal/namespaces/vpc/v2/testdata/test-get-private-network-multiple.golden
@@ -1,85 +1,87 @@
π²π²π² EXIT CODE: 0 π²π²π²
π©π©π© STDOUTοΈ π©π©π©οΈ
-ID 82e2935f-1e06-46cb-83a9-ad664aedd289
-Name cli-pn-exciting-keldysh
-OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b
-ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b
-Region fr-par
-CreatedAt few seconds ago
-UpdatedAt few seconds ago
-VpcID 53e50f63-f6c0-44f7-8576-d6edcb965d9c
-DHCPEnabled true
+ID 984439e9-a11a-40ce-89cc-c57d668610a1
+Name cli-pn-pensive-bhabha
+OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
+ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
+Region fr-par
+CreatedAt few seconds ago
+UpdatedAt few seconds ago
+VpcID 086a5171-f7ab-4667-a231-840a81203f19
+DHCPEnabled true
+DefaultRoutePropagationEnabled false
Instance Servers:
-ID NAME STATE NIC ID MAC ADDRESS
-d5ea776f-d30a-4e93-9ec9-d293dfd84104 cli-srv-musing-euclid archived 77b139c7-3a48-40ca-af8b-04a16218a780 02:00:00:10:01:16
+ID NAME STATE NIC ID MAC ADDRESS
+46a98202-0088-4895-b327-acf09b7aea58 cli-srv-interesting-hermann archived d5843661-7189-472e-84b7-6a20ebfe43ba 02:00:00:16:a8:81
Load-Balancers:
ID NAME STATE
-f072f5f0-2237-4f33-80aa-6d6ea7a763ad cli-test ready
+d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe cli-test ready
Rdb Instances:
ID NAME STATE ENDPOINT ID
-84262b73-ce51-43a8-9cac-def2c76ca2c0 cli-test ready c96e842e-fba1-469c-95da-71c7f0027ada
+bf0faf46-1c73-4571-931d-258a526d3073 cli-test ready a0285ba4-9539-4cfc-8614-850e89095acc
Subnets:
ID CREATED AT UPDATED AT SUBNET PROJECT ID PRIVATE NETWORK ID VPC ID
-80d43601-5f30-4591-92da-e50f3a49e4da few seconds ago few seconds ago 172.16.4.0/22 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b 82e2935f-1e06-46cb-83a9-ad664aedd289 53e50f63-f6c0-44f7-8576-d6edcb965d9c
-dd08a119-9d52-4afa-af50-0c990aa63d61 few seconds ago few seconds ago fd4a:c18e:554d:4a8c::/64 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b 82e2935f-1e06-46cb-83a9-ad664aedd289 53e50f63-f6c0-44f7-8576-d6edcb965d9c
+dc976231-392c-4a76-8cd0-be370839ca67 few seconds ago few seconds ago 172.16.56.0/22 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 984439e9-a11a-40ce-89cc-c57d668610a1 086a5171-f7ab-4667-a231-840a81203f19
+6371caaa-1c0f-4368-96a7-b17374ba1905 few seconds ago few seconds ago fd46:78ab:30b8:9bf7::/64 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 984439e9-a11a-40ce-89cc-c57d668610a1 086a5171-f7ab-4667-a231-840a81203f19
π©π©π© JSON STDOUT π©π©π©
{
- "id": "82e2935f-1e06-46cb-83a9-ad664aedd289",
- "name": "cli-pn-exciting-keldysh",
- "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
+ "id": "984439e9-a11a-40ce-89cc-c57d668610a1",
+ "name": "cli-pn-pensive-bhabha",
+ "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
"region": "fr-par",
"tags": [],
"created_at": "1970-01-01T00:00:00.0Z",
"updated_at": "1970-01-01T00:00:00.0Z",
"subnets": [
{
- "id": "80d43601-5f30-4591-92da-e50f3a49e4da",
+ "id": "dc976231-392c-4a76-8cd0-be370839ca67",
"created_at": "1970-01-01T00:00:00.0Z",
"updated_at": "1970-01-01T00:00:00.0Z",
- "subnet": "172.16.4.0/22",
- "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "private_network_id": "82e2935f-1e06-46cb-83a9-ad664aedd289",
- "vpc_id": "53e50f63-f6c0-44f7-8576-d6edcb965d9c"
+ "subnet": "172.16.56.0/22",
+ "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id": "984439e9-a11a-40ce-89cc-c57d668610a1",
+ "vpc_id": "086a5171-f7ab-4667-a231-840a81203f19"
},
{
- "id": "dd08a119-9d52-4afa-af50-0c990aa63d61",
+ "id": "6371caaa-1c0f-4368-96a7-b17374ba1905",
"created_at": "1970-01-01T00:00:00.0Z",
"updated_at": "1970-01-01T00:00:00.0Z",
- "subnet": "fd4a:c18e:554d:4a8c::/64",
- "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "private_network_id": "82e2935f-1e06-46cb-83a9-ad664aedd289",
- "vpc_id": "53e50f63-f6c0-44f7-8576-d6edcb965d9c"
+ "subnet": "fd46:78ab:30b8:9bf7::/64",
+ "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id": "984439e9-a11a-40ce-89cc-c57d668610a1",
+ "vpc_id": "086a5171-f7ab-4667-a231-840a81203f19"
}
],
- "vpc_id": "53e50f63-f6c0-44f7-8576-d6edcb965d9c",
+ "vpc_id": "086a5171-f7ab-4667-a231-840a81203f19",
"dhcp_enabled": true,
+ "default_route_propagation_enabled": false,
"instance_servers": [
{
- "id": "d5ea776f-d30a-4e93-9ec9-d293dfd84104",
- "name": "cli-srv-musing-euclid",
+ "id": "46a98202-0088-4895-b327-acf09b7aea58",
+ "name": "cli-srv-interesting-hermann",
"state": "stopped",
- "nic_id": "77b139c7-3a48-40ca-af8b-04a16218a780",
- "mac": "02:00:00:10:01:16"
+ "nic_id": "d5843661-7189-472e-84b7-6a20ebfe43ba",
+ "mac": "02:00:00:16:a8:81"
}
],
"lbs": [
{
- "id": "f072f5f0-2237-4f33-80aa-6d6ea7a763ad",
+ "id": "d3d6ada8-5b04-4ca6-9bb5-bf29b58202fe",
"name": "cli-test",
"state": "ready"
}
],
"rdb_instances": [
{
- "id": "84262b73-ce51-43a8-9cac-def2c76ca2c0",
+ "id": "bf0faf46-1c73-4571-931d-258a526d3073",
"name": "cli-test",
"state": "ready",
- "endpoint_id": "c96e842e-fba1-469c-95da-71c7f0027ada"
+ "endpoint_id": "a0285ba4-9539-4cfc-8614-850e89095acc"
}
]
}
diff --git a/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.cassette.yaml b/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.cassette.yaml
index 8712e625cc..3022ad375c 100644
--- a/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.cassette.yaml
+++ b/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.cassette.yaml
@@ -2,28 +2,48 @@
version: 1
interactions:
- request:
- body: '{"id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","name":"cli-pn-sweet-leavitt","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"a12e8798-e136-45a9-9c5b-1b43b2bc41db","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"172.16.12.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"3586380c-af46-457f-a907-b852fc21428c","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"fd4a:c18e:554d:fc9b::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "name":"cli-pn-sweet-margulis",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"625801e0-4a6b-4f21-97be-157d0a5b79d6", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"172.16.0.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"95c00a18-e803-48b9-803f-ec002f7020b3", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"fd46:78ab:30b8:afec::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks
method: POST
response:
- body: '{"id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","name":"cli-pn-sweet-leavitt","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"a12e8798-e136-45a9-9c5b-1b43b2bc41db","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"172.16.12.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"3586380c-af46-457f-a907-b852fc21428c","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"fd4a:c18e:554d:fc9b::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "name":"cli-pn-sweet-margulis",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"625801e0-4a6b-4f21-97be-157d0a5b79d6", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"172.16.0.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"95c00a18-e803-48b9-803f-ec002f7020b3", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"fd46:78ab:30b8:afec::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
headers:
Content-Length:
- - "1024"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:30:37 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -31,934 +51,964 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a6ed4c88-9b17-4af9-ab1d-3d5c1574485d
+ - 30c3e6cb-c663-40a9-b40b-a90196e26770
status: 200 OK
code: 200
duration: ""
- request:
body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "ncpus":
- 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 16, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14,
"hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names":
- [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 671088640, "end_of_service": false}, "COPARM1-2C-8G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names":
- [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names":
- [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "COPARM1-32C-128G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 1342177280, "end_of_service": false}, "COPARM1-4C-16G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names":
- [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "COPARM1-8C-32G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 335544320, "end_of_service": false}, "DEV1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 80000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 36.1496, "hourly_price":
+ 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 209715200,
+ "end_of_service": false}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 3, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 157286400, "end_of_service": false}, "DEV1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 20000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 9.9864, "hourly_price": 0.01368,
+ "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true,
+ "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 104857600,
+ "end_of_service": false}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 12884901888, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9,
- "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000,
- "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth":
- 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [],
- "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7,
- "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000,
- "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7,
- "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000,
- "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [],
- "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655,
- "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"],
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "ENT1-2XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 20000000000, "sum_internet_bandwidth": 20000000000,
+ "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": 20000000000}]},
+ "block_bandwidth": 21474836480, "end_of_service": true}, "ENT1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": true}, "ENT1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": true}, "ENT1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": true}, "ENT1-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": true}, "GP1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 576.262,
+ "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 1073741824, "end_of_service": false}, "GP1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 296.672,
+ "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "GP1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 149.066,
+ "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "GP1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 1220.122,
+ "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 2147483648, "end_of_service": false}, "GP1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 74.168, "hourly_price":
+ 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 500000000, "internet_bandwidth": 500000000}]}, "block_bandwidth": 314572800,
+ "end_of_service": false}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 39.42, "hourly_price": 0.054, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "PLAY2-NANO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "PLAY2-PICO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": false}, "POP2-16C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-16C-64G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1063.391, "hourly_price":
+ 1.4567, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-2C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-2C-8G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-32C-128G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-32C-128G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2126.709, "hourly_price":
+ 2.9133, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-48C-192G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 206158430208, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ "monthly_price": 1274.4, "hourly_price": 1.77, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-4C-16G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-4C-16G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-64C-256G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 16}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-8C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-8C-32G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0,
+ "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size": 0,
+ "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 528.009, "hourly_price":
+ 0.7233, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 1600000000, "internet_bandwidth": 1600000000}]}, "block_bandwidth": 1677721600,
+ "end_of_service": false}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 16, "ram": 34359738368, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-HC-2C-4G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HC-32C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HC-48C-96G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 103079215104, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 914.4, "hourly_price":
+ 1.27, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 12}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 9600000000, "sum_internet_bandwidth": 9600000000, "interfaces": [{"internal_bandwidth":
+ 9600000000, "internet_bandwidth": 9600000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-4C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HC-64C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1242.75, "hourly_price":
+ 1.7024, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-8C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-HM-16C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 601.52, "hourly_price":
+ 0.824, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 4}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-HM-2C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HM-32C-256G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1203.04, "hourly_price":
+ 1.648, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-48C-384G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 412316860416, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ "monthly_price": 1778.4, "hourly_price": 2.47, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HM-4C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HM-64C-512G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2406.08, "hourly_price":
+ 3.296, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-8C-64G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 838860800}}}'
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1
method: GET
response:
body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "ncpus":
- 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 16, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14,
"hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names":
- [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 671088640, "end_of_service": false}, "COPARM1-2C-8G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names":
- [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names":
- [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "COPARM1-32C-128G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 1342177280, "end_of_service": false}, "COPARM1-4C-16G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names":
- [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "COPARM1-8C-32G": {"alt_names":
+ [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 335544320, "end_of_service": false}, "DEV1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 80000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 36.1496, "hourly_price":
+ 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 209715200,
+ "end_of_service": false}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 3, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 157286400, "end_of_service": false}, "DEV1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 20000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 9.9864, "hourly_price": 0.01368,
+ "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true,
+ "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 104857600,
+ "end_of_service": false}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 12884901888, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd":
{"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9,
- "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000,
- "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth":
- 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [],
- "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7,
- "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000,
- "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7,
- "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000,
- "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [],
- "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655,
- "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"],
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "ENT1-2XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 20000000000, "sum_internet_bandwidth": 20000000000,
+ "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": 20000000000}]},
+ "block_bandwidth": 21474836480, "end_of_service": true}, "ENT1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": true}, "ENT1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": true}, "ENT1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": true}, "ENT1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": true}, "ENT1-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": true}, "GP1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 576.262,
+ "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch":
- "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 1073741824, "end_of_service": false}, "GP1-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 296.672,
+ "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "GP1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 149.066,
+ "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "GP1-XL": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 1220.122,
+ "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 2147483648, "end_of_service": false}, "GP1-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 800000000000}}, "scratch_storage_max_size": null, "monthly_price": 74.168, "hourly_price":
+ 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 500000000, "internet_bandwidth": 500000000}]}, "block_bandwidth": 314572800,
+ "end_of_service": false}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 39.42, "hourly_price": 0.054, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 167772160, "end_of_service": false}, "PLAY2-NANO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [],
- "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 83886080, "end_of_service": false}, "PLAY2-PICO": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": false}, "POP2-16C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-16C-64G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1063.391, "hourly_price":
+ 1.4567, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null,
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-2C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-2C-8G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-32C-128G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-32C-128G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2126.709, "hourly_price":
+ 2.9133, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-48C-192G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 206158430208, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ "monthly_price": 1274.4, "hourly_price": 1.77, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-4C-16G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-4C-16G-WIN": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-64C-256G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 16}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000,
+ "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": 12800000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-8C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-8C-32G-WIN":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0,
+ "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size": 0,
+ "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 528.009, "hourly_price":
+ 0.7233, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile":
+ 1600000000, "internet_bandwidth": 1600000000}]}, "block_bandwidth": 1677721600,
+ "end_of_service": false}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 16, "ram": 34359738368, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 4}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000,
+ "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": 3200000000}]},
+ "block_bandwidth": 3355443200, "end_of_service": false}, "POP2-HC-2C-4G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HC-32C-64G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 8}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000,
+ "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": 6400000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HC-48C-96G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 103079215104, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 914.4, "hourly_price":
+ 1.27, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 12}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 9600000000, "sum_internet_bandwidth": 9600000000, "interfaces": [{"internal_bandwidth":
+ 9600000000, "internet_bandwidth": 9600000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-4C-8G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HC-64C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1242.75, "hourly_price":
+ 1.7024, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HC-8C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}, "POP2-HM-16C-128G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 601.52, "hourly_price":
+ 0.824, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 4}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth":
- 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ 3200000000, "internet_bandwidth": 3200000000}]}, "block_bandwidth": 3355443200,
+ "end_of_service": false}, "POP2-HM-2C-16G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 2, "ram": 17179869184, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
"monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000,
+ "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": 400000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HM-32C-256G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 1203.04, "hourly_price":
+ 1.648, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth":
- 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth":
- 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile":
+ 6400000000, "internet_bandwidth": 6400000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-48C-384G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 48, "ram": 412316860416, "gpu": 0, "gpu_info": null, "mig_profile":
null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ "monthly_price": 1778.4, "hourly_price": 2.47, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 12}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 9600000000, "sum_internet_bandwidth": 9600000000,
+ "interfaces": [{"internal_bandwidth": 9600000000, "internet_bandwidth": 9600000000}]},
+ "block_bandwidth": 5905580032, "end_of_service": false}, "POP2-HM-4C-32G": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000,
+ "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": 800000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HM-64C-512G":
+ {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu":
+ 0, "gpu_info": null, "mig_profile": null, "volumes_constraint": {"min_size":
+ 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
+ 0}}, "scratch_storage_max_size": null, "monthly_price": 2406.08, "hourly_price":
+ 3.296, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
+ 8, "max_file_systems": 16}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth":
- 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names":
- [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth":
- 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth":
- 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [],
- "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null,
+ 12800000000, "internet_bandwidth": 12800000000}]}, "block_bandwidth": 5905580032,
+ "end_of_service": false}, "POP2-HM-8C-64G": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 8, "ram": 68719476736, "gpu": 0, "gpu_info": null, "mig_profile": null,
"volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
{"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [],
- "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
- {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
- "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth":
- 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 5000000000}]}, "block_bandwidth": 838860800}}}'
+ false, "private_network": 8, "max_file_systems": 2}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000,
+ "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": 1600000000}]},
+ "block_bandwidth": 1677721600, "end_of_service": false}}}'
headers:
Content-Length:
- - "38539"
+ - "38951"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:30:37 GMT
Link:
- ; rel="next",;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -966,362 +1016,434 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - b1749c0f-85b7-4e03-afe3-3b792adff6c2
+ - d26a11db-20ac-4bee-90d1-7cf15a710138
X-Total-Count:
- - "68"
+ - "71"
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"servers": {"PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32,
- "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price":
- 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000,
- "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth":
- 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74,
- "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000,
- "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ body: '{"servers": {"POP2-HN-10": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87,
- "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000,
- "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3,
- "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth":
- 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth":
- 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram":
- 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price":
- 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth":
- 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth":
- 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram":
- 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size":
- 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price":
- 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"],
+ 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 530.29,
+ "hourly_price": 0.7264, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HN-3": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HN-5": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "PRO2-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6000000000, "sum_internet_bandwidth": 6000000000,
+ "interfaces": [{"internal_bandwidth": 6000000000, "internet_bandwidth": 6000000000}]},
+ "block_bandwidth": 2097152000, "end_of_service": false}, "PRO2-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 1048576000, "end_of_service": false}, "PRO2-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "PRO2-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": 700000000,
+ "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": 700000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "PRO2-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": 350000000,
+ "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": 350000000}]},
+ "block_bandwidth": 131072000, "end_of_service": false}, "RENDER-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": 1, "gpu_info":
+ {"gpu_manufacturer": "NVIDIA", "gpu_name": "P100", "gpu_memory": 17179869184},
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 907.098, "hourly_price":
+ 1.2426, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth":
- 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names":
- [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
+ 2000000000, "internet_bandwidth": 2000000000}]}, "block_bandwidth": 2147483648,
+ "end_of_service": false}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 52428800, "end_of_service": false}, "START1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size":
+ 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 26.864, "hourly_price":
+ 0.0368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "START1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 7.738, "hourly_price":
+ 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"],
- "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000},
- "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}},
- "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price":
- 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1L": {"alt_names":
+ ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1M": {"alt_names":
+ ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000,
+ "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1S": {"alt_names":
+ ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 6.2926, "hourly_price":
+ 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth":
- 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth":
- 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4,
- "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"],
- "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 12, "ram": 128849018880, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth":
- 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}}}'
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-15GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": 250000000,
+ "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": 250000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-30GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 300000000000,
+ "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-60GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 400000000000,
+ "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2
method: GET
response:
- body: '{"servers": {"PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32,
- "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price":
- 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000,
- "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth":
- 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74,
- "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000,
- "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth":
- 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ body: '{"servers": {"POP2-HN-10": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 8589934592, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87,
- "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000,
- "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth":
- 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size":
- 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3,
- "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth":
- 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth":
- 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram":
- 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size":
- 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price":
- 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
- true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth":
- 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth":
- 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram":
- 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size":
- 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size":
- 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price":
- 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"],
+ 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 530.29,
+ "hourly_price": 0.7264, "capabilities": {"boot_types": ["local", "rescue"],
"placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000,
+ "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": 10000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "POP2-HN-3": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 419430400, "end_of_service": false}, "POP2-HN-5": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 1}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000,
+ "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": 5000000000}]},
+ "block_bandwidth": 838860800, "end_of_service": false}, "PRO2-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 6000000000, "sum_internet_bandwidth": 6000000000,
+ "interfaces": [{"internal_bandwidth": 6000000000, "internet_bandwidth": 6000000000}]},
+ "block_bandwidth": 2097152000, "end_of_service": false}, "PRO2-M": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000,
+ "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": 3000000000}]},
+ "block_bandwidth": 1048576000, "end_of_service": false}, "PRO2-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000,
+ "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": 1500000000}]},
+ "block_bandwidth": 524288000, "end_of_service": false}, "PRO2-XS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size":
+ 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size":
+ null, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": 700000000,
+ "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": 700000000}]},
+ "block_bandwidth": 262144000, "end_of_service": false}, "PRO2-XXS": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint":
+ {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null,
+ "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types":
+ ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ false, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": 350000000,
+ "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": 350000000}]},
+ "block_bandwidth": 131072000, "end_of_service": false}, "RENDER-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": 1, "gpu_info":
+ {"gpu_manufacturer": "NVIDIA", "gpu_name": "P100", "gpu_memory": 17179869184},
+ "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000},
+ "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}},
+ "scratch_storage_max_size": null, "monthly_price": 907.098, "hourly_price":
+ 1.2426, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth":
- 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names":
- [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile":
- null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
+ 2000000000, "internet_bandwidth": 2000000000}]}, "block_bandwidth": 2147483648,
+ "end_of_service": false}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64",
+ "ncpus": 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null,
+ "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size":
null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 52428800, "end_of_service": false}, "START1-L": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 200000000000, "max_size":
+ 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 26.864, "hourly_price":
+ 0.0368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth":
- 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch":
- "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 400000000, "internet_bandwidth": 400000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-M": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 4, "ram": 4294967296, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth":
- 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch":
- "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000,
+ "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": 300000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "START1-S": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info": null,
+ "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 7.738, "hourly_price":
+ 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch":
- "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 1, "ram": 1073741824, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth":
- 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"],
- "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000},
- "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}},
- "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price":
- 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000,
+ "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": 100000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1L": {"alt_names":
+ ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1M": {"alt_names":
+ ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000,
+ "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000,
+ "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": 200000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "VC1S": {"alt_names":
+ ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 50000000000, "max_size":
+ 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size":
+ 200000000000}}, "scratch_storage_max_size": null, "monthly_price": 6.2926, "hourly_price":
+ 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups":
true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network":
- 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth":
- 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth":
- null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth":
- 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4,
- "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size":
- 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd":
- {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
+ 8, "max_file_systems": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"],
- "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null,
- "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth":
- 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint":
+ 200000000, "internet_bandwidth": 200000000}]}, "block_bandwidth": 41943040,
+ "end_of_service": true}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus":
+ 12, "ram": 128849018880, "gpu": 0, "gpu_info": null, "mig_profile": null, "volumes_constraint":
{"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint":
{"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types":
["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth":
- 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth":
- 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch":
- "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint":
- {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint":
- {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size":
- null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types":
- ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
- true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth":
- 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth":
- 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth":
- 1000000000}]}, "block_bandwidth": 41943040}}}'
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-15GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 200000000000,
+ "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": 250000000,
+ "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": 250000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-30GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 300000000000,
+ "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000,
+ "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": 500000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}, "X64-60GB": {"alt_names":
+ [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "gpu_info":
+ null, "mig_profile": null, "volumes_constraint": {"min_size": 400000000000,
+ "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000,
+ "max_size": 200000000000}}, "scratch_storage_max_size": null, "monthly_price":
+ 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["local", "rescue"],
+ "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume":
+ true, "private_network": 8, "max_file_systems": 0}, "network": {"ipv6_support":
+ true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": 1000000000,
+ "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": 1000000000}]},
+ "block_bandwidth": 41943040, "end_of_service": true}}}'
headers:
Content-Length:
- - "14208"
+ - "16732"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:30:37 GMT
Link:
- ; rel="first",;
rel="previous",; rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1329,33 +1451,65 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c1ce08a7-6c43-49ba-aadb-37698da16de9
+ - 7fce29ac-1247-4539-8590-eeca07538f12
X-Total-Count:
- - "68"
+ - "71"
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"local_images":[{"id":"57509e82-ac3b-49b7-9970-97b60f40ff72","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G","POP2-HN-3","POP2-HN-5","POP2-HN-10"],"label":"ubuntu_focal","type":"instance_sbs"},{"id":"9b647e1e-253a-41e7-8c15-911c622ee2dc","arch":"arm64","zone":"fr-par-1","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"label":"ubuntu_focal","type":"instance_sbs"}],"total_count":2}'
+ body: '{"local_images":[{"id":"2dd98c87-6ea2-49d9-8420-feafa534e478", "arch":"x86_64",
+ "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S",
+ "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M",
+ "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB",
+ "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL",
+ "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S",
+ "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G",
+ "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G",
+ "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G",
+ "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G",
+ "POP2-HC-64C-128G", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10", "POP2-48C-192G",
+ "POP2-HC-48C-96G", "POP2-HM-48C-384G"], "label":"ubuntu_focal", "type":"instance_sbs"},
+ {"id":"db71f917-bb74-4ccf-bf62-d5f1ce23a2a6", "arch":"arm64", "zone":"fr-par-1",
+ "compatible_commercial_types":["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12",
+ "AMP2-C24", "AMP2-C48", "AMP2-C60", "COPARM1-2C-8G", "COPARM1-4C-16G", "COPARM1-8C-32G",
+ "COPARM1-16C-64G", "COPARM1-32C-128G"], "label":"ubuntu_focal", "type":"instance_sbs"}],
+ "total_count":2}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_sbs&zone=fr-par-1
method: GET
response:
- body: '{"local_images":[{"id":"57509e82-ac3b-49b7-9970-97b60f40ff72","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-2C-8G","POP2-4C-16G","POP2-8C-32G","POP2-16C-64G","POP2-32C-128G","POP2-64C-256G","POP2-HM-2C-16G","POP2-HM-4C-32G","POP2-HM-8C-64G","POP2-HM-16C-128G","POP2-HM-32C-256G","POP2-HM-64C-512G","POP2-HC-2C-4G","POP2-HC-4C-8G","POP2-HC-8C-16G","POP2-HC-16C-32G","POP2-HC-32C-64G","POP2-HC-64C-128G","POP2-HN-3","POP2-HN-5","POP2-HN-10"],"label":"ubuntu_focal","type":"instance_sbs"},{"id":"9b647e1e-253a-41e7-8c15-911c622ee2dc","arch":"arm64","zone":"fr-par-1","compatible_commercial_types":["AMP2-C1","AMP2-C2","AMP2-C4","AMP2-C8","AMP2-C12","AMP2-C24","AMP2-C48","AMP2-C60","COPARM1-2C-8G","COPARM1-4C-16G","COPARM1-8C-32G","COPARM1-16C-64G","COPARM1-32C-128G"],"label":"ubuntu_focal","type":"instance_sbs"}],"total_count":2}'
+ body: '{"local_images":[{"id":"2dd98c87-6ea2-49d9-8420-feafa534e478", "arch":"x86_64",
+ "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S",
+ "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M",
+ "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB",
+ "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL",
+ "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S",
+ "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G",
+ "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G",
+ "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G",
+ "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G",
+ "POP2-HC-64C-128G", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10", "POP2-48C-192G",
+ "POP2-HC-48C-96G", "POP2-HM-48C-384G"], "label":"ubuntu_focal", "type":"instance_sbs"},
+ {"id":"db71f917-bb74-4ccf-bf62-d5f1ce23a2a6", "arch":"arm64", "zone":"fr-par-1",
+ "compatible_commercial_types":["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12",
+ "AMP2-C24", "AMP2-C48", "AMP2-C60", "COPARM1-2C-8G", "COPARM1-4C-16G", "COPARM1-8C-32G",
+ "COPARM1-16C-64G", "COPARM1-32C-128G"], "label":"ubuntu_focal", "type":"instance_sbs"}],
+ "total_count":2}'
headers:
Content-Length:
- - "1216"
+ - "1352"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:30:37 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1363,32 +1517,32 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1e6aa98b-24e8-4a29-96a7-4bff9fe541e7
+ - 235f79fb-688f-4798-bbed-ed20cb9cd399
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72", "name": "Ubuntu
+ body: '{"image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478", "name": "Ubuntu
20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/57509e82-ac3b-49b7-9970-97b60f40ff72
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/2dd98c87-6ea2-49d9-8420-feafa534e478
method: GET
response:
- body: '{"image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72", "name": "Ubuntu
+ body: '{"image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478", "name": "Ubuntu
20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}}'
headers:
@@ -1399,9 +1553,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:07 GMT
+ - Mon, 19 May 2025 14:30:37 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1409,28 +1563,28 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 875b371b-67b1-4a87-8626-4b5d528548f1
+ - 656c7bac-c61d-4a56-a6a3-c613d947e32a
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"ip": {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
- "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type":
- "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}}'
+ body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
+ "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type":
+ "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips
method: POST
response:
- body: '{"ip": {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
- "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type":
- "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}}'
+ body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
+ "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type":
+ "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}}'
headers:
Content-Length:
- "365"
@@ -1439,11 +1593,11 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:08 GMT
+ - Mon, 19 May 2025 14:30:38 GMT
Location:
- - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/114a79c4-90b6-46b6-8766-979954a3877a
+ - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f05542a3-9f0f-4c1a-8e87-0666ce026705
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1451,85 +1605,87 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 1a08c2f1-6a84-49f3-84a6-512e9bef56b8
+ - 4194ecb6-95a0-47aa-a9f8-e8034277f621
status: 201 Created
code: 201
duration: ""
- request:
- body: '{"server": {"id": "9381ff81-3722-4a29-b00d-f39e05f808ff", "name": "cli-srv-recursing-bose",
+ body: '{"server": {"id": "42195acf-1a09-47c8-8332-48031efdc984", "name": "cli-srv-awesome-poitras",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-recursing-bose", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-awesome-poitras", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "95e2bb4d-1588-4114-8e13-692a0e958a17", "zone": "fr-par-1"}}, "tags":
+ "id": "ff00fffa-d804-4583-af2e-8639e93d548f", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241", "dynamic":
+ {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic":
false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"},
- "public_ips": [{"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
+ "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"},
+ "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}],
- "mac_address": "de:00:00:90:e6:df", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}],
+ "mac_address": "de:00:00:af:40:5d", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.119702+00:00", "modification_date":
- "2025-01-30T17:00:09.119702+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:30:38.250740+00:00", "modification_date":
+ "2025-05-19T14:30:38.250740+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [], "zone": "fr-par-1"}}'
+ null, "private_nics": [], "zone": "fr-par-1", "filesystems": [], "end_of_service":
+ false}}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers
method: POST
response:
- body: '{"server": {"id": "9381ff81-3722-4a29-b00d-f39e05f808ff", "name": "cli-srv-recursing-bose",
+ body: '{"server": {"id": "42195acf-1a09-47c8-8332-48031efdc984", "name": "cli-srv-awesome-poitras",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-recursing-bose", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-awesome-poitras", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "95e2bb4d-1588-4114-8e13-692a0e958a17", "zone": "fr-par-1"}}, "tags":
+ "id": "ff00fffa-d804-4583-af2e-8639e93d548f", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241", "dynamic":
+ {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic":
false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"},
- "public_ips": [{"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
+ "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"},
+ "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}],
- "mac_address": "de:00:00:90:e6:df", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}],
+ "mac_address": "de:00:00:af:40:5d", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.119702+00:00", "modification_date":
- "2025-01-30T17:00:09.119702+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:30:38.250740+00:00", "modification_date":
+ "2025-05-19T14:30:38.250740+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [], "zone": "fr-par-1"}}'
+ null, "private_nics": [], "zone": "fr-par-1", "filesystems": [], "end_of_service":
+ false}}'
headers:
Content-Length:
- - "2199"
+ - "2245"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:09 GMT
+ - Mon, 19 May 2025 14:30:39 GMT
Location:
- - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9381ff81-3722-4a29-b00d-f39e05f808ff
+ - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/42195acf-1a09-47c8-8332-48031efdc984
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1537,30 +1693,30 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7bc9ba37-b098-44ec-9696-e1461a5536d1
+ - a8c63fee-6938-4f96-9b94-77e11cd22124
status: 201 Created
code: 201
duration: ""
- request:
- body: '{"private_nic": {"id": "f098b0ba-a307-428a-a4e4-70e65268aa70", "private_network_id":
- "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a", "server_id": "9381ff81-3722-4a29-b00d-f39e05f808ff",
- "mac_address": "02:00:00:1f:ab:bf", "state": "available", "creation_date": "2025-01-30T17:00:10.091426+00:00",
- "modification_date": "2025-01-30T17:00:10.290653+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["1f841f5c-6ac6-4187-9f02-5735cbb0bbf2", "90d2e11f-f732-49a6-8637-b92e7238b339"]}}'
+ body: '{"private_nic": {"id": "c8f2a003-8476-428b-8bef-70b07b64083d", "private_network_id":
+ "b4305a2c-7d52-4977-b923-9212ce7bb408", "server_id": "42195acf-1a09-47c8-8332-48031efdc984",
+ "mac_address": "02:00:00:10:5b:44", "state": "available", "creation_date": "2025-05-19T14:30:39.391538+00:00",
+ "modification_date": "2025-05-19T14:30:39.597315+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["7577a92d-24c1-4cbd-ac78-dbaee527f6b8", "fbc00fcb-e70e-4552-81fb-eb0501ef4101"]}}'
form: {}
headers:
Content-Type:
- application/json
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9381ff81-3722-4a29-b00d-f39e05f808ff/private_nics
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/42195acf-1a09-47c8-8332-48031efdc984/private_nics
method: POST
response:
- body: '{"private_nic": {"id": "f098b0ba-a307-428a-a4e4-70e65268aa70", "private_network_id":
- "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a", "server_id": "9381ff81-3722-4a29-b00d-f39e05f808ff",
- "mac_address": "02:00:00:1f:ab:bf", "state": "available", "creation_date": "2025-01-30T17:00:10.091426+00:00",
- "modification_date": "2025-01-30T17:00:10.290653+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["1f841f5c-6ac6-4187-9f02-5735cbb0bbf2", "90d2e11f-f732-49a6-8637-b92e7238b339"]}}'
+ body: '{"private_nic": {"id": "c8f2a003-8476-428b-8bef-70b07b64083d", "private_network_id":
+ "b4305a2c-7d52-4977-b923-9212ce7bb408", "server_id": "42195acf-1a09-47c8-8332-48031efdc984",
+ "mac_address": "02:00:00:10:5b:44", "state": "available", "creation_date": "2025-05-19T14:30:39.391538+00:00",
+ "modification_date": "2025-05-19T14:30:39.597315+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["7577a92d-24c1-4cbd-ac78-dbaee527f6b8", "fbc00fcb-e70e-4552-81fb-eb0501ef4101"]}}'
headers:
Content-Length:
- "475"
@@ -1569,9 +1725,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:10 GMT
+ - Mon, 19 May 2025 14:30:40 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1579,31 +1735,51 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - eab479ca-7c0e-4b1d-812e-9d07818b2c1f
+ - 2cc75719-ed84-4015-8bc2-54dccd1d6dd4
status: 201 Created
code: 201
duration: ""
- request:
- body: '{"id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","name":"cli-pn-sweet-leavitt","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"a12e8798-e136-45a9-9c5b-1b43b2bc41db","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"172.16.12.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"3586380c-af46-457f-a907-b852fc21428c","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"fd4a:c18e:554d:fc9b::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "name":"cli-pn-sweet-margulis",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"625801e0-4a6b-4f21-97be-157d0a5b79d6", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"172.16.0.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"95c00a18-e803-48b9-803f-ec002f7020b3", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"fd46:78ab:30b8:afec::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/b4305a2c-7d52-4977-b923-9212ce7bb408
method: GET
response:
- body: '{"id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","name":"cli-pn-sweet-leavitt","tags":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","subnets":[{"id":"a12e8798-e136-45a9-9c5b-1b43b2bc41db","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"172.16.12.0/22","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"},{"id":"3586380c-af46-457f-a907-b852fc21428c","created_at":"2025-01-30T17:00:06.263883Z","updated_at":"2025-01-30T17:00:06.263883Z","subnet":"fd4a:c18e:554d:fc9b::/64","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","private_network_id":"d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a","vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c"}],"vpc_id":"53e50f63-f6c0-44f7-8576-d6edcb965d9c","dhcp_enabled":true,"region":"fr-par"}'
+ body: '{"id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "name":"cli-pn-sweet-margulis",
+ "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "subnets":[{"id":"625801e0-4a6b-4f21-97be-157d0a5b79d6", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"172.16.0.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"},
+ {"id":"95c00a18-e803-48b9-803f-ec002f7020b3", "created_at":"2025-05-19T14:30:36.573694Z",
+ "updated_at":"2025-05-19T14:30:36.573694Z", "subnet":"fd46:78ab:30b8:afec::/64",
+ "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"b4305a2c-7d52-4977-b923-9212ce7bb408",
+ "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19",
+ "dhcp_enabled":true, "default_route_propagation_enabled":false, "region":"fr-par"}'
headers:
Content-Length:
- - "1024"
+ - "1090"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:30:40 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1611,94 +1787,94 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d38e1849-98a1-413c-a1ed-fb4e4a4e324c
+ - 5a6d32c8-1eb4-4a9e-ac79-80cd4d27ec8d
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"servers": [{"id": "9381ff81-3722-4a29-b00d-f39e05f808ff", "name": "cli-srv-recursing-bose",
+ body: '{"servers": [{"id": "42195acf-1a09-47c8-8332-48031efdc984", "name": "cli-srv-awesome-poitras",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-recursing-bose", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-awesome-poitras", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "95e2bb4d-1588-4114-8e13-692a0e958a17", "zone": "fr-par-1"}}, "tags":
+ "id": "ff00fffa-d804-4583-af2e-8639e93d548f", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241", "dynamic":
+ {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic":
false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"},
- "public_ips": [{"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
+ "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"},
+ "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}],
- "mac_address": "de:00:00:90:e6:df", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}],
+ "mac_address": "de:00:00:af:40:5d", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.119702+00:00", "modification_date":
- "2025-01-30T17:00:09.119702+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:30:38.250740+00:00", "modification_date":
+ "2025-05-19T14:30:38.250740+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "f098b0ba-a307-428a-a4e4-70e65268aa70", "private_network_id":
- "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a", "server_id": "9381ff81-3722-4a29-b00d-f39e05f808ff",
- "mac_address": "02:00:00:1f:ab:bf", "state": "available", "creation_date": "2025-01-30T17:00:10.091426+00:00",
- "modification_date": "2025-01-30T17:00:10.290653+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["1f841f5c-6ac6-4187-9f02-5735cbb0bbf2", "90d2e11f-f732-49a6-8637-b92e7238b339"]}],
- "zone": "fr-par-1"}]}'
+ null, "private_nics": [{"id": "c8f2a003-8476-428b-8bef-70b07b64083d", "private_network_id":
+ "b4305a2c-7d52-4977-b923-9212ce7bb408", "server_id": "42195acf-1a09-47c8-8332-48031efdc984",
+ "mac_address": "02:00:00:10:5b:44", "state": "available", "creation_date": "2025-05-19T14:30:39.391538+00:00",
+ "modification_date": "2025-05-19T14:30:39.597315+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["7577a92d-24c1-4cbd-ac78-dbaee527f6b8", "fbc00fcb-e70e-4552-81fb-eb0501ef4101"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}]}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&page=1&private_network=d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&page=1&private_network=b4305a2c-7d52-4977-b923-9212ce7bb408
method: GET
response:
- body: '{"servers": [{"id": "9381ff81-3722-4a29-b00d-f39e05f808ff", "name": "cli-srv-recursing-bose",
+ body: '{"servers": [{"id": "42195acf-1a09-47c8-8332-48031efdc984", "name": "cli-srv-awesome-poitras",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-recursing-bose", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-awesome-poitras", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "95e2bb4d-1588-4114-8e13-692a0e958a17", "zone": "fr-par-1"}}, "tags":
+ "id": "ff00fffa-d804-4583-af2e-8639e93d548f", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241", "dynamic":
+ {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic":
false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"},
- "public_ips": [{"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
+ "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"},
+ "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}],
- "mac_address": "de:00:00:90:e6:df", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}],
+ "mac_address": "de:00:00:af:40:5d", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.119702+00:00", "modification_date":
- "2025-01-30T17:00:09.119702+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:30:38.250740+00:00", "modification_date":
+ "2025-05-19T14:30:38.250740+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "f098b0ba-a307-428a-a4e4-70e65268aa70", "private_network_id":
- "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a", "server_id": "9381ff81-3722-4a29-b00d-f39e05f808ff",
- "mac_address": "02:00:00:1f:ab:bf", "state": "available", "creation_date": "2025-01-30T17:00:10.091426+00:00",
- "modification_date": "2025-01-30T17:00:10.290653+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["1f841f5c-6ac6-4187-9f02-5735cbb0bbf2", "90d2e11f-f732-49a6-8637-b92e7238b339"]}],
- "zone": "fr-par-1"}]}'
+ null, "private_nics": [{"id": "c8f2a003-8476-428b-8bef-70b07b64083d", "private_network_id":
+ "b4305a2c-7d52-4977-b923-9212ce7bb408", "server_id": "42195acf-1a09-47c8-8332-48031efdc984",
+ "mac_address": "02:00:00:10:5b:44", "state": "available", "creation_date": "2025-05-19T14:30:39.391538+00:00",
+ "modification_date": "2025-05-19T14:30:39.597315+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["7577a92d-24c1-4cbd-ac78-dbaee527f6b8", "fbc00fcb-e70e-4552-81fb-eb0501ef4101"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}]}'
headers:
Content-Length:
- - "2660"
+ - "2706"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:10 GMT
+ - Mon, 19 May 2025 14:30:40 GMT
Link:
- - ;
+ - ;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1706,7 +1882,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7dfd32a9-b045-4257-b465-a61ddb4ddc72
+ - 9a8b4a12-c679-4ffa-9751-da0dcbdbc666
X-Total-Count:
- "1"
status: 200 OK
@@ -1717,8 +1893,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?order=creation_date_desc&page=1&private_network=d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-2/servers?order=creation_date_desc&page=1&private_network=b4305a2c-7d52-4977-b923-9212ce7bb408
method: GET
response:
body: '{"servers": []}'
@@ -1730,12 +1906,12 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:30:40 GMT
Link:
- - ;
+ - ;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1743,7 +1919,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - c206d8f1-a83f-4632-b781-36d68304ec8a
+ - 483a9957-806f-4e2b-bc07-a66b4899f2e0
X-Total-Count:
- "0"
status: 200 OK
@@ -1754,8 +1930,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-3/servers?order=creation_date_desc&page=1&private_network=d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-3/servers?order=creation_date_desc&page=1&private_network=b4305a2c-7d52-4977-b923-9212ce7bb408
method: GET
response:
body: '{"servers": []}'
@@ -1767,12 +1943,12 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:30:40 GMT
Link:
- - ;
+ - ;
rel="last"
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1780,33 +1956,33 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 72057f61-3ada-4f20-b157-a9d8514aee4c
+ - 5788297a-4009-4c9d-85c1-a3a59a5cee77
X-Total-Count:
- "0"
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/baremetal/v1/zones/fr-par-1/server-private-networks?order_by=created_at_asc&page=1&private_network_id=d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/baremetal/v1/zones/fr-par-1/server-private-networks?order_by=created_at_asc&page=1&private_network_id=b4305a2c-7d52-4977-b923-9212ce7bb408
method: GET
response:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
headers:
Content-Length:
- - "46"
+ - "47"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:30:40 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1814,31 +1990,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 46421cd1-a099-4fc7-96a4-116424f0f91d
+ - 3945373b-3aa4-4bba-8cec-bd88cb6d124b
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/baremetal/v1/zones/fr-par-2/server-private-networks?order_by=created_at_asc&page=1&private_network_id=d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/baremetal/v1/zones/fr-par-2/server-private-networks?order_by=created_at_asc&page=1&private_network_id=b4305a2c-7d52-4977-b923-9212ce7bb408
method: GET
response:
- body: '{"server_private_networks":[],"total_count":0}'
+ body: '{"server_private_networks":[], "total_count":0}'
headers:
Content-Length:
- - "46"
+ - "47"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:30:40 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1846,31 +2022,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0c264116-8460-432e-99ca-506aec884281
+ - d6d256c8-0e79-4f6e-9242-a3dbfa3be557
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"total_count":0,"clusters":[]}'
+ body: '{"total_count":0, "clusters":[]}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/k8s/v1/regions/fr-par/clusters?order_by=created_at_asc&page=1&status=unknown
method: GET
response:
- body: '{"total_count":0,"clusters":[]}'
+ body: '{"total_count":0, "clusters":[]}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1878,31 +2054,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d418a13b-1bb2-4ebb-80cd-b8e945907e51
+ - cb1ebdc7-e936-4837-b58a-77ea6f2e0718
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"lbs":[{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"unknown","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:11.782071Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:11.794778Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}],"total_count":1}'
+ body: '{"lbs":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs?order_by=created_at_asc
method: GET
response:
- body: '{"lbs":[{"id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"a1715e84-5bbf-45ff-826b-5840fbe3b816","status":"unknown","ip_address":"","created_at":"2025-01-30T16:55:01.596231Z","updated_at":"2025-01-30T17:00:11.782071Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"41a54fa2-b025-4455-ad9f-66e8dc0cd99c","ip_address":"51.159.9.201","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"f072f5f0-2237-4f33-80aa-6d6ea7a763ad","reverse":"51-159-9-201.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2025-01-30T17:00:11.424424Z","updated_at":"2025-01-30T17:00:11.794778Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}],"total_count":1}'
+ body: '{"lbs":[], "total_count":0}'
headers:
Content-Length:
- - "1096"
+ - "27"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:11 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1910,31 +2086,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7827be4c-1f44-4476-b55a-fec33a0257bc
+ - d5f295a7-6ba1-448e-a07d-5f013f091f07
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"lbs":[],"total_count":0}'
+ body: '{"lbs":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/lb/v1/zones/fr-par-2/lbs?order_by=created_at_asc
method: GET
response:
- body: '{"lbs":[],"total_count":0}'
+ body: '{"lbs":[], "total_count":0}'
headers:
Content-Length:
- - "26"
+ - "27"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1942,31 +2118,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 0776e6ff-e531-4fe8-9d88-2df9adf94832
+ - 42d47ae9-3203-4f88-ade8-b0a129acaf26
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"instances":[],"total_count":0}'
+ body: '{"instances":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/rdb/v1/regions/fr-par/instances?order_by=created_at_asc&page=1
method: GET
response:
- body: '{"instances":[],"total_count":0}'
+ body: '{"instances":[], "total_count":0}'
headers:
Content-Length:
- - "32"
+ - "33"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -1974,31 +2150,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7a4a8064-2c7c-4e2b-a540-538d89ab0758
+ - 467df7f3-5100-4798-b762-791a20a71db8
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/redis/v1/zones/fr-par-1/clusters?order_by=created_at_asc&page=1
method: GET
response:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2006,31 +2182,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 062e54c1-e813-4ad8-b38f-adb079ada12f
+ - 4fc670b5-e4e4-4a63-b901-ff963a835130
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/redis/v1/zones/fr-par-2/clusters?order_by=created_at_asc&page=1
method: GET
response:
- body: '{"clusters":[],"total_count":0}'
+ body: '{"clusters":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2038,31 +2214,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 7f198bb3-a5e3-423e-9bf9-21b8f1496bab
+ - 390eaa18-d68a-4305-b19a-a0f2d97967d1
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-1/gateways?order_by=created_at_asc&page=1&status=unknown
method: GET
response:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2070,31 +2246,31 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - fcc04fcf-e661-4c26-b4d7-91aa44ed1dd6
+ - 5f5bd8cc-be97-4796-86f7-ccf89ba89f80
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
url: https://api.scaleway.com/vpc-gw/v1/zones/fr-par-2/gateways?order_by=created_at_asc&page=1&status=unknown
method: GET
response:
- body: '{"gateways":[],"total_count":0}'
+ body: '{"gateways":[], "total_count":0}'
headers:
Content-Length:
- - "31"
+ - "32"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2102,91 +2278,91 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - fc30e79a-bc7e-4603-b1f9-caf3826fcbe7
+ - a642fd8e-6055-44b3-a2b6-956c4ca14a78
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"server": {"id": "9381ff81-3722-4a29-b00d-f39e05f808ff", "name": "cli-srv-recursing-bose",
+ body: '{"server": {"id": "42195acf-1a09-47c8-8332-48031efdc984", "name": "cli-srv-awesome-poitras",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-recursing-bose", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-awesome-poitras", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "95e2bb4d-1588-4114-8e13-692a0e958a17", "zone": "fr-par-1"}}, "tags":
+ "id": "ff00fffa-d804-4583-af2e-8639e93d548f", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241", "dynamic":
+ {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic":
false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"},
- "public_ips": [{"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
+ "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"},
+ "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}],
- "mac_address": "de:00:00:90:e6:df", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}],
+ "mac_address": "de:00:00:af:40:5d", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.119702+00:00", "modification_date":
- "2025-01-30T17:00:09.119702+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:30:38.250740+00:00", "modification_date":
+ "2025-05-19T14:30:38.250740+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "f098b0ba-a307-428a-a4e4-70e65268aa70", "private_network_id":
- "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a", "server_id": "9381ff81-3722-4a29-b00d-f39e05f808ff",
- "mac_address": "02:00:00:1f:ab:bf", "state": "available", "creation_date": "2025-01-30T17:00:10.091426+00:00",
- "modification_date": "2025-01-30T17:00:10.290653+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["1f841f5c-6ac6-4187-9f02-5735cbb0bbf2", "90d2e11f-f732-49a6-8637-b92e7238b339"]}],
- "zone": "fr-par-1"}}'
+ null, "private_nics": [{"id": "c8f2a003-8476-428b-8bef-70b07b64083d", "private_network_id":
+ "b4305a2c-7d52-4977-b923-9212ce7bb408", "server_id": "42195acf-1a09-47c8-8332-48031efdc984",
+ "mac_address": "02:00:00:10:5b:44", "state": "available", "creation_date": "2025-05-19T14:30:39.391538+00:00",
+ "modification_date": "2025-05-19T14:30:39.597315+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["7577a92d-24c1-4cbd-ac78-dbaee527f6b8", "fbc00fcb-e70e-4552-81fb-eb0501ef4101"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9381ff81-3722-4a29-b00d-f39e05f808ff
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/42195acf-1a09-47c8-8332-48031efdc984
method: GET
response:
- body: '{"server": {"id": "9381ff81-3722-4a29-b00d-f39e05f808ff", "name": "cli-srv-recursing-bose",
+ body: '{"server": {"id": "42195acf-1a09-47c8-8332-48031efdc984", "name": "cli-srv-awesome-poitras",
"arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization":
- "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "hostname": "cli-srv-recursing-bose", "image": {"id": "57509e82-ac3b-49b7-9970-97b60f40ff72",
+ "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "hostname": "cli-srv-awesome-poitras", "image": {"id": "2dd98c87-6ea2-49d9-8420-feafa534e478",
"name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db",
"project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"volume_type":
- "sbs_snapshot", "id": "703a3bad-5fc4-450a-9b35-c128312df5f5", "size": 0, "name":
+ "sbs_snapshot", "id": "b4d54bf7-1656-46c2-84b8-5dd238cfd444", "size": 0, "name":
""}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date":
- "2024-10-14T09:05:33.350089+00:00", "modification_date": "2024-10-14T09:05:33.350089+00:00",
+ "2025-02-03T13:36:07.796413+00:00", "modification_date": "2025-02-03T13:36:07.796413+00:00",
"default_bootscript": null, "from_server": "", "state": "available", "tags":
[], "zone": "fr-par-1"}, "volumes": {"0": {"boot": false, "volume_type": "sbs_volume",
- "id": "95e2bb4d-1588-4114-8e13-692a0e958a17", "zone": "fr-par-1"}}, "tags":
+ "id": "ff00fffa-d804-4583-af2e-8639e93d548f", "zone": "fr-par-1"}}, "tags":
[], "state": "stopped", "protected": false, "state_detail": "", "public_ip":
- {"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241", "dynamic":
+ {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic":
false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode":
- "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"},
- "public_ips": [{"id": "114a79c4-90b6-46b6-8766-979954a3877a", "address": "51.15.210.241",
+ "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"},
+ "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213",
"dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet",
- "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c18b3f79-0c26-4e28-831c-3b57f358959e"}],
- "mac_address": "de:00:00:90:e6:df", "routed_ip_enabled": true, "ipv6": null,
+ "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c562391e-9ee3-4492-afff-b5053965df8e"}],
+ "mac_address": "de:00:00:af:40:5d", "routed_ip_enabled": true, "ipv6": null,
"extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip":
- null, "creation_date": "2025-01-30T17:00:09.119702+00:00", "modification_date":
- "2025-01-30T17:00:09.119702+00:00", "bootscript": null, "security_group": {"id":
- "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", "name": "Default security group"}, "location":
+ null, "creation_date": "2025-05-19T14:30:38.250740+00:00", "modification_date":
+ "2025-05-19T14:30:38.250740+00:00", "bootscript": null, "security_group": {"id":
+ "a1d9b162-a45c-4f51-9bf4-c7f654848422", "name": "Default security group"}, "location":
null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group":
- null, "private_nics": [{"id": "f098b0ba-a307-428a-a4e4-70e65268aa70", "private_network_id":
- "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a", "server_id": "9381ff81-3722-4a29-b00d-f39e05f808ff",
- "mac_address": "02:00:00:1f:ab:bf", "state": "available", "creation_date": "2025-01-30T17:00:10.091426+00:00",
- "modification_date": "2025-01-30T17:00:10.290653+00:00", "zone": "fr-par-1",
- "tags": [], "ipam_ip_ids": ["1f841f5c-6ac6-4187-9f02-5735cbb0bbf2", "90d2e11f-f732-49a6-8637-b92e7238b339"]}],
- "zone": "fr-par-1"}}'
+ null, "private_nics": [{"id": "c8f2a003-8476-428b-8bef-70b07b64083d", "private_network_id":
+ "b4305a2c-7d52-4977-b923-9212ce7bb408", "server_id": "42195acf-1a09-47c8-8332-48031efdc984",
+ "mac_address": "02:00:00:10:5b:44", "state": "available", "creation_date": "2025-05-19T14:30:39.391538+00:00",
+ "modification_date": "2025-05-19T14:30:39.597315+00:00", "zone": "fr-par-1",
+ "tags": [], "ipam_ip_ids": ["7577a92d-24c1-4cbd-ac78-dbaee527f6b8", "fbc00fcb-e70e-4552-81fb-eb0501ef4101"]}],
+ "zone": "fr-par-1", "filesystems": [], "end_of_service": false}}'
headers:
Content-Length:
- - "2657"
+ - "2703"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:41 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2194,7 +2370,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 6396e06a-f219-42e8-9e2d-10c3efcc3029
+ - faedc05b-e64a-4669-ad62-431a1a6ba794
status: 200 OK
code: 200
duration: ""
@@ -2203,8 +2379,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9381ff81-3722-4a29-b00d-f39e05f808ff
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/42195acf-1a09-47c8-8332-48031efdc984
method: DELETE
response:
body: ""
@@ -2214,9 +2390,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:12 GMT
+ - Mon, 19 May 2025 14:30:42 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2224,33 +2400,45 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 67ee7b61-bb39-4f61-90b4-75662a70442a
+ - d051cbb8-279d-4cf9-8df4-201552d5d6b5
status: 204 No Content
code: 204
duration: ""
- request:
- body: '{"id":"95e2bb4d-1588-4114-8e13-692a0e958a17","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.271182Z","updated_at":"2025-01-30T17:00:09.271182Z","references":[{"id":"3954de92-9d69-4c85-816c-de0277f24e35","product_resource_type":"instance_server","product_resource_id":"9381ff81-3722-4a29-b00d-f39e05f808ff","created_at":"2025-01-30T17:00:09.271182Z","type":"exclusive","status":"detaching"}],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"in_use","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":null,"zone":"fr-par-1"}'
+ body: '{"id":"ff00fffa-d804-4583-af2e-8639e93d548f", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:30:38.400252Z", "updated_at":"2025-05-19T14:30:38.400252Z",
+ "references":[{"id":"f66ab8de-65f3-4bd3-b9aa-a1bdb126ffdb", "product_resource_type":"instance_server",
+ "product_resource_id":"42195acf-1a09-47c8-8332-48031efdc984", "created_at":"2025-05-19T14:30:38.400252Z",
+ "type":"exclusive", "status":"attached"}], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"in_use", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"}, "last_detached_at":null,
+ "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/95e2bb4d-1588-4114-8e13-692a0e958a17
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/ff00fffa-d804-4583-af2e-8639e93d548f
method: GET
response:
- body: '{"id":"95e2bb4d-1588-4114-8e13-692a0e958a17","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.271182Z","updated_at":"2025-01-30T17:00:09.271182Z","references":[{"id":"3954de92-9d69-4c85-816c-de0277f24e35","product_resource_type":"instance_server","product_resource_id":"9381ff81-3722-4a29-b00d-f39e05f808ff","created_at":"2025-01-30T17:00:09.271182Z","type":"exclusive","status":"detaching"}],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"in_use","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":null,"zone":"fr-par-1"}'
+ body: '{"id":"ff00fffa-d804-4583-af2e-8639e93d548f", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:30:38.400252Z", "updated_at":"2025-05-19T14:30:38.400252Z",
+ "references":[{"id":"f66ab8de-65f3-4bd3-b9aa-a1bdb126ffdb", "product_resource_type":"instance_server",
+ "product_resource_id":"42195acf-1a09-47c8-8332-48031efdc984", "created_at":"2025-05-19T14:30:38.400252Z",
+ "type":"exclusive", "status":"attached"}], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"in_use", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"}, "last_detached_at":null,
+ "zone":"fr-par-1"}'
headers:
Content-Length:
- - "683"
+ - "701"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:13 GMT
+ - Mon, 19 May 2025 14:30:42 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2258,33 +2446,41 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d5369cd0-482d-49b1-a251-d59f799b62f5
+ - 5b35c337-63bd-468d-baad-23ca5fd120a0
status: 200 OK
code: 200
duration: ""
- request:
- body: '{"id":"95e2bb4d-1588-4114-8e13-692a0e958a17","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.271182Z","updated_at":"2025-01-30T17:00:13.415829Z","references":[],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"available","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":"2025-01-30T17:00:13.415829Z","zone":"fr-par-1"}'
+ body: '{"id":"ff00fffa-d804-4583-af2e-8639e93d548f", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:30:38.400252Z", "updated_at":"2025-05-19T14:30:42.236314Z",
+ "references":[], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"available", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"},
+ "last_detached_at":"2025-05-19T14:30:42.236314Z", "zone":"fr-par-1"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/95e2bb4d-1588-4114-8e13-692a0e958a17
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/ff00fffa-d804-4583-af2e-8639e93d548f
method: GET
response:
- body: '{"id":"95e2bb4d-1588-4114-8e13-692a0e958a17","name":"Ubuntu 20.04 Focal
- Fossa_sbs_volume_0","type":"sbs_5k","size":10000000000,"project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","created_at":"2025-01-30T17:00:09.271182Z","updated_at":"2025-01-30T17:00:13.415829Z","references":[],"parent_snapshot_id":"703a3bad-5fc4-450a-9b35-c128312df5f5","status":"available","tags":[],"specs":{"perf_iops":5000,"class":"sbs"},"last_detached_at":"2025-01-30T17:00:13.415829Z","zone":"fr-par-1"}'
+ body: '{"id":"ff00fffa-d804-4583-af2e-8639e93d548f", "name":"Ubuntu 20.04 Focal
+ Fossa_sbs_volume_0", "type":"sbs_5k", "size":10000000000, "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "created_at":"2025-05-19T14:30:38.400252Z", "updated_at":"2025-05-19T14:30:42.236314Z",
+ "references":[], "parent_snapshot_id":"b4d54bf7-1656-46c2-84b8-5dd238cfd444",
+ "status":"available", "tags":[], "specs":{"perf_iops":5000, "class":"sbs"},
+ "last_detached_at":"2025-05-19T14:30:42.236314Z", "zone":"fr-par-1"}'
headers:
Content-Length:
- - "480"
+ - "494"
Content-Security-Policy:
- default-src 'none'; frame-ancestors 'none'
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:18 GMT
+ - Mon, 19 May 2025 14:30:47 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2292,7 +2488,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - 4c8bf3e5-034a-4759-b728-63d562b36284
+ - 368b22f8-95ba-41ab-a649-d08ee70409b6
status: 200 OK
code: 200
duration: ""
@@ -2301,8 +2497,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/95e2bb4d-1588-4114-8e13-692a0e958a17
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/block/v1alpha1/zones/fr-par-1/volumes/ff00fffa-d804-4583-af2e-8639e93d548f
method: DELETE
response:
body: ""
@@ -2312,9 +2508,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:18 GMT
+ - Mon, 19 May 2025 14:30:47 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2322,22 +2518,22 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - a9d96e84-1a03-4320-8d79-157ef94d29be
+ - ddd971ff-3b13-42a9-a74c-c80589cd53a7
status: 204 No Content
code: 204
duration: ""
- request:
body: '{"message": "resource is not found", "type": "not_found", "resource": "instance_server",
- "resource_id": "9381ff81-3722-4a29-b00d-f39e05f808ff"}'
+ "resource_id": "42195acf-1a09-47c8-8332-48031efdc984"}'
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9381ff81-3722-4a29-b00d-f39e05f808ff
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/42195acf-1a09-47c8-8332-48031efdc984
method: GET
response:
body: '{"message": "resource is not found", "type": "not_found", "resource": "instance_server",
- "resource_id": "9381ff81-3722-4a29-b00d-f39e05f808ff"}'
+ "resource_id": "42195acf-1a09-47c8-8332-48031efdc984"}'
headers:
Content-Length:
- "143"
@@ -2346,9 +2542,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:18 GMT
+ - Mon, 19 May 2025 14:30:47 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2356,7 +2552,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d7aa525c-1171-4bb8-96d4-8668db1c3b8f
+ - 6ed6687c-b99b-4562-a0d5-0c973696ba25
status: 404 Not Found
code: 404
duration: ""
@@ -2365,8 +2561,8 @@ interactions:
form: {}
headers:
User-Agent:
- - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test
- url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
+ - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.24.2; darwin; amd64) cli-e2e-test
+ url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/b4305a2c-7d52-4977-b923-9212ce7bb408
method: DELETE
response:
body: ""
@@ -2376,9 +2572,9 @@ interactions:
Content-Type:
- application/json
Date:
- - Thu, 30 Jan 2025 17:00:20 GMT
+ - Mon, 19 May 2025 14:30:48 GMT
Server:
- - Scaleway API Gateway (fr-par-2;edge02)
+ - Scaleway API Gateway (fr-par-1;edge02)
Strict-Transport-Security:
- max-age=63072000
X-Content-Type-Options:
@@ -2386,7 +2582,7 @@ interactions:
X-Frame-Options:
- DENY
X-Request-Id:
- - d196af81-19c9-486a-ab1a-930179791aa3
+ - a1f318af-7a7c-41cd-b6b3-375319f108c7
status: 204 No Content
code: 204
duration: ""
diff --git a/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.golden b/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.golden
index ed8985f807..1d0c684eb8 100644
--- a/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.golden
+++ b/internal/namespaces/vpc/v2/testdata/test-get-private-network-simple.golden
@@ -1,62 +1,64 @@
π²π²π² EXIT CODE: 0 π²π²π²
π©π©π© STDOUTοΈ π©π©π©οΈ
-ID d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a
-Name cli-pn-sweet-leavitt
-OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b
-ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b
-Region fr-par
-CreatedAt few seconds ago
-UpdatedAt few seconds ago
-VpcID 53e50f63-f6c0-44f7-8576-d6edcb965d9c
-DHCPEnabled true
+ID b4305a2c-7d52-4977-b923-9212ce7bb408
+Name cli-pn-sweet-margulis
+OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
+ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
+Region fr-par
+CreatedAt few seconds ago
+UpdatedAt few seconds ago
+VpcID 086a5171-f7ab-4667-a231-840a81203f19
+DHCPEnabled true
+DefaultRoutePropagationEnabled false
Instance Servers:
-ID NAME STATE NIC ID MAC ADDRESS
-9381ff81-3722-4a29-b00d-f39e05f808ff cli-srv-recursing-bose archived f098b0ba-a307-428a-a4e4-70e65268aa70 02:00:00:1f:ab:bf
+ID NAME STATE NIC ID MAC ADDRESS
+42195acf-1a09-47c8-8332-48031efdc984 cli-srv-awesome-poitras archived c8f2a003-8476-428b-8bef-70b07b64083d 02:00:00:10:5b:44
Subnets:
ID CREATED AT UPDATED AT SUBNET PROJECT ID PRIVATE NETWORK ID VPC ID
-a12e8798-e136-45a9-9c5b-1b43b2bc41db few seconds ago few seconds ago 172.16.12.0/22 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a 53e50f63-f6c0-44f7-8576-d6edcb965d9c
-3586380c-af46-457f-a907-b852fc21428c few seconds ago few seconds ago fd4a:c18e:554d:fc9b::/64 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a 53e50f63-f6c0-44f7-8576-d6edcb965d9c
+625801e0-4a6b-4f21-97be-157d0a5b79d6 few seconds ago few seconds ago 172.16.0.0/22 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 b4305a2c-7d52-4977-b923-9212ce7bb408 086a5171-f7ab-4667-a231-840a81203f19
+95c00a18-e803-48b9-803f-ec002f7020b3 few seconds ago few seconds ago fd46:78ab:30b8:afec::/64 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 b4305a2c-7d52-4977-b923-9212ce7bb408 086a5171-f7ab-4667-a231-840a81203f19
π©π©π© JSON STDOUT π©π©π©
{
- "id": "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a",
- "name": "cli-pn-sweet-leavitt",
- "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
+ "id": "b4305a2c-7d52-4977-b923-9212ce7bb408",
+ "name": "cli-pn-sweet-margulis",
+ "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
"region": "fr-par",
"tags": [],
"created_at": "1970-01-01T00:00:00.0Z",
"updated_at": "1970-01-01T00:00:00.0Z",
"subnets": [
{
- "id": "a12e8798-e136-45a9-9c5b-1b43b2bc41db",
+ "id": "625801e0-4a6b-4f21-97be-157d0a5b79d6",
"created_at": "1970-01-01T00:00:00.0Z",
"updated_at": "1970-01-01T00:00:00.0Z",
- "subnet": "172.16.12.0/22",
- "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "private_network_id": "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a",
- "vpc_id": "53e50f63-f6c0-44f7-8576-d6edcb965d9c"
+ "subnet": "172.16.0.0/22",
+ "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id": "b4305a2c-7d52-4977-b923-9212ce7bb408",
+ "vpc_id": "086a5171-f7ab-4667-a231-840a81203f19"
},
{
- "id": "3586380c-af46-457f-a907-b852fc21428c",
+ "id": "95c00a18-e803-48b9-803f-ec002f7020b3",
"created_at": "1970-01-01T00:00:00.0Z",
"updated_at": "1970-01-01T00:00:00.0Z",
- "subnet": "fd4a:c18e:554d:fc9b::/64",
- "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b",
- "private_network_id": "d886a4f4-ed9f-4fa5-bfd4-8f6b57bb665a",
- "vpc_id": "53e50f63-f6c0-44f7-8576-d6edcb965d9c"
+ "subnet": "fd46:78ab:30b8:afec::/64",
+ "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
+ "private_network_id": "b4305a2c-7d52-4977-b923-9212ce7bb408",
+ "vpc_id": "086a5171-f7ab-4667-a231-840a81203f19"
}
],
- "vpc_id": "53e50f63-f6c0-44f7-8576-d6edcb965d9c",
+ "vpc_id": "086a5171-f7ab-4667-a231-840a81203f19",
"dhcp_enabled": true,
+ "default_route_propagation_enabled": false,
"instance_servers": [
{
- "id": "9381ff81-3722-4a29-b00d-f39e05f808ff",
- "name": "cli-srv-recursing-bose",
+ "id": "42195acf-1a09-47c8-8332-48031efdc984",
+ "name": "cli-srv-awesome-poitras",
"state": "stopped",
- "nic_id": "f098b0ba-a307-428a-a4e4-70e65268aa70",
- "mac": "02:00:00:1f:ab:bf"
+ "nic_id": "c8f2a003-8476-428b-8bef-70b07b64083d",
+ "mac": "02:00:00:10:5b:44"
}
]
}