diff --git a/cmd/scw/testdata/test-all-usage-account-project-create-usage.golden b/cmd/scw/testdata/test-all-usage-account-project-create-usage.golden index c2dd2ce21d..4966a4316d 100644 --- a/cmd/scw/testdata/test-all-usage-account-project-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-account-project-create-usage.golden @@ -1,5 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Deprecated in favor of Account API v3. Generate a new Project for an Organization, specifying its configuration including name and description. USAGE: diff --git a/cmd/scw/testdata/test-all-usage-account-project-delete-usage.golden b/cmd/scw/testdata/test-all-usage-account-project-delete-usage.golden index 60ba230c6d..1b822f6b17 100644 --- a/cmd/scw/testdata/test-all-usage-account-project-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-account-project-delete-usage.golden @@ -1,5 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Deprecated in favor of Account API v3. Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone. USAGE: diff --git a/cmd/scw/testdata/test-all-usage-account-project-get-usage.golden b/cmd/scw/testdata/test-all-usage-account-project-get-usage.golden index e32a50be2a..38b6e16316 100644 --- a/cmd/scw/testdata/test-all-usage-account-project-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-account-project-get-usage.golden @@ -1,5 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Deprecated in favor of Account API v3. Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object. USAGE: diff --git a/cmd/scw/testdata/test-all-usage-account-project-list-usage.golden b/cmd/scw/testdata/test-all-usage-account-project-list-usage.golden index caeb4ed68d..fcee274b56 100644 --- a/cmd/scw/testdata/test-all-usage-account-project-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-account-project-list-usage.golden @@ -1,5 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Deprecated in favor of Account API v3. List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project. USAGE: diff --git a/cmd/scw/testdata/test-all-usage-account-project-update-usage.golden b/cmd/scw/testdata/test-all-usage-account-project-update-usage.golden index c3a6acdd0a..3dbdcdaf58 100644 --- a/cmd/scw/testdata/test-all-usage-account-project-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-account-project-update-usage.golden @@ -1,5 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Deprecated in favor of Account API v3. Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description. USAGE: diff --git a/cmd/scw/testdata/test-all-usage-vpc-private-network-create-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-private-network-create-usage.golden index 92ce703ac3..5771e6513e 100644 --- a/cmd/scw/testdata/test-all-usage-vpc-private-network-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-vpc-private-network-create-usage.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ -Create a new Private Network. Once created, you can attach Scaleway resources in the same Availability Zone. +Create a new Private Network. Once created, you can attach Scaleway resources which are in the same region. USAGE: scw vpc private-network create [arg=value ...] @@ -10,7 +10,8 @@ ARGS: [project-id] Project ID to use. If none is passed the default project ID will be used [tags.{index}] Tags for the Private Network [subnets.{index}] Private Network subnets CIDR - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2) + [vpc-id] VPC in which to create the Private Network + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-vpc-private-network-delete-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-private-network-delete-usage.golden index e77ef04b98..84e269e52a 100644 --- a/cmd/scw/testdata/test-all-usage-vpc-private-network-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-vpc-private-network-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: private-network-id Private Network ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2) + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-vpc-private-network-get-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-private-network-get-usage.golden index 461fe06970..d598ccae9a 100644 --- a/cmd/scw/testdata/test-all-usage-vpc-private-network-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-vpc-private-network-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: private-network-id Private Network ID - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2) + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-vpc-private-network-list-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-private-network-list-usage.golden index ed59abeb90..0dc2662d8e 100644 --- a/cmd/scw/testdata/test-all-usage-vpc-private-network-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-vpc-private-network-list-usage.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ -List existing Private Networks in a specified Availability Zone. By default, the Private Networks returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. +List existing Private Networks in the specified region. By default, the Private Networks returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. USAGE: scw vpc private-network list [arg=value ...] @@ -11,9 +11,10 @@ ARGS: [tags.{index}] Tags to filter for. Only Private Networks with one or more matching tags will be returned [project-id] Project ID to filter for. Only Private Networks belonging to this Project will be returned [private-network-ids.{index}] Private Network IDs to filter for. Only Private Networks with one of these IDs will be returned - [include-regional] Defines whether to include regional Private Networks in the response + [vpc-id] VPC ID to filter for. Only Private Networks belonging to this VPC will be returned + [dhcp-enabled] DHCP status to filter for. When true, only Private Networks with managed DHCP enabled will be returned [organization-id] Organization ID to filter for. Only Private Networks belonging to this Organization will be returned - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | all) + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-vpc-private-network-update-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-private-network-update-usage.golden index c3fff2ac24..30ae65a454 100644 --- a/cmd/scw/testdata/test-all-usage-vpc-private-network-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-vpc-private-network-update-usage.golden @@ -7,12 +7,9 @@ USAGE: ARGS: private-network-id Private Network ID - [name] Name of the private network + [name] Name for the Private Network [tags.{index}] Tags for the Private Network - [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | fr-par-3 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2) - -DEPRECATED ARGS: - [subnets.{index}] Private Network subnets CIDR (deprecated) + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-vpc-private-network-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-private-network-usage.golden index adae154276..dacbb89365 100644 --- a/cmd/scw/testdata/test-all-usage-vpc-private-network-usage.golden +++ b/cmd/scw/testdata/test-all-usage-vpc-private-network-usage.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ -A Private Network allows you to interconnect your Scaleway resources in an -isolated and private network. Network reachability is limited -to resources that are on the same Private Network. Note that a resource can -be part of multiple Private Networks. +A Private Network allows you to interconnect your Scaleway resources +in an isolated and private network. Network reachability is limited +to resources that are on the same Private Network. Note that a +resource can be a part of multiple private networks. USAGE: scw vpc private-network diff --git a/cmd/scw/testdata/test-all-usage-vpc-subnet-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-subnet-usage.golden new file mode 100644 index 0000000000..c8cffe927b --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-vpc-subnet-usage.golden @@ -0,0 +1,15 @@ +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 +πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +CIDR Subnet + +USAGE: + scw vpc subnet + +FLAGS: + -h, --help help for subnet + +GLOBAL FLAGS: + -c, --config string The path to the config file + -D, --debug Enable debug mode + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-vpc-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-usage.golden index ff647bc3d1..fc16317fa2 100644 --- a/cmd/scw/testdata/test-all-usage-vpc-usage.golden +++ b/cmd/scw/testdata/test-all-usage-vpc-usage.golden @@ -7,6 +7,8 @@ USAGE: AVAILABLE COMMANDS: private-network Private network management command + subnet Subnet management command + vpc VPC management command FLAGS: -h, --help help for vpc diff --git a/cmd/scw/testdata/test-all-usage-vpc-vpc-create-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-vpc-create-usage.golden new file mode 100644 index 0000000000..d489865615 --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-vpc-vpc-create-usage.golden @@ -0,0 +1,21 @@ +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 +πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Create a new VPC in the specified region. + +USAGE: + scw vpc vpc create [arg=value ...] + +ARGS: + name= Name for the VPC + [project-id] Project ID to use. If none is passed the default project ID will be used + [tags.{index}] Tags for the VPC + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + +FLAGS: + -h, --help help for create + +GLOBAL FLAGS: + -c, --config string The path to the config file + -D, --debug Enable debug mode + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-vpc-vpc-delete-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-vpc-delete-usage.golden new file mode 100644 index 0000000000..9592dbabd5 --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-vpc-vpc-delete-usage.golden @@ -0,0 +1,19 @@ +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 +πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Delete a VPC specified by its VPC ID. + +USAGE: + scw vpc vpc delete [arg=value ...] + +ARGS: + vpc-id VPC ID + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + +FLAGS: + -h, --help help for delete + +GLOBAL FLAGS: + -c, --config string The path to the config file + -D, --debug Enable debug mode + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-vpc-vpc-get-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-vpc-get-usage.golden new file mode 100644 index 0000000000..52c3241bd7 --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-vpc-vpc-get-usage.golden @@ -0,0 +1,19 @@ +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 +πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Retrieve details of an existing VPC, specified by its VPC ID. + +USAGE: + scw vpc vpc get [arg=value ...] + +ARGS: + vpc-id VPC ID + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + +FLAGS: + -h, --help help for get + +GLOBAL FLAGS: + -c, --config string The path to the config file + -D, --debug Enable debug mode + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-vpc-vpc-list-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-vpc-list-usage.golden new file mode 100644 index 0000000000..2a3494bd59 --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-vpc-vpc-list-usage.golden @@ -0,0 +1,24 @@ +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 +πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +List existing VPCs in the specified region. + +USAGE: + scw vpc vpc list [arg=value ...] + +ARGS: + [order-by] Sort order of the returned VPCs (created_at_asc | created_at_desc | name_asc | name_desc) + [name] Name to filter for. Only VPCs with names containing this string will be returned + [tags.{index}] Tags to filter for. Only VPCs with one more more matching tags will be returned + [project-id] Project ID to filter for. Only VPCs belonging to this Project will be returned + [is-default] Defines whether to filter only for VPCs which are the default one for their Project + [organization-id] Organization ID to filter for. Only VPCs belonging to this Organization will be returned + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw | all) + +FLAGS: + -h, --help help for list + +GLOBAL FLAGS: + -c, --config string The path to the config file + -D, --debug Enable debug mode + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-vpc-vpc-update-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-vpc-update-usage.golden new file mode 100644 index 0000000000..4fa7f5a3a2 --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-vpc-vpc-update-usage.golden @@ -0,0 +1,21 @@ +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 +πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +Update parameters including name and tags of the specified VPC. + +USAGE: + scw vpc vpc update [arg=value ...] + +ARGS: + vpc-id VPC ID + [name] Name for the VPC + [tags.{index}] Tags for the VPC + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + +FLAGS: + -h, --help help for update + +GLOBAL FLAGS: + -c, --config string The path to the config file + -D, --debug Enable debug mode + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-vpc-vpc-usage.golden b/cmd/scw/testdata/test-all-usage-vpc-vpc-usage.golden new file mode 100644 index 0000000000..46c1ae957b --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-vpc-vpc-usage.golden @@ -0,0 +1,26 @@ +🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 +πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ +A Virtual Private Cloud (VPC) allows you to group your regional +Private Networks together. Note that a Private Network can be a +part of only one VPC. + +USAGE: + scw vpc vpc + +AVAILABLE COMMANDS: + create Create a VPC + delete Delete a VPC + get Get a VPC + list List VPCs + update Update VPC + +FLAGS: + -h, --help help for vpc + +GLOBAL FLAGS: + -c, --config string The path to the config file + -D, --debug Enable debug mode + -o, --output string Output format: json or human, see 'scw help output' for more info (default "human") + -p, --profile string The config profile to use + +Use "scw vpc vpc [command] --help" for more information about a command. diff --git a/docs/commands/account.md b/docs/commands/account.md index a2e6afbf87..a67c5fd00b 100644 --- a/docs/commands/account.md +++ b/docs/commands/account.md @@ -17,6 +17,7 @@ Project management commands. ### Create a new Project for an Organization +Deprecated in favor of Account API v3. Generate a new Project for an Organization, specifying its configuration including name and description. **Usage:** @@ -38,6 +39,7 @@ scw account project create [arg=value ...] ### Delete an existing Project +Deprecated in favor of Account API v3. Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone. **Usage:** @@ -57,6 +59,7 @@ scw account project delete [arg=value ...] ### Get an existing Project +Deprecated in favor of Account API v3. Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object. **Usage:** @@ -76,6 +79,7 @@ scw account project get [arg=value ...] ### List all Projects of an Organization +Deprecated in favor of Account API v3. List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project. **Usage:** @@ -98,6 +102,7 @@ scw account project list [arg=value ...] ### Update Project +Deprecated in favor of Account API v3. Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description. **Usage:** diff --git a/docs/commands/vpc.md b/docs/commands/vpc.md index 63e2a73d15..7882657c30 100644 --- a/docs/commands/vpc.md +++ b/docs/commands/vpc.md @@ -8,20 +8,27 @@ VPC API. - [Get a Private Network](#get-a-private-network) - [List Private Networks](#list-private-networks) - [Update Private Network](#update-private-network) +- [Subnet management command](#subnet-management-command) +- [VPC management command](#vpc-management-command) + - [Create a VPC](#create-a-vpc) + - [Delete a VPC](#delete-a-vpc) + - [Get a VPC](#get-a-vpc) + - [List VPCs](#list-vpcs) + - [Update VPC](#update-vpc) ## Private network management command -A Private Network allows you to interconnect your Scaleway resources in an -isolated and private network. Network reachability is limited -to resources that are on the same Private Network. Note that a resource can -be part of multiple Private Networks. +A Private Network allows you to interconnect your Scaleway resources +in an isolated and private network. Network reachability is limited +to resources that are on the same Private Network. Note that a +resource can be a part of multiple private networks. ### Create a Private Network -Create a new Private Network. Once created, you can attach Scaleway resources in the same Availability Zone. +Create a new Private Network. Once created, you can attach Scaleway resources which are in the same region. **Usage:** @@ -38,7 +45,8 @@ scw vpc private-network create [arg=value ...] | project-id | | Project ID to use. If none is passed the default project ID will be used | | tags.{index} | | Tags for the Private Network | | subnets.{index} | | Private Network subnets CIDR | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| vpc-id | | VPC in which to create the Private Network | +| 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 | @@ -58,7 +66,7 @@ scw vpc private-network delete [arg=value ...] | Name | | Description | |------|---|-------------| | private-network-id | Required | Private Network ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| 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 | @@ -78,13 +86,13 @@ scw vpc private-network get [arg=value ...] | Name | | Description | |------|---|-------------| | private-network-id | Required | Private Network ID | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| 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 | ### List Private Networks -List existing Private Networks in a specified Availability Zone. By default, the Private Networks returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. +List existing Private Networks in the specified region. By default, the Private Networks returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. **Usage:** @@ -102,9 +110,10 @@ scw vpc private-network list [arg=value ...] | tags.{index} | | Tags to filter for. Only Private Networks with one or more matching tags will be returned | | project-id | | Project ID to filter for. Only Private Networks belonging to this Project will be returned | | private-network-ids.{index} | | Private Network IDs to filter for. Only Private Networks with one of these IDs will be returned | -| include-regional | | Defines whether to include regional Private Networks in the response | +| vpc-id | | VPC ID to filter for. Only Private Networks belonging to this VPC will be returned | +| dhcp-enabled | | DHCP status to filter for. When true, only Private Networks with managed DHCP enabled will be returned | | organization-id | | Organization ID to filter for. Only Private Networks belonging to this Organization will be returned | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `all` | Zone to target. If none is passed will use default zone from the config | +| region | Default: `fr-par`
One of: `fr-par`, `nl-ams`, `pl-waw`, `all` | Region to target. If none is passed will use default region from the config | @@ -124,10 +133,140 @@ scw vpc private-network update [arg=value ...] | Name | | Description | |------|---|-------------| | private-network-id | Required | Private Network ID | -| name | | Name of the private network | +| name | | Name for the Private Network | | tags.{index} | | Tags for the Private Network | -| ~~subnets.{index}~~ | Deprecated | Private Network subnets CIDR (deprecated) | -| zone | Default: `fr-par-1`
One of: `fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2` | Zone to target. If none is passed will use default zone from the config | +| 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 | + + + +## Subnet management command + +CIDR Subnet + +CIDR Subnet + +**Usage:** + +``` +scw vpc subnet +``` + + + +## VPC management command + +A Virtual Private Cloud (VPC) allows you to group your regional +Private Networks together. Note that a Private Network can be a +part of only one VPC. + + + +### Create a VPC + +Create a new VPC in the specified region. + +**Usage:** + +``` +scw vpc vpc create [arg=value ...] +``` + + +**Args:** + +| Name | | Description | +|------|---|-------------| +| name | Required
Default: `` | Name for the VPC | +| project-id | | Project ID to use. If none is passed the default project ID will be used | +| tags.{index} | | Tags for the VPC | +| 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 | + + + +### Delete a VPC + +Delete a VPC specified by its VPC ID. + +**Usage:** + +``` +scw vpc vpc delete [arg=value ...] +``` + + +**Args:** + +| Name | | Description | +|------|---|-------------| +| vpc-id | Required | VPC 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 | + + + +### Get a VPC + +Retrieve details of an existing VPC, specified by its VPC ID. + +**Usage:** + +``` +scw vpc vpc get [arg=value ...] +``` + + +**Args:** + +| Name | | Description | +|------|---|-------------| +| vpc-id | Required | VPC 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 | + + + +### List VPCs + +List existing VPCs in the specified region. + +**Usage:** + +``` +scw vpc vpc list [arg=value ...] +``` + + +**Args:** + +| Name | | Description | +|------|---|-------------| +| order-by | One of: `created_at_asc`, `created_at_desc`, `name_asc`, `name_desc` | Sort order of the returned VPCs | +| name | | Name to filter for. Only VPCs with names containing this string will be returned | +| tags.{index} | | Tags to filter for. Only VPCs with one more more matching tags will be returned | +| project-id | | Project ID to filter for. Only VPCs belonging to this Project will be returned | +| is-default | | Defines whether to filter only for VPCs which are the default one for their Project | +| organization-id | | Organization ID to filter for. Only VPCs belonging to this Organization will be returned | +| region | Default: `fr-par`
One of: `fr-par`, `nl-ams`, `pl-waw`, `all` | Region to target. If none is passed will use default region from the config | + + + +### Update VPC + +Update parameters including name and tags of the specified VPC. + +**Usage:** + +``` +scw vpc vpc update [arg=value ...] +``` + + +**Args:** + +| Name | | Description | +|------|---|-------------| +| vpc-id | Required | VPC ID | +| name | | Name for the VPC | +| tags.{index} | | Tags for the VPC | +| 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 702c3c5092..ecb3124ebd 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/moby/buildkit v0.11.6 github.com/opencontainers/go-digest v1.0.0 github.com/pkg/errors v0.9.1 - github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230705084246-74eb7cf1a708 + github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230710160943-efc922e1f661 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 diff --git a/go.sum b/go.sum index d2b7cf4db3..80a3b8e7f6 100644 --- a/go.sum +++ b/go.sum @@ -497,8 +497,8 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj 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.18.0.20230705084246-74eb7cf1a708 h1:2Et0Li+UBOluBBdBonMTB1rqwiW17UAcloghjGTOCDY= -github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230705084246-74eb7cf1a708/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230710160943-efc922e1f661 h1:/FNBbwxEzMriXGudqXTGOg0nIeNO+0xpqXChZk6auBE= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.18.0.20230710160943-efc922e1f661/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg= github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8= github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= diff --git a/internal/namespaces/account/v2/account_cli.go b/internal/namespaces/account/v2/account_cli.go index 745cc799e8..cbf965280c 100644 --- a/internal/namespaces/account/v2/account_cli.go +++ b/internal/namespaces/account/v2/account_cli.go @@ -47,12 +47,13 @@ func accountProject() *core.Command { func accountProjectCreate() *core.Command { return &core.Command{ - Short: `Create a new Project for an Organization`, - Long: `Generate a new Project for an Organization, specifying its configuration including name and description.`, + Short: `Create a new Project for an Organization`, + Long: `Deprecated in favor of Account API v3. +Generate a new Project for an Organization, specifying its configuration including name and description.`, Namespace: "account", Resource: "project", Verb: "create", - // Deprecated: false, + // Deprecated: true, ArgsType: reflect.TypeOf(account.CreateProjectRequest{}), ArgSpecs: core.ArgSpecs{ { @@ -85,12 +86,13 @@ func accountProjectCreate() *core.Command { func accountProjectList() *core.Command { return &core.Command{ - Short: `List all Projects of an Organization`, - Long: `List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.`, + Short: `List all Projects of an Organization`, + Long: `Deprecated in favor of Account API v3. +List all Projects of an Organization. The response will include the total number of Projects as well as their associated Organizations, names and IDs. Other information include the creation and update date of the Project.`, Namespace: "account", Resource: "project", Verb: "list", - // Deprecated: false, + // Deprecated: true, ArgsType: reflect.TypeOf(account.ListProjectsRequest{}), ArgSpecs: core.ArgSpecs{ { @@ -135,12 +137,13 @@ func accountProjectList() *core.Command { func accountProjectGet() *core.Command { return &core.Command{ - Short: `Get an existing Project`, - Long: `Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.`, + Short: `Get an existing Project`, + Long: `Deprecated in favor of Account API v3. +Retrieve information about an existing Project, specified by its Project ID. Its full details, including ID, name and description, are returned in the response object.`, Namespace: "account", Resource: "project", Verb: "get", - // Deprecated: false, + // Deprecated: true, ArgsType: reflect.TypeOf(account.GetProjectRequest{}), ArgSpecs: core.ArgSpecs{ core.ProjectIDArgSpec(), @@ -158,12 +161,13 @@ func accountProjectGet() *core.Command { func accountProjectDelete() *core.Command { return &core.Command{ - Short: `Delete an existing Project`, - Long: `Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.`, + Short: `Delete an existing Project`, + Long: `Deprecated in favor of Account API v3. +Delete an existing Project, specified by its Project ID. The Project needs to be empty (meaning there are no resources left in it) to be deleted effectively. Note that deleting a Project is permanent, and cannot be undone.`, Namespace: "account", Resource: "project", Verb: "delete", - // Deprecated: false, + // Deprecated: true, ArgsType: reflect.TypeOf(account.DeleteProjectRequest{}), ArgSpecs: core.ArgSpecs{ core.ProjectIDArgSpec(), @@ -187,12 +191,13 @@ func accountProjectDelete() *core.Command { func accountProjectUpdate() *core.Command { return &core.Command{ - Short: `Update Project`, - Long: `Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description.`, + Short: `Update Project`, + Long: `Deprecated in favor of Account API v3. +Update the parameters of an existing Project, specified by its Project ID. These parameters include the name and description.`, Namespace: "account", Resource: "project", Verb: "update", - // Deprecated: false, + // Deprecated: true, ArgsType: reflect.TypeOf(account.UpdateProjectRequest{}), ArgSpecs: core.ArgSpecs{ core.ProjectIDArgSpec(), diff --git a/internal/namespaces/get_commands.go b/internal/namespaces/get_commands.go index 607afb395e..88bf8c02dd 100644 --- a/internal/namespaces/get_commands.go +++ b/internal/namespaces/get_commands.go @@ -36,17 +36,15 @@ import ( "github.com/scaleway/scaleway-cli/v2/internal/namespaces/shell" tem "github.com/scaleway/scaleway-cli/v2/internal/namespaces/tem/v1alpha1" versionNamespace "github.com/scaleway/scaleway-cli/v2/internal/namespaces/version" - vpcV1 "github.com/scaleway/scaleway-cli/v2/internal/namespaces/vpc/v1" - vpcV2 "github.com/scaleway/scaleway-cli/v2/internal/namespaces/vpc/v2" + "github.com/scaleway/scaleway-cli/v2/internal/namespaces/vpc/v2" "github.com/scaleway/scaleway-cli/v2/internal/namespaces/vpcgw/v1" webhosting "github.com/scaleway/scaleway-cli/v2/internal/namespaces/webhosting/v1alpha1" - "github.com/scaleway/scaleway-sdk-go/scw" ) var labs = os.Getenv("SCW_ENABLE_LABS") == "true" // Enable beta in the code when products are in beta -var beta = os.Getenv(scw.ScwEnableBeta) == "true" +// var beta = os.Getenv(scw.ScwEnableBeta) == "true" // GetCommands returns a list of all commands in the CLI. // It is used by both scw and scw-qa. @@ -74,7 +72,7 @@ func GetCommands() *core.Commands { lb.GetCommands(), iot.GetCommands(), help.GetCommands(), - vpcV1.GetCommands(), + vpc.GetCommands(), domain.GetCommands(), applesilicon.GetCommands(), flexibleip.GetCommands(), @@ -93,9 +91,6 @@ func GetCommands() *core.Commands { if labs { commands.Merge(ipfs.GetCommands()) } - if beta { - commands.Merge(vpcV2.GetCommands()) - } return commands } diff --git a/internal/namespaces/instance/v1/custom_privatenics_test.go b/internal/namespaces/instance/v1/custom_privatenics_test.go index 8caee40927..4efafac762 100644 --- a/internal/namespaces/instance/v1/custom_privatenics_test.go +++ b/internal/namespaces/instance/v1/custom_privatenics_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/scaleway/scaleway-cli/v2/internal/core" - "github.com/scaleway/scaleway-cli/v2/internal/namespaces/vpc/v1" + "github.com/scaleway/scaleway-cli/v2/internal/namespaces/vpc/v2" ) func Test_ListNICs(t *testing.T) { diff --git a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.cassette.yaml b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.cassette.yaml index 3f4776dbda..071157611a 100644 --- a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.cassette.yaml +++ b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.cassette.yaml @@ -2,26 +2,26 @@ version: 1 interactions: - request: - body: '{"name":"cli-pn-clever-banach","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","tags":null,"subnets":null}' + body: '{"id":"4e892ad4-3092-463a-860b-5899195cd258","name":"cli-pn-vigilant-wing","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-07-12T14:09:14.148080Z","updated_at":"2023-07-12T14:09:14.148080Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"37309798-d0e3-4b1e-9b8e-3c2c6b59bd41","created_at":"2023-07-12T14:09:14.148080Z","updated_at":"2023-07-12T14:09:14.148080Z","subnet":"172.16.48.0/22"},{"id":"4856f8c5-65fc-4369-9d39-51b18c719551","created_at":"2023-07-12T14:09:14.148080Z","updated_at":"2023-07-12T14:09:14.148080Z","subnet":"fd46:78ab:30b8:8931::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks method: POST response: - body: '{"id":"b2fe1ee6-93ad-474d-b350-b5f3462e1969","name":"cli-pn-clever-banach","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-01-06T09:57:59.215625Z","updated_at":"2023-01-06T09:57:59.215625Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[],"zone":"fr-par-1"}' + body: '{"id":"4e892ad4-3092-463a-860b-5899195cd258","name":"cli-pn-vigilant-wing","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-07-12T14:09:14.148080Z","updated_at":"2023-07-12T14:09:14.148080Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"37309798-d0e3-4b1e-9b8e-3c2c6b59bd41","created_at":"2023-07-12T14:09:14.148080Z","updated_at":"2023-07-12T14:09:14.148080Z","subnet":"172.16.48.0/22"},{"id":"4856f8c5-65fc-4369-9d39-51b18c719551","created_at":"2023-07-12T14:09:14.148080Z","updated_at":"2023-07-12T14:09:14.148080Z","subnet":"fd46:78ab:30b8:8931::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' headers: Content-Length: - - "311" + - "704" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,128 +31,250 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 224531d6-3d69-489f-8186-242b9ee1024c + - 92fc5c23-d4bf-4024-8a88-893d19ba52a6 status: 200 OK code: 200 duration: "" - request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v1/images?page=1 - method: GET - response: body: '{"images": [{"id": "0d3a22da-c634-45d6-a7dd-aff402f88b0c", "name": "AlmaLinux 8", "label": "almalinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux distribution, governed and driven by the community, focused on long-term stability and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "a2bddb0e-f73c-4bce-827d-0c866d775cdb", - "name": "2022-11-17T16:46:52.297435+00:00", "local_images": [{"id": "f00a8123-2054-4360-bf0a-84989d34e54c", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c56369dd-e338-4afc-9001-7800a710a157", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "d7fe675a-f740-4c6e-b3df-97b8599d0688", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "name": "Instances User Resources Build System"}, "versions": [{"id": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "name": "2023-06-29T09:17:23.982691+00:00", "local_images": [{"id": "50ad9f02-586c-4ce6-aae5-c2ae4e687021", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4123241-e07a-4877-a09f-6f804742a081", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "24b05c4e-13e9-4fe2-a839-9fe5b9e0b002", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "38a30800-4dbd-4183-b07d-14647c0d4eb5", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "550e1808-4e7c-473a-a16e-1142269c6ae1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f87135aa-8b0f-4846-9a89-11aabd57ec18", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b70988ec-ecf5-41a2-aa48-f1997940e729", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ef08caab-fe05-4d83-b2eb-8ba2fafa0596", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "5d8cbe91-5d6a-4567-9945-6ba0bc549d83", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "225be2ef-8336-416f-8ff5-c4a205fdc53f", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6852e970-7e23-47ee-9baf-ce06b8aaab5a", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "fe64bbd1-8760-44a7-8890-9bd8b295df15", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "ecfcfe80-c451-4d5e-9f27-3579de05a090", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:46:52.415155+00:00", "modification_date": "2022-11-17T16:46:52.415155+00:00"}], - "categories": ["distribution"], "current_public_version": "a2bddb0e-f73c-4bce-827d-0c866d775cdb", - "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2022-11-21T09:56:12.505342+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4e8dfbe-274f-478d-9cd9-d90c5a717868", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ea78a3d8-37e6-4c38-9ce9-c1b055d406c7", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b9e99ca7-7732-4e8d-984e-de0487e6804c", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c2809848-2c32-4f7f-9bc3-ba44e7475cbe", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "00543f35-3daf-4239-a659-bf50e709faa6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f5e2b4a2-526e-416c-9e1f-0fe2225340da", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8dddccf4-519a-49b1-9e0d-b8a18cddd1ba", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e6a64b94-17aa-4efe-85c3-e444c477a7d9", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "6723f63f-7d7d-476d-be2d-69c808b9fc4b", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:17:24.171542+00:00", "modification_date": "2023-06-29T09:17:24.171542+00:00"}], + "categories": ["distribution"], "current_public_version": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2023-06-29T14:07:54.806379+00:00", "valid_until": null}, {"id": "486ead23-9656-41d1-aa74-a5a780b2ae1b", "name": "AlmaLinux 9", "label": "almalinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux distribution, governed and driven by the community, focused on long-term stability and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "0600fb3e-cca6-499d-b30b-f5c1a3a155ca", - "name": "2022-11-17T16:45:49.960165+00:00", "local_images": [{"id": "ad26e02a-f250-48d0-a785-6bff2c8dea55", + "name": "Instances User Resources Build System"}, "versions": [{"id": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", + "name": "2023-06-29T09:45:27.412270+00:00", "local_images": [{"id": "de5289bb-b393-4424-8495-fa2f1b4a4d01", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04b69e61-fabb-4eac-8ca3-7ec7a06d12bb", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9a43ba5d-d408-4d85-8a09-e92257d295b2", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18204720-d974-4c85-8a9c-4dfb3ed40622", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b35cc74f-0630-4bd4-8484-9acab5304dce", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "426862b8-cbec-48ff-a2bb-27caee1163b5", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9f77358-33f7-43f9-857a-c74f08cf75cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0236f4af-ca6a-4b3f-803d-783cecf01ea1", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f2fdd63b-d8b5-46ec-9b75-6d5c336dcc2c", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bb388437-4b85-4159-bf91-563b641db700", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "0d210a24-0878-4983-acad-a1aac616931f", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c7942e40-f6ef-4837-8206-d08f801b9c1d", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dc8fd812-41d2-46e9-ab6b-1894fc8d0178", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a16b377a-c519-437e-8533-b95811560e92", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b0689ed5-72d8-47af-8eb1-345e5b306ce8", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "f77aaa49-4bf7-4f46-9d64-6777e7522609", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b6301465-3271-4eaa-ae6f-78492de6cc0d", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "21cb13de-b680-45d0-97bd-dfaf86aef127", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ab44482d-c3c8-4262-b6b7-92ff7bbce084", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "53209a68-1c04-482a-954e-45d811505fa0", "zone": "par1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fa7922c1-135a-42e1-b52d-9f74843bc9f1", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a7297a98-c043-4d10-920c-773fc14c4254", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "6b7e8c57-b5c6-4cf6-a648-93030310e978", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "ab25c2cd-16ba-41e1-9fa0-35bc3f5d0c55", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:45:50.098917+00:00", - "modification_date": "2022-11-17T16:45:50.098917+00:00"}], "categories": ["distribution"], - "current_public_version": "0600fb3e-cca6-499d-b30b-f5c1a3a155ca", "creation_date": - "2022-08-24T09:21:26.315925+00:00", "modification_date": "2022-11-21T09:56:21.843707+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:45:27.559431+00:00", + "modification_date": "2023-06-29T09:45:27.559431+00:00"}], "categories": ["distribution"], + "current_public_version": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", "creation_date": + "2022-08-24T09:21:26.315925+00:00", "modification_date": "2023-06-29T14:09:33.950229+00:00", "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": "Arch Linux", "label": "arch_linux", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/archlinux.png", "description": "Arch Linux is an independently developed Linux distribution @@ -164,42 +286,76 @@ interactions: "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", - "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", + "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", - "ENT1-XS"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", "zone": "pl-waw-1", - "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", - "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", - "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", - "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", - "ENT1-XXS", "ENT1-XS"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", "zone": - "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", - "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", "ENT1-XXS"]}, - {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", - "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", - "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS"]}], - "creation_date": "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], + "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", + "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6d6ca8b3-7547-485b-a7c5-06fb42fe1c17", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], "categories": ["distribution"], "current_public_version": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2022-01-26T12:54:47.557608+00:00", "valid_until": null}, {"id": "dc947de3-ddc7-4056-bc35-d51a316ebbb4", "name": @@ -207,997 +363,4433 @@ interactions: "description": "The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "16dda4a4-874a-4e6c-a39b-f007457038d8", "name": - "2022-11-17T16:45:12.127950+00:00", "local_images": [{"id": "7fde748b-5475-4d4a-90a9-34292d227fa3", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + System"}, "versions": [{"id": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "name": + "2023-04-13T13:05:23.543151+00:00", "local_images": [{"id": "15c5dd42-434b-49cf-a5b4-8bb3b5f9dc9d", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "8d8e561a-67ba-414d-9567-fdb9b70761da", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "80f07490-eda6-4402-9273-001d059f2f40", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "54dfc73a-2a0b-4ea0-8e8e-abe85357a6cc", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d202a177-e307-4fe4-8e33-c014f15e1988", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fc13535c-d2b6-4062-b4a6-e5b93fbbdf7a", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d579e95a-4c2c-4f37-b57e-c2fc22b87966", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6306e909-ba53-4bb7-898f-f425b95a2848", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "620b5307-1861-4c88-8938-1e45afc9d3f6", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:45:12.324670+00:00", - "modification_date": "2022-11-17T16:45:12.324670+00:00"}], "categories": ["distribution"], - "current_public_version": "16dda4a4-874a-4e6c-a39b-f007457038d8", "creation_date": - "2019-12-25T00:00:00+00:00", "modification_date": "2022-11-21T09:57:07.222778+00:00", - "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": - "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", - "description": "The CentOS Project is a community-driven free software effort - focused on delivering a robust open source ecosystem.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "7a9d2dd2-8885-4e04-ae1d-f65fce215129", "name": - "2022-11-17T16:48:46.637679+00:00", "local_images": [{"id": "c305004c-ade8-40e6-af45-dc4525257ac3", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fc1f0708-c8e3-4ceb-a36a-6f47765d4f60", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0f3bffff-c4c1-498c-a9f6-e2b6830f4731", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "3c513e6f-1cae-475b-94cd-c0804701ae86", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "63b021be-1ec3-4227-b34d-06c976074422", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d8d1b075-6f95-491f-ab8c-02f9f7ab6323", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1b4cbd6a-0d46-4b4f-ba45-1f5ef6645019", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3e454a77-0ff5-47b0-9c7a-cc4dca7acaeb", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "115db96c-08f3-470d-b677-b35327ad5c2b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "367609d6-5c49-41b5-8b9c-4cba7ccf12f2", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "98aceddf-c90f-4521-aa7b-93f942b5d2b5", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1dc52c29-d73a-453e-85d4-31721f832607", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cc3fb1b6-aa7b-4489-92b0-2c2ea7e937cd", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:05:23.795841+00:00", + "modification_date": "2023-04-13T13:05:23.795841+00:00"}], "categories": ["distribution"], + "current_public_version": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "creation_date": + "2019-12-25T00:00:00+00:00", "modification_date": "2023-04-13T14:37:49.401742+00:00", + "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": + "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", "name": + "2023-06-29T09:57:17.468268+00:00", "local_images": [{"id": "956a29a7-2a17-44c6-8ef5-5f570d94c2f4", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1f347698-54a2-487a-a75d-293d9abec730", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01c561be-a2de-4439-818c-70775b1d1f40", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "431011fb-f8f5-4a6a-b615-6685f5788fb9", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "42cf51c9-d9f3-412e-8551-e77d20d43166", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "183795aa-da22-466b-b4b4-c5249146a7df", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf8e4fec-34cf-4125-9b7a-2059b5af70c3", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e7fd5f3-347b-47fa-9028-700972a6d1d5", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "95c0036d-eb7e-4e03-9533-3ceb0ffc5519", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35511b10-8edc-4f24-865a-2f57cce489ca", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e5bee4a2-b567-4d4e-920a-af82d0d1e93c", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "c2834c20-7e0f-43b2-ab0b-0eeb617452cb", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "1c9e0239-991d-43fe-b20e-ba45efc4661b", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "eccb1827-d80e-48a5-a720-e25d1dee40ce", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:48:46.828176+00:00", - "modification_date": "2022-11-17T16:48:46.828176+00:00"}], "categories": ["distribution"], - "current_public_version": "7a9d2dd2-8885-4e04-ae1d-f65fce215129", "creation_date": - "2022-02-03T10:23:22.168515+00:00", "modification_date": "2022-11-21T09:57:17.844379+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "db73d6bd-1b22-4900-8d90-05f145602bca", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1c27bf2e-e0f2-418d-8386-6d1471a3f4a5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "41bf5f04-f17d-42dd-861a-dff0e06e30b3", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-29T09:57:17.630598+00:00", "modification_date": "2023-06-29T09:57:17.630598+00:00"}], + "categories": ["distribution"], "current_public_version": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", + "creation_date": "2022-02-03T10:23:22.168515+00:00", "modification_date": "2023-06-29T14:10:20.736043+00:00", "valid_until": null}, {"id": "cfb3fa01-6406-4be8-9e9d-29daee2582fa", "name": "Centos Stream 9", "label": "centos_stream_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", "description": "The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "2ceee207-3a2c-42ac-833b-2760f20ce03b", "name": - "2022-11-17T16:47:51.699634+00:00", "local_images": [{"id": "6695f67e-71e1-4318-9edc-d08bff594952", + System"}, "versions": [{"id": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", "name": + "2023-06-29T10:07:46.842172+00:00", "local_images": [{"id": "a37a9744-ac6d-40b0-bd7b-7b473f20cedd", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ee491158-8d0f-4876-ab99-2b5348de8cd7", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b2773ae9-a9dd-47b9-ad24-4d97b1b1eed7", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cda80574-04ff-4aca-9f1c-f859ffa64875", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fae5d87f-bc37-4553-85f3-4eb3e1da2764", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "a1c17bf1-a06a-4583-9b1b-a06683770752", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "896f4032-2a73-4fb7-ac73-329f13857d05", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e53a7dc2-6494-44af-99a4-a868b6b70d4c", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8e6cae1-831b-4037-ba14-776697be9c92", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1d97953e-2e41-4f8e-ae01-100aff3d5bc8", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "557bbec3-92f6-46e7-89ec-6e94103d9a93", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7c9fd020-325c-4e45-ac17-7d3b5cac02b3", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "cf0b870a-69d4-4dd8-acc2-9761e78fa4a4", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca9ac622-0aed-4086-9a0b-c2e9248e2de2", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eb701779-0c06-43e6-bd5b-73b8c454f9b1", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1c2a3d4c-1075-48cd-8e77-2742f5f4231e", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "25f462a2-dfa8-477d-9101-93490ddd52f7", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a0d52a18-7f42-4aa9-a85c-7dd316651180", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1713df9d-6844-49b3-8777-26124fe3f892", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "8a4f7aba-f27a-4b51-a141-f280ee4961e2", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6ff04b25-e431-4c9a-81ed-4671e8fbec14", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b73bd492-5561-4590-a7f6-c53abb4e64f3", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "2fd73917-bd8f-4ffa-8b14-69d9b9f15195", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:47:51.879817+00:00", "modification_date": "2022-11-17T16:47:51.879817+00:00"}], - "categories": ["distribution"], "current_public_version": "2ceee207-3a2c-42ac-833b-2760f20ce03b", - "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2022-11-21T09:57:27.226811+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "5d810c7c-3c72-4386-b42d-54628b5de7d2", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:07:47.008103+00:00", "modification_date": "2023-06-29T10:07:47.008103+00:00"}], + "categories": ["distribution"], "current_public_version": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", + "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2023-06-29T14:11:19.285552+00:00", "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": "Debian Buster", "label": "debian_buster", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", "description": "Debian is a free operating system, developed by thousands of volunteers from all over the world who collaborate via the Internet.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}, "versions": [{"id": "8bd9d92c-2b86-475e-9d3d-4f9b69b7c795", - "name": "2022-11-22T14:21:22.175009+00:00", "local_images": [{"id": "d03f9dd6-6329-4aed-ad61-1973efd27cac", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "51d60da2-7ae9-45e7-81d1-9fb56a6adab7", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "641b3cdd-c70c-41cc-9ff2-6e803b928f34", + Build System"}, "versions": [{"id": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "name": "2023-06-29T07:46:45.049258+00:00", "local_images": [{"id": "41820b40-c617-44c6-9aa9-3e2e37418c57", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "1934aaa0-a0bf-4725-b5b3-1adc9954424b", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5cca9d53-612a-4a59-be02-817d977dda64", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "c0ca9aad-3c45-4f50-be3d-ef33ea2dc0d2", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "45d675ba-4aba-4ef4-b84b-38ce66026598", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "116721d2-6af0-4d27-9505-2bbb26b63a92", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1761dcf5-4396-4a5d-8b28-7d7cb6dc72f5", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "d67ab43e-66f4-4bb6-a74c-3a770df970b7", "zone": "fr-par-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "d4fce070-82a6-4a6f-862f-19621c58cb97", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-22T14:21:22.304730+00:00", "modification_date": "2022-11-22T14:21:22.304730+00:00"}], - "categories": ["distribution"], "current_public_version": "8bd9d92c-2b86-475e-9d3d-4f9b69b7c795", - "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2022-11-22T15:03:29.064893+00:00", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "415590fd-87aa-40e8-9ac7-2c48d7f01c86", "zone": "pl-waw-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "3b627c40-ba4a-4033-af11-a3b0561951f5", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "9c27a3d8-afbb-4e5d-baab-0a3fecb389f3", "zone": "pl-waw-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", + "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", + "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", + "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], + "creation_date": "2023-06-29T07:46:45.164123+00:00", "modification_date": "2023-06-29T07:46:45.164123+00:00"}], + "categories": ["distribution"], "current_public_version": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2023-06-30T09:58:38.511682+00:00", "valid_until": null}, {"id": "213b02cb-3d8d-4967-ba8d-e5767a57574e", "name": "Debian Bullseye", "label": "debian_bullseye", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", "description": "Debian is a free operating system, developed by thousands of volunteers from all over the world who collaborate via the Internet.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}, "versions": [{"id": "0ccaf458-5010-4d32-9428-8886d09cac77", - "name": "2023-01-03T14:55:20.166057+00:00", "local_images": [{"id": "a0b8763a-0ea5-444c-8d97-5845937ca762", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c53df654-3a33-4128-abe3-cde02b1c597e", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + Build System"}, "versions": [{"id": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "name": "2023-06-28T15:21:25.828164+00:00", "local_images": [{"id": "e8c74314-08f6-45fb-97f2-5a795c16f3c0", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "91bf9223-162b-4206-b848-e7040b928488", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b99a058c-1429-4a24-8ef7-4c808cf75626", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c8ea2a51-6de7-49fa-887e-ba81530a5d70", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "34e7b029-8cb3-461b-a567-806d1db8bd7e", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b1a2f4e7-0efb-4986-a9b9-bca05a2d1658", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "047aaf03-4b4f-491a-8ee1-058de110587b", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "92de05f7-7bfa-4920-8fb6-035764ba1792", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8224b57a-623c-494e-9c46-1c32a4bef917", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "63ad2087-2ec4-4693-9b3e-57943905bb21", "zone": "pl-waw-1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bed9e25d-2413-4600-a94e-aa2bfa451697", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16a45a62-4404-4fd4-8dbb-b94bf717551b", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "33b4bac3-6547-49ec-9ff0-d3ad19b707c4", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a8dfb491-cb30-4542-a449-61991aa8c21e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "db754ae1-4be1-4f29-9df6-065f7d2e4ac5", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d40afcf-4667-4b24-a4bd-bf1b9579259c", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "013993be-ae2e-4d73-89dc-8f80c16efce7", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4023941a-6073-4622-af29-01f004853cb4", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "5ba4a284-4830-4d6e-90a1-0e683894c027", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b59b92fa-8cfc-465d-b129-273c8761f85d", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4d2f2c6c-2699-428d-8579-36e9968b4893", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T15:21:26.118028+00:00", "modification_date": "2023-06-28T15:21:26.118028+00:00"}], + "categories": ["distribution"], "current_public_version": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-06-29T14:05:14.561058+00:00", + "valid_until": null}, {"id": "fd6931c1-5326-4f8d-8fdf-57867b2830e3", "name": + "Debian 12 (Bookworm)", "label": "debian_bookworm", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "name": "2023-06-28T14:45:18.946075+00:00", "local_images": [{"id": "8b1e392c-120f-41bc-91af-3e27c04744e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "58288966-dbc5-471e-9571-583d86d9063f", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e724257-ee51-4241-b8f2-a44c740c2bce", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "57d304dc-4773-4f60-8d14-54af67bef846", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "933f9ee1-96f1-4c59-aaf7-d4b3a6e4d0f7", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3054897d-c068-4631-8088-f3f37d0abd9f", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO"]}, {"id": "03cf521d-6195-47a9-b885-8c03c76a1ec8", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "eebe6e8e-4c9f-4549-a759-e2188b872abe", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "285fadf3-6cd1-41dc-90e0-f25b029058e7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2023-01-03T14:55:20.305265+00:00", "modification_date": "2023-01-03T14:55:20.305265+00:00"}], - "categories": ["distribution"], "current_public_version": "0ccaf458-5010-4d32-9428-8886d09cac77", - "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-01-03T16:14:56.937558+00:00", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c710f82-39d3-43a1-b4f6-2e4beeefd67f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "227027f8-a48b-4de5-8543-5fc58da395a0", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d14bcc5b-af71-4bb6-b1d9-e052815186e4", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "dd9ac72d-25ff-4b66-979f-f408126d0de9", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "abbbdc2c-7c43-4668-a93b-d4c9960c4e3c", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "79461349-bffb-4de2-acb2-2a120fa0c2a4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aeb6ba5-c6fa-4afb-a79a-364e0370e250", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "89726ac1-eae7-45bb-8fa4-a9ba277eb0bf", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2fc51d68-cb88-4b0d-bd42-2fc4044edee9", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "7216cbc5-e77f-43a4-aae1-fafdee0c507a", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T14:45:19.109899+00:00", "modification_date": "2023-06-28T14:45:19.109899+00:00"}], + "categories": ["distribution"], "current_public_version": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "creation_date": "2023-06-05T14:20:04.240833+00:00", "modification_date": "2023-06-29T14:04:06.002485+00:00", "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": "Docker", "label": "docker", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/docker.png", "description": "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "80f14577-c821-44f2-aa51-fcd09ef74ccd", - "name": "2022-11-17T16:49:13.103479+00:00", "local_images": [{"id": "b9335185-d1bb-4904-adaf-da88c8e6c05b", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "aeaa9adb-f93e-482b-bb03-e402def75243", + "name": "2023-04-13T13:03:17.035176+00:00", "local_images": [{"id": "5c789fa0-3618-46b6-a484-6915a074cd1b", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b1895cdd-a79b-4f18-9644-e5ab2434be06", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "ef114000-7fe5-455c-afd1-714c15fdd3f3", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "822bd95d-39f5-4649-b9ac-1b23869fb5eb", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b6c5990a-ee1d-45b6-a9bc-15edb6f6d354", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9f945d00-71b9-436a-8a45-311babee406d", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "50ebcf47-39b5-4087-ad18-79f63b9fdc05", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "a0c05cf2-8805-412c-acb6-45d047773732", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "f50af9e3-8b75-4c63-b2e5-355a2404f6dd", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2d7d32fd-3c5c-4b5d-ab9a-6423741e6d4e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:49:13.211153+00:00", "modification_date": "2022-11-17T16:49:13.211153+00:00"}], - "categories": ["instantapp"], "current_public_version": "80f14577-c821-44f2-aa51-fcd09ef74ccd", - "creation_date": "2016-03-05T15:11:26.847640+00:00", "modification_date": "2022-11-21T09:58:41.216589+00:00", - "valid_until": null}, {"id": "198bbff7-c136-4b9c-9e28-8770df451fc1", "name": - "Fedora 35", "label": "fedora_35", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", - "description": "Fedora is a powerful, flexible operating system that includes - the best and latest datacenter technologies. It puts you in control of all your - infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "31585c5c-89c4-4d40-b67b-30df8c9c05db", - "name": "2022-11-17T16:48:45.209151+00:00", "local_images": [{"id": "6eb8eb90-f4eb-4524-8c7b-132954692086", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "78b02952-be83-4b4b-a77c-1ecec5356652", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b942360c-474e-4aeb-bba6-0654db24b259", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "eef28f31-d81d-4840-a589-9faacf79b3f4", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0a7c1075-086b-4b07-b285-84c6d55b544f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "31d638a6-f0e6-4cb5-8f6e-0053e75f073f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "f286c718-da0b-4da9-9702-87b20c95d8d7", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "29d7e427-2701-4032-8f69-e703f37712a2", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "157c5202-f71d-40d2-9cbe-08a11d0d6ab6", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b36109a9-942d-4982-8b41-48f6cfe6f0dc", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:48:45.372935+00:00", "modification_date": "2022-11-17T16:48:45.372935+00:00"}], - "categories": ["distribution"], "current_public_version": "31585c5c-89c4-4d40-b67b-30df8c9c05db", - "creation_date": "2021-11-15T16:12:25.586923+00:00", "modification_date": "2022-11-21T09:57:37.091043+00:00", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d8d51744-86c2-4389-884d-886a18ed76c4", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2425e8be-9e8f-460a-8adc-d711c4958ace", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:03:17.145319+00:00", + "modification_date": "2023-04-13T13:03:17.145319+00:00"}], "categories": ["instantapp"], + "current_public_version": "aeaa9adb-f93e-482b-bb03-e402def75243", "creation_date": + "2016-03-05T15:11:26.847640+00:00", "modification_date": "2023-04-13T14:34:48.199797+00:00", "valid_until": null}, {"id": "186859f6-0152-45dd-9eb8-21fc5e8d774e", "name": "Fedora 36", "label": "fedora_36", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "e06d0217-97b3-429d-b1cc-491470839b11", - "name": "2022-11-17T16:51:00.162538+00:00", "local_images": [{"id": "fbc91c1e-f386-43ce-9078-98c8f0026639", + "name": "Instances User Resources Build System"}, "versions": [{"id": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "name": "2023-04-13T13:03:38.692646+00:00", "local_images": [{"id": "b613de94-efde-49b0-84fd-18698da03450", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4e0d352b-c33b-43c9-8b10-6750b70f87ec", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6b76e0e1-f650-434a-b901-628a24807738", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "186cf8ac-3ba8-4be3-a420-e09a7a556269", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5ab8b0ba-e458-4a2d-b349-4c63cab96f08", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12256f5e-7577-421d-b13a-8e6f53c7656c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68532aae-1625-4a7a-ac48-b12426e1fbc4", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e55c488c-6ca3-41eb-875e-48f7babe1500", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "595da48b-750e-4745-a211-44926dabce33", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "375587da-52be-4149-8fff-1ffbc1b242b2", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "80d063d1-c022-4369-8e25-6578d0426e1c", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2023-04-13T13:03:38.803387+00:00", "modification_date": "2023-04-13T13:03:38.803387+00:00"}], + "categories": ["distribution"], "current_public_version": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2023-06-13T10:11:39.592521+00:00", + "valid_until": "2023-09-04T00:00:00+00:00"}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", + "name": "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "731bafdc-795e-4344-aad7-8b232d23cc0f", + "name": "2023-06-29T10:17:11.438863+00:00", "local_images": [{"id": "3d56b3aa-ca55-4ff7-845b-5f2202b21eab", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68350cc3-a832-425a-a52a-ca7b5d97521b", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "52493d0b-3449-44db-9a25-c2ee88098c20", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b05a4b23-2693-45a7-a687-d5bf95928558", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7056d038-70f4-4418-86de-9afa797b9bd4", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d290454-2c3f-4d54-8089-cc4959738517", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "edc71c21-e1d4-4d46-ac8a-25731a2ff0f7", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0d0882d-27cd-4efb-9b04-9b38c3831ea9", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2487c92c-112e-4433-9215-9c0b061aafa9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "425369d8-fc3b-4450-a51b-2e3204c13131", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9f13d0a-7e3b-40fc-8773-5cbb5657d3ef", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0231ee97-32f6-46b5-b32d-dec9bf617b93", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f6b68c40-119d-47af-be6a-6b1559f2fb93", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d23ab05e-75be-47db-847e-5ffabb133da0", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0dc025d-5c50-49f4-98a4-3d3453b64557", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ae60415d-2201-4bd8-9a5e-5c36c64a8aac", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "009edf9b-b397-4d1c-b536-2c69c2dc8972", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "1fc5e8e0-affe-469d-9fa9-e728aee39140", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T10:17:11.578826+00:00", + "modification_date": "2023-06-29T10:17:11.578826+00:00"}], "categories": ["distribution"], + "current_public_version": "731bafdc-795e-4344-aad7-8b232d23cc0f", "creation_date": + "2022-11-14T10:48:04.097063+00:00", "modification_date": "2023-06-29T14:14:33.960964+00:00", + "valid_until": null}, {"id": "dab3ed4b-5d6a-4b77-82e2-04405fd2a59e", "name": + "Fedora 38", "label": "fedora_38", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "name": "2023-06-29T10:24:48.965555+00:00", "local_images": [{"id": "4cf0e56a-bf45-4fa4-bd1e-2ddfb661119e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9fd921c1-2bca-427e-863d-28e8f6fde734", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35bcd438-3a67-4a78-ae27-0a27d23895bf", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8892b50e-0171-4f81-910c-831d58d1cb24", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c8a70187-6cca-4b99-9e2f-9c5b2670a1c2", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0866e42d-55ab-4a29-8f1c-2824cc714ccd", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "95b0b46d-1310-4202-92e2-c6ef8628fed8", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c06829c-5db9-4242-a704-3045fb5e9bb8", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "002b6925-99fd-4804-8f0b-41600a351d6f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1e54d3d2-2f47-49ab-b2f7-f0e5631c7fa9", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4b880c30-fb8d-4985-9c74-be6593741ff5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "07dde049-873d-40ba-a0a2-db2dd7e123c4", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "c4345c84-63dc-4455-a947-5ae8db254cd7", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "cac651c1-d44f-4cfd-9a0f-8e7791a275ec", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "380333c5-2a06-49a6-a7ac-15fe45be91b6", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12eb4550-6994-4e28-a63c-9a928e3a4f44", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1abdf7ab-5731-4bc6-997b-99fdea7d6609", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "16883b63-ec40-4eb6-8182-b0a95dc87672", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:24:49.126580+00:00", "modification_date": "2023-06-29T10:24:49.126580+00:00"}], + "categories": ["distribution"], "current_public_version": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "creation_date": "2023-04-18T07:53:13.621657+00:00", "modification_date": "2023-06-29T14:15:25.945175+00:00", + "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": + "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", + "description": "GitLab is a web-based Git repository manager with wiki and issue + tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", + "name": "2023-04-13T13:06:28.354726+00:00", "local_images": [{"id": "416e6290-b9dd-47f8-9a90-f07cb7fa0f1d", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d32b58a6-4424-41a2-8c2c-b1cc91c16bc6", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "69d37374-a0be-4143-8559-3ec34d53c22a", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0030922b-675e-4348-853f-4e4490c14ee9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "f3218106-0d24-4171-b500-30f219d989c0", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5ba6d6c9-8c39-4132-9004-912d5d663a06", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16622dfc-d69c-4c78-9462-1321f84ac750", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "31be45ba-d7c9-4c22-ac48-064139db7a35", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fe67f9bf-42ba-4f81-a592-50ee48a01a06", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "01d0cc75-9b4c-4d88-8560-5a0308a20c97", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:51:00.265339+00:00", "modification_date": "2022-11-17T16:51:00.265339+00:00"}], - "categories": ["distribution"], "current_public_version": "e06d0217-97b3-429d-b1cc-491470839b11", - "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2022-11-21T09:57:45.692658+00:00", - "valid_until": null}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", "name": - "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", - "description": "Fedora is a powerful, flexible operating system that includes - the best and latest datacenter technologies. It puts you in control of all your - infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "b6303d25-a15a-4402-ab40-be0ec7b1107c", - "name": "2022-11-17T16:50:43.496338+00:00", "local_images": [{"id": "c4f1c1bd-6e89-4c00-b96d-2dad297d2726", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e71db560-19bc-4dfe-9c84-84ae7e3a6809", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "234a15c1-e442-45af-9014-23d15954bf70", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "340f99c4-fe7d-4b8e-afe7-cea2c7dd3d3f", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04f3be3a-f6d1-41e7-9b63-7b1d2e3492a1", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "12745184-7955-4792-8399-cfb38e5f09af", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9c494a0b-3787-4ec4-8b8e-7a3e90ffdc63", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8d43f819-553b-4490-893b-cb82abeffb14", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bc79fdbd-f2d8-491e-a5d6-7e021cd683fe", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "77b94bfc-1db6-4f4d-9b08-971dac045d55", "zone": "par1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8369e2c9-6433-46db-9b8c-fe69e043d92e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "14f3da80-9ec2-4a12-a583-50275b3c6c16", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:50:43.622453+00:00", - "modification_date": "2022-11-17T16:50:43.622453+00:00"}], "categories": ["distribution"], - "current_public_version": "b6303d25-a15a-4402-ab40-be0ec7b1107c", "creation_date": - "2022-11-14T10:48:04.097063+00:00", "modification_date": "2022-11-21T10:14:57.440013+00:00", - "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": - "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", - "description": "GitLab is a web-based Git repository manager with wiki and issue - tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "5aaa1f5b-6b83-431a-b12c-57db770bfa78", - "name": "2022-11-18T10:02:54.423998+00:00", "local_images": [{"id": "98244fe8-83ce-4076-bddc-a613eb646b91", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:06:28.530554+00:00", + "modification_date": "2023-04-13T13:06:28.530554+00:00"}], "categories": ["instantapp"], + "current_public_version": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", "creation_date": + "2016-03-07T21:06:22.770864+00:00", "modification_date": "2023-04-13T14:32:36.692844+00:00", + "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": + "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", + "description": "Nextcloud is an open source, self-hosted file share and communication + platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": + "OCS"}, "versions": [{"id": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "name": + "2023-04-13T13:00:13.060943+00:00", "local_images": [{"id": "b1d51a36-38dc-4d65-873c-4fed3dbeb21e", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1fa73760-65fd-4350-85b4-1ffb203bcbfe", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b0d4d06c-f535-493f-b57c-e6379c4f18bc", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "220ab3a6-0b38-4d6c-864d-fd6feb8aa99c", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d0f5a66a-519a-401c-b96f-8f9b10e49552", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1ad486c3-d9c4-458e-90fe-4c8ed31adc7e", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5e2f22ec-d003-485f-bec2-9a5372f5f0e4", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0b54e819-1051-4a01-8026-053c2523c45d", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "31fd1cfc-27bd-4baf-86e9-df0beb72efb4", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cee6ae09-afdc-4286-bc93-98fdb214effe", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-18T10:02:54.554344+00:00", "modification_date": "2022-11-18T10:02:54.554344+00:00"}], - "categories": ["instantapp"], "current_public_version": "5aaa1f5b-6b83-431a-b12c-57db770bfa78", - "creation_date": "2016-03-07T21:06:22.770864+00:00", "modification_date": "2022-11-21T09:59:01.854428+00:00", - "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": - "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", - "description": "Nextcloud is an open source, self-hosted file share and communication - platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": - "OCS"}, "versions": [{"id": "36e53418-c1c9-49db-bc59-f6c87e2cb96f", "name": - "2022-11-17T16:53:39.941145+00:00", "local_images": [{"id": "c604583d-dd01-4edc-b3f5-7eb5d4596e61", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4ac5d79b-597b-4d05-a3d2-b3f44431bc2a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "671ccef0-003d-44fc-8da3-f4a8979482e3", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "69f87cf6-ed99-433c-b939-ce5883993150", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "30d1c545-c406-4515-83ab-f5224d4f95b6", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "54414b23-6028-4a9b-ba5f-98cca3e335e5", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "edae369a-f1ac-4054-8996-b95aa1b20846", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f3a31d98-0e04-45da-8246-de949f5615e4", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "e19a0ff7-bf8a-48ac-a50f-6de58a659035", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "1057097d-0a23-4480-9a34-566342fb3265", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9d1eec19-d016-49d4-bdfc-f141a1a4eb8e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f0de85a8-5c37-474b-b4c8-76a233bee055", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:53:40.112145+00:00", - "modification_date": "2022-11-17T16:53:40.112145+00:00"}], "categories": ["instantapp"], - "current_public_version": "36e53418-c1c9-49db-bc59-f6c87e2cb96f", "creation_date": - "2019-04-16T12:22:56.930842+00:00", "modification_date": "2022-11-21T09:58:50.824677+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:00:13.324444+00:00", + "modification_date": "2023-04-13T13:00:13.324444+00:00"}], "categories": ["instantapp"], + "current_public_version": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "creation_date": + "2019-04-16T12:22:56.930842+00:00", "modification_date": "2023-04-13T14:31:50.306200+00:00", "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": "OpenVPN", "label": "openvpn", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/openvpn.png", "description": "Surf the web in a secure and anonymous way with OpenVPN InstantApp.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "auth-team+ocs-organization@scaleway.com"}, - "versions": [{"id": "c07d4bc9-b947-4945-a739-78b7cda73bfa", "name": "2022-11-17T16:50:41.032881+00:00", - "local_images": [{"id": "c82757c7-a639-49a1-bd3a-5841a0da5931", "zone": "par1", + "versions": [{"id": "8c40dae0-21ad-4226-821a-aab4c6acae92", "name": "2023-04-13T12:54:17.348185+00:00", + "local_images": [{"id": "98cf2d5f-9268-4cc1-bc43-4ae9c9e66d75", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "7bb740d3-da25-4176-baec-41afe9f9a543", + "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "defab02d-b971-4418-8349-2a2da5740274", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ed92b3b8-9656-4937-9169-8484d153f9e3", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "5ba4b7be-5524-4a85-9008-b50360778c9b", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "75b23340-1d7f-4241-b28d-3773989ad833", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9ea9fd9c-a795-4de7-8cd2-ca21e04f6aa7", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "35da23b9-440b-44e3-bad2-143b60502a7d", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fd6124df-8f3a-40a0-92f0-9dc393f73186", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dfc57325-2ab1-4bd0-acb0-0f93ab55a8e2", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:50:41.148343+00:00", "modification_date": "2022-11-17T16:50:41.148343+00:00"}], - "categories": ["instantapp"], "current_public_version": "c07d4bc9-b947-4945-a739-78b7cda73bfa", - "creation_date": "2016-03-07T21:04:57.667667+00:00", "modification_date": "2022-11-21T09:58:29.002209+00:00", - "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": - "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", - "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, - production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "e484c070-4ca4-4b7f-b9bf-95002eaa1b4b", - "name": "2022-11-29T14:18:16.477053+00:00", "local_images": [{"id": "6f7ccf47-9a0c-4945-be70-c5d45a727688", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1a50ba7a-d691-4521-9837-b6c5e8be9ab4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "8a068922-add0-4f3c-9d41-01c081c63230", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4e8ef828-4e66-4271-9586-43f7cf01b60d", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d2828fd6-1d35-4140-9079-54e7025df877", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6edbe580-0eff-4ad9-a84c-b0265bb7b020", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "280b1c1f-f325-4fa4-b846-c47f11bb5704", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a60d4970-e050-4677-b54b-c0d395c56100", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bc843eea-b180-48a7-b612-a5dce497e7d4", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "61f02f4f-21f7-4f58-ab62-0a108bab2b22", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3867a1f9-b51a-48de-a2ec-f109dfac38a5", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6ba68330-d6d5-4b33-9a8c-5edbbd0d58eb", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T12:54:17.619668+00:00", + "modification_date": "2023-04-13T12:54:17.619668+00:00"}], "categories": ["instantapp"], + "current_public_version": "8c40dae0-21ad-4226-821a-aab4c6acae92", "creation_date": + "2016-03-07T21:04:57.667667+00:00", "modification_date": "2023-04-13T14:31:04.244508+00:00", + "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": + "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "069e4325-8cf4-43c3-a77b-0f3123591d66", + "name": "2023-06-29T09:39:16.385435+00:00", "local_images": [{"id": "a5c78b81-24b7-4395-bbee-13c30025f0e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "13e873b1-e6f9-4bef-8b49-de557aac831c", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "20ba6374-73b8-4251-ac85-d306cfb024ad", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a78bd672-e115-4d25-bcf5-5cf9e6b6a762", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8c623e56-1f67-4119-9781-89592bc67041", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "df94f587-fbd2-4dae-820e-e9707ddfa14b", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "500cece3-1b62-418a-850e-5ddb2946c447", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3bdf545b-109e-449e-9392-345c76943b6d", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "9604e9d3-536c-4084-ab42-3d97a5402559", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "67f8c3df-e5e8-4d5c-8ae4-981c376ce3f6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "816ef32f-a2ea-4aae-9a64-aa762abb02cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fd5f7b3c-7e36-42d4-a073-ab5406b8e3a4", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5c5eb9c7-7c5e-4993-91ef-84e201038089", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "731f1363-44d1-42d9-91f7-634a151feae5", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b73f5ac6-ffcc-4e9e-99b6-a98697b00236", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "88fabf01-fa8c-4923-866e-736791660ce8", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "581f3d90-c26c-426c-880b-853c276ce63c", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "15666542-96e3-49c6-a118-66c98bbe5220", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-29T14:18:16.622536+00:00", - "modification_date": "2022-11-29T14:18:16.622536+00:00"}], "categories": ["distribution"], - "current_public_version": "e484c070-4ca4-4b7f-b9bf-95002eaa1b4b", "creation_date": - "2021-06-25T10:16:16.254240+00:00", "modification_date": "2022-12-06T10:11:34.316020+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:39:16.526639+00:00", + "modification_date": "2023-06-29T09:39:16.526639+00:00"}], "categories": ["distribution"], + "current_public_version": "069e4325-8cf4-43c3-a77b-0f3123591d66", "creation_date": + "2021-06-25T10:16:16.254240+00:00", "modification_date": "2023-06-29T14:12:30.201206+00:00", "valid_until": null}, {"id": "589c35a9-20ce-4ed9-92d7-16dc061be52b", "name": "Rocky Linux 9", "label": "rockylinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "7bb95ba7-2fda-40fc-bbfd-c1f49b8f4256", - "name": "2022-11-30T15:54:13.903499+00:00", "local_images": [{"id": "dd6fdc4c-953e-4e7d-965a-4bcbe8a0d047", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b148adb0-d8cc-4f0d-9dd3-04ec429eff79", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "name": "Instances User Resources Build System"}, "versions": [{"id": "953252d3-e46d-4023-9826-2324cda1afc2", + "name": "2023-06-29T09:26:03.468030+00:00", "local_images": [{"id": "a19a36d8-5ebe-4d2b-9f58-90b8bbce17d6", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "09ade2e5-f514-4336-b062-a9c0cbf15dca", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "209274a6-40fe-4b14-a726-d3c335f2bdfc", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e2dbe3d9-8964-4b9a-b0bd-c00a446a0012", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b2384e5e-5e57-49c9-b2cf-bb08905490f1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2c0b83f0-d1b1-4d28-940d-bef8e96132e8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "cc15164e-15e6-4554-a6b6-456cc0d3dce2", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ea5270d9-4e79-4b29-8b3a-376c4eae428c", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "4236937e-76f3-4707-8479-45e95164b30e", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "70d21764-e8ff-4613-9f54-c0f0b65550a1", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6c46eac5-a11b-44fb-ae63-881a71d44587", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "17d626d7-12c9-4ef4-a3d9-590b4671ed6e", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "89673e08-73f0-44c3-87d9-9a2102cc77be", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "17b61a58-f6d2-4af1-865c-f1f196037f20", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bac260d6-5bab-48f1-9568-bec01eb45010", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca0faa90-8027-428b-9122-4599658e2b51", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eca7a69d-87bc-4b93-a0c3-64ddc0fc1928", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "e4bf982d-ad3c-49fd-81a9-116ca137e472", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "df3420cf-cff2-424f-a80c-0e787e62712a", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ffccb476-ad09-4248-a02d-3cb57979842b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "f618f702-d74b-47fc-a028-cc9a99335602", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}], "creation_date": "2022-11-30T15:54:13.549572+00:00", - "modification_date": "2022-11-30T15:54:13.549572+00:00"}], "categories": ["distribution"], - "current_public_version": "7bb95ba7-2fda-40fc-bbfd-c1f49b8f4256", "creation_date": - "2022-08-24T09:26:33.639016+00:00", "modification_date": "2022-12-06T10:11:21.937145+00:00", - "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": - "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aca8ad0-26a5-4149-ad02-f35893b0008a", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "435c4943-ff9e-4b43-be94-060a2c9afcf8", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:26:03.618422+00:00", "modification_date": "2023-06-29T09:26:03.618422+00:00"}], + "categories": ["distribution"], "current_public_version": "953252d3-e46d-4023-9826-2324cda1afc2", + "creation_date": "2022-08-24T09:26:33.639016+00:00", "modification_date": "2023-06-29T14:13:34.171849+00:00", + "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": + "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu Server helps you make the most of your infrastructure.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "619d9782-6d41-4e46-8fa5-bab5de130d81", "name": - "2022-11-17T16:53:42.203544+00:00", "local_images": [{"id": "e302d72e-bd63-4683-8c34-10e1f3365500", + System"}, "versions": [{"id": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", "name": + "2023-06-28T12:47:17.053281+00:00", "local_images": [{"id": "aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "82a3876e-72b9-40bc-bc12-24e3f861d013", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "af73ec15-9e43-4253-96a2-78eb6ba276e6", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0824cbe3-503f-4190-b1b9-46be6e088fb3", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "02ed6bd0-8681-4214-bcd2-fb7461ecfe3b", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f4c150c4-e242-4816-954a-4ea4cc2a7a43", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "04f966d7-b922-4893-b11e-01c311381db1", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18a8a317-e3b2-461d-b959-06a7b8ae273b", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "77fcdd77-a6da-435f-8908-67abbc471b99", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "76c27afa-28dd-4065-aeba-e420719e6c41", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "4119226c-f586-470e-895d-31f72064d6c7", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5b51710c-e543-47b5-92d2-a68a83cefbe9", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c537273-d37f-42ab-adf2-bae972e07d37", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "48c7a6f9-8cc2-48a0-94f1-393cc5905de0", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "84f39b4e-03c3-45a5-8b2b-7d8918d66188", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0cc62d87-d5fd-480f-86f9-1ffe49247d05", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "59af3dbe-b76b-4da7-9359-2d1abb4e56b8", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d33bbc82-6982-4a2c-a674-8e90ee6aa151", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8683cd46-d4d8-46b3-be4d-13049c688d11", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "69782bbc-a0bd-4a23-9c45-8057be9b9b90", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T12:47:17.220902+00:00", "modification_date": "2023-06-28T12:47:17.220902+00:00"}], + "categories": ["distribution"], "current_public_version": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", + "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2023-06-29T14:02:35.072612+00:00", + "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": + "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "3e21d063-d260-4edd-ac23-9e4539602bd5", "name": + "2023-06-28T11:49:42.473783+00:00", "local_images": [{"id": "d3b9cc2d-37a2-46e8-918e-2443e7a1caab", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "915cb204-e4b8-458e-9408-967a25a86f47", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fd8120c0-7668-4e15-b283-3107d982d448", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0fef81ad-0411-4cba-abcb-15bd6a7f9879", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b4cde7dd-c898-42fe-a00e-e61c93dc0596", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "d28835dd-2588-4e20-aab6-1bd28b22781e", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "6e85d38e-c6bd-4013-81a9-72f959220fe6", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4397c580-63d0-4131-bf4d-def7fc286ddb", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b7e4f8a1-45f5-40f3-87bf-5e0c17ad359f", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01cd69e9-998f-46c4-867b-c0cad16fff4a", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "313b34d5-f99b-474e-b5ba-a2080be559d2", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d456e704-9e78-4116-8b82-83d01428804a", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "7b15abd5-2b9d-4447-9693-b14c88469f7f", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c800fe16-e589-42f0-b05b-ee4f077936f8", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "e4e82e3f-4fff-4468-abb0-32e82278059a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4858f8e6-fdfd-42a7-89f3-c7acc5f151d8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf3edcaf-333e-4ebd-8b33-ebc23964339d", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "483699e6-b30b-4d31-941e-e0a7e617c212", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "37928e4b-ca24-4c97-8b7d-edcc9bb4e1b4", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-28T11:49:42.675609+00:00", "modification_date": "2023-06-28T11:49:42.675609+00:00"}], + "categories": ["distribution"], "current_public_version": "3e21d063-d260-4edd-ac23-9e4539602bd5", + "creation_date": "2022-04-07T13:35:54.966630+00:00", "modification_date": "2023-06-29T14:01:03.769090+00:00", + "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": + "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "name": + "2023-04-13T12:47:26.451219+00:00", "local_images": [{"id": "fe177b1f-c067-45f3-84a6-5aefd68f7f77", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b2338ae2-f6a6-472e-814a-012a39169f76", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "a6b6f98b-c3c1-4eb0-90d8-858d36086f51", "zone": "fr-par-3", "arch": "x86_64", + "c128aa85-0cf6-48e1-8d32-660b9f1fc9be", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:53:42.348148+00:00", - "modification_date": "2022-11-17T16:53:42.348148+00:00"}], "categories": ["distribution"], - "current_public_version": "619d9782-6d41-4e46-8fa5-bab5de130d81", "creation_date": - "2018-04-27T14:07:25.221998+00:00", "modification_date": "2022-11-21T09:55:29.947561+00:00", - "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": - "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu - Server helps you make the most of your infrastructure.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "af621159-ff5f-4509-86fa-c6d0986fd8ce", "name": - "2022-11-17T16:51:31.715454+00:00", "local_images": [{"id": "d318f34b-1044-482a-afe3-1be349690a13", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "9718dbf0-b714-48c7-b489-569471fe0ed4", "zone": "nl-ams-2", "arch": "x86_64", + "3bcf8475-dcd1-43ad-aabd-c7af51f4805a", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "498d8681-885d-47b8-b2d0-7f57a117787f", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9ffd49dd-f620-4ee4-91a2-65028ebbe1b5", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "aa69a458-46ae-4ea4-b34a-a2d083f52258", "zone": "pl-waw-1", "arch": "x86_64", + "3bb18d01-6f5e-4648-b524-70cc241e9686", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "93b28169-0ac5-422e-99f5-2d03af0ede21", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "55e9cd84-1a80-48ef-a3fb-3c2a2d13e164", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "73f3e83e-656c-4645-b87a-2093bcd9f560", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "ace23dcf-3de5-4d57-aa2b-0d5457c34abc", - "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "f8f3a701-58fd-45a7-8e10-4c849caa294e", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", + "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "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"]}], "creation_date": "2023-04-13T12:47:26.676017+00:00", + "modification_date": "2023-04-13T12:47:26.676017+00:00"}], "categories": ["distribution"], + "current_public_version": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "creation_date": + "2018-04-27T14:07:25.221998+00:00", "modification_date": "2023-06-13T10:16:17.332319+00:00", + "valid_until": "2023-10-16T00:00:00+00:00"}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", + "name": "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": + "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": + "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4670b9fc-560f-4216-9804-100fac8f4440", + "name": "2023-07-11T14:36:08.637363+00:00", "local_images": [{"id": "620308d0-3c3a-49ca-9336-4933e5bd4073", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "86ee67f8-5f28-45f3-8344-a171bb0d84ec", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "8319423f-497e-46cf-94ee-8490f0c220cc", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "28a3fc1e-bd0f-4809-9973-b9d46434ef3f", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "15ca7a2d-530d-4b8e-9478-f25e64782c78", "zone": "nl-ams-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "7fc05de1-7cd4-44b3-ba67-8dccf156b90d", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "07e6223c-7d92-43b9-ad60-b3db712d026a", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "8cc9fb41-e855-46c4-98b8-a8a10e9a5d57", "zone": "pl-waw-1", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], + "creation_date": "2023-07-11T14:36:08.816277+00:00", "modification_date": "2023-07-11T14:36:08.816277+00:00"}], + "categories": ["Machine Learning"], "current_public_version": "4670b9fc-560f-4216-9804-100fac8f4440", + "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2023-07-11T14:53:48.664201+00:00", + "valid_until": null}, {"id": "a6c68db3-5613-4b08-acaa-2c92d8baf26c", "name": + "Ubuntu Jammy GPU OS 12", "label": "ubuntu_jammy_gpu_os_12", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu 22.04 Jammy Jellyfish for Nvidia GPU and Machine Learning + (GPU passthrough)", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "010dea1d-852b-4192-bccd-038718d3487e", + "name": "2023-07-11T14:51:29.720136+00:00", "local_images": [{"id": "e250a24c-befd-471c-b068-4e1a62b8f0ac", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "076b7bbf-874a-4147-a6d4-d0120c49ad01", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "b15bd6fe-ada7-470e-a4a5-ef75ee5e7aec", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "adfb1952-8622-46ab-a6c8-a45ab5c97d80", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "1c794802-8656-4e98-b571-2ba7a97a97d4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "a27bd829-b242-4caf-92a2-a89101066e57", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "73a04b4f-61b0-4760-b6b0-b55e01d6adb6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "da2d2d6d-758b-4085-91ce-30dd2546a2eb", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}], "creation_date": "2023-07-11T14:51:29.881721+00:00", + "modification_date": "2023-07-11T14:51:29.881721+00:00"}], "categories": ["Machine + Learning"], "current_public_version": "010dea1d-852b-4192-bccd-038718d3487e", + "creation_date": "2023-01-20T14:30:57.496021+00:00", "modification_date": "2023-07-11T14:53:44.790537+00:00", + "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": + "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", + "description": "WordPress is the most popular web software you can use to create + a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "08baf82b-82b8-4450-b545-c2fbfd4d6135", + "name": "2023-04-13T13:48:44.450791+00:00", "local_images": [{"id": "af715cfb-e95f-42bf-b308-eedc91ae4806", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:51:31.816100+00:00", "modification_date": "2022-11-17T16:51:31.816100+00:00"}], - "categories": ["distribution"], "current_public_version": "af621159-ff5f-4509-86fa-c6d0986fd8ce", - "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2022-11-21T09:55:20.580470+00:00", - "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": - "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu - Server helps you make the most of your infrastructure.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "00d8b256-56bb-4c5a-b35f-253737cf8482", "name": - "2022-11-17T16:54:03.336813+00:00", "local_images": [{"id": "dbe4451b-e6c1-47af-9edd-cd74518c9c53", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9be223b-f639-4ed9-83f0-ee911be052de", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0270ff00-34e3-4409-86e3-510fc862cd99", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "106fb341-213f-4802-bec4-cb9cd4866678", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1927920a-520f-4712-9a56-11d7cbbe43be", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "3f9ace44-c310-4a9e-b28f-960b9c7fc848", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "bf874512-9df1-4efb-85ff-41cd6f0f5b9a", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2406e707-b3cc-4721-9e7d-293ecec7dcf8", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "544f0add-626b-4e4f-8a96-79fa4414d99a", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "c2c1b543-14b9-4a1a-a60c-99eff48fd0c0", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:54:03.432631+00:00", - "modification_date": "2022-11-17T16:54:03.432631+00:00"}], "categories": ["distribution"], - "current_public_version": "00d8b256-56bb-4c5a-b35f-253737cf8482", "creation_date": - "2022-04-07T13:35:54.966630+00:00", "modification_date": "2022-11-21T09:52:44.381782+00:00", - "valid_until": null}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", "name": - "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", - "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances - User Resources Build System"}, "versions": [{"id": "5cff6a19-a5e0-46bb-bcbc-4942c836ca46", - "name": "2022-09-15T19:11:26.000595+00:00", "local_images": [{"id": "d22f119d-400b-4792-9d2c-985be3fe0a2b", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", - "GPU-3070-S"]}, {"id": "04ac2de1-2c99-4cf8-a533-ea92e7809d32", "zone": "fr-par-2", - "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], - "creation_date": "2022-09-15T19:11:26.061606+00:00", "modification_date": "2022-09-15T19:11:26.061606+00:00"}], - "categories": ["Machine Learning"], "current_public_version": "5cff6a19-a5e0-46bb-bcbc-4942c836ca46", - "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2022-09-19T14:10:37.648361+00:00", - "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": - "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", - "description": "WordPress is the most popular web software you can use to create - a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "49917541-e725-478f-9ed3-866bb71215fc", - "name": "2022-11-17T16:54:23.010448+00:00", "local_images": [{"id": "8640db59-ce11-466f-9124-cfe85e57c03c", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "28357650-c47f-4bd2-8589-0cb4923c0f58", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c28c8c9d-1b46-4712-8aba-3f2737dda564", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5affe637-67dd-475e-aaa3-eb4a11530270", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c0ba4cb-6286-4220-9e28-de57042c6812", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "e28a34cf-3118-47bf-9c5c-40419ce519d5", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "60e8d7b5-1d50-4934-a1fb-708025031d48", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9490b6b4-92cb-4c9e-abfc-1cee6187ee29", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6d79accc-3d62-4ae1-98c7-20f6f1164438", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8ce328f-25c2-4e59-be52-1572e3c4f769", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7237cd6a-fcc0-4d51-a268-57561c295323", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "6c17a18f-ea38-488f-bd91-76ca33e4e11f", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:54:23.150832+00:00", "modification_date": "2022-11-17T16:54:23.150832+00:00"}], - "categories": ["instantapp"], "current_public_version": "49917541-e725-478f-9ed3-866bb71215fc", - "creation_date": "2016-03-07T21:03:59.783534+00:00", "modification_date": "2022-11-21T09:58:15.549240+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:48:44.619998+00:00", + "modification_date": "2023-04-13T13:48:44.619998+00:00"}], "categories": ["instantapp"], + "current_public_version": "08baf82b-82b8-4450-b545-c2fbfd4d6135", "creation_date": + "2016-03-07T21:03:59.783534+00:00", "modification_date": "2023-04-13T14:40:21.433436+00:00", "valid_until": null}]}' + form: {} headers: - Content-Length: - - "97833" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v1/images?page=1 + method: GET + response: + body: '{"images": [{"id": "0d3a22da-c634-45d6-a7dd-aff402f88b0c", "name": "AlmaLinux + 8", "label": "almalinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", + "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux + distribution, governed and driven by the community, focused on long-term stability + and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "name": "2023-06-29T09:17:23.982691+00:00", "local_images": [{"id": "50ad9f02-586c-4ce6-aae5-c2ae4e687021", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4123241-e07a-4877-a09f-6f804742a081", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "24b05c4e-13e9-4fe2-a839-9fe5b9e0b002", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "38a30800-4dbd-4183-b07d-14647c0d4eb5", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "550e1808-4e7c-473a-a16e-1142269c6ae1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f87135aa-8b0f-4846-9a89-11aabd57ec18", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ef08caab-fe05-4d83-b2eb-8ba2fafa0596", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "5d8cbe91-5d6a-4567-9945-6ba0bc549d83", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "225be2ef-8336-416f-8ff5-c4a205fdc53f", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4e8dfbe-274f-478d-9cd9-d90c5a717868", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ea78a3d8-37e6-4c38-9ce9-c1b055d406c7", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b9e99ca7-7732-4e8d-984e-de0487e6804c", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c2809848-2c32-4f7f-9bc3-ba44e7475cbe", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "00543f35-3daf-4239-a659-bf50e709faa6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f5e2b4a2-526e-416c-9e1f-0fe2225340da", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8dddccf4-519a-49b1-9e0d-b8a18cddd1ba", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e6a64b94-17aa-4efe-85c3-e444c477a7d9", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "6723f63f-7d7d-476d-be2d-69c808b9fc4b", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:17:24.171542+00:00", "modification_date": "2023-06-29T09:17:24.171542+00:00"}], + "categories": ["distribution"], "current_public_version": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2023-06-29T14:07:54.806379+00:00", + "valid_until": null}, {"id": "486ead23-9656-41d1-aa74-a5a780b2ae1b", "name": + "AlmaLinux 9", "label": "almalinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", + "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux + distribution, governed and driven by the community, focused on long-term stability + and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", + "name": "2023-06-29T09:45:27.412270+00:00", "local_images": [{"id": "de5289bb-b393-4424-8495-fa2f1b4a4d01", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04b69e61-fabb-4eac-8ca3-7ec7a06d12bb", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9a43ba5d-d408-4d85-8a09-e92257d295b2", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18204720-d974-4c85-8a9c-4dfb3ed40622", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b35cc74f-0630-4bd4-8484-9acab5304dce", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "426862b8-cbec-48ff-a2bb-27caee1163b5", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9f77358-33f7-43f9-857a-c74f08cf75cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0236f4af-ca6a-4b3f-803d-783cecf01ea1", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f2fdd63b-d8b5-46ec-9b75-6d5c336dcc2c", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dc8fd812-41d2-46e9-ab6b-1894fc8d0178", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a16b377a-c519-437e-8533-b95811560e92", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b0689ed5-72d8-47af-8eb1-345e5b306ce8", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "f77aaa49-4bf7-4f46-9d64-6777e7522609", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b6301465-3271-4eaa-ae6f-78492de6cc0d", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fa7922c1-135a-42e1-b52d-9f74843bc9f1", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a7297a98-c043-4d10-920c-773fc14c4254", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "6b7e8c57-b5c6-4cf6-a648-93030310e978", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "ab25c2cd-16ba-41e1-9fa0-35bc3f5d0c55", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:45:27.559431+00:00", + "modification_date": "2023-06-29T09:45:27.559431+00:00"}], "categories": ["distribution"], + "current_public_version": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", "creation_date": + "2022-08-24T09:21:26.315925+00:00", "modification_date": "2023-06-29T14:09:33.950229+00:00", + "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": + "Arch Linux", "label": "arch_linux", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/archlinux.png", + "description": "Arch Linux is an independently developed Linux distribution + versatile enough to suit any role.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", + "name": "2022-01-24T16:08:58.141740+00:00", "local_images": [{"id": "b57ecf7e-5b57-4ad7-8a57-30584aeb4c26", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", + "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", + "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", + "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6d6ca8b3-7547-485b-a7c5-06fb42fe1c17", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], + "categories": ["distribution"], "current_public_version": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", + "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2022-01-26T12:54:47.557608+00:00", + "valid_until": null}, {"id": "dc947de3-ddc7-4056-bc35-d51a316ebbb4", "name": + "CentOS 7.9", "label": "centos_7.9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "name": + "2023-04-13T13:05:23.543151+00:00", "local_images": [{"id": "15c5dd42-434b-49cf-a5b4-8bb3b5f9dc9d", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "54dfc73a-2a0b-4ea0-8e8e-abe85357a6cc", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d579e95a-4c2c-4f37-b57e-c2fc22b87966", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fc1f0708-c8e3-4ceb-a36a-6f47765d4f60", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "63b021be-1ec3-4227-b34d-06c976074422", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3e454a77-0ff5-47b0-9c7a-cc4dca7acaeb", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "98aceddf-c90f-4521-aa7b-93f942b5d2b5", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1dc52c29-d73a-453e-85d4-31721f832607", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cc3fb1b6-aa7b-4489-92b0-2c2ea7e937cd", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:05:23.795841+00:00", + "modification_date": "2023-04-13T13:05:23.795841+00:00"}], "categories": ["distribution"], + "current_public_version": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "creation_date": + "2019-12-25T00:00:00+00:00", "modification_date": "2023-04-13T14:37:49.401742+00:00", + "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": + "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", "name": + "2023-06-29T09:57:17.468268+00:00", "local_images": [{"id": "956a29a7-2a17-44c6-8ef5-5f570d94c2f4", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1f347698-54a2-487a-a75d-293d9abec730", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01c561be-a2de-4439-818c-70775b1d1f40", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "431011fb-f8f5-4a6a-b615-6685f5788fb9", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "42cf51c9-d9f3-412e-8551-e77d20d43166", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "183795aa-da22-466b-b4b4-c5249146a7df", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf8e4fec-34cf-4125-9b7a-2059b5af70c3", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e7fd5f3-347b-47fa-9028-700972a6d1d5", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "95c0036d-eb7e-4e03-9533-3ceb0ffc5519", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35511b10-8edc-4f24-865a-2f57cce489ca", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e5bee4a2-b567-4d4e-920a-af82d0d1e93c", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "c2834c20-7e0f-43b2-ab0b-0eeb617452cb", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "1c9e0239-991d-43fe-b20e-ba45efc4661b", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "eccb1827-d80e-48a5-a720-e25d1dee40ce", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "db73d6bd-1b22-4900-8d90-05f145602bca", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1c27bf2e-e0f2-418d-8386-6d1471a3f4a5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "41bf5f04-f17d-42dd-861a-dff0e06e30b3", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-29T09:57:17.630598+00:00", "modification_date": "2023-06-29T09:57:17.630598+00:00"}], + "categories": ["distribution"], "current_public_version": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", + "creation_date": "2022-02-03T10:23:22.168515+00:00", "modification_date": "2023-06-29T14:10:20.736043+00:00", + "valid_until": null}, {"id": "cfb3fa01-6406-4be8-9e9d-29daee2582fa", "name": + "Centos Stream 9", "label": "centos_stream_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", "name": + "2023-06-29T10:07:46.842172+00:00", "local_images": [{"id": "a37a9744-ac6d-40b0-bd7b-7b473f20cedd", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ee491158-8d0f-4876-ab99-2b5348de8cd7", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b2773ae9-a9dd-47b9-ad24-4d97b1b1eed7", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cda80574-04ff-4aca-9f1c-f859ffa64875", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fae5d87f-bc37-4553-85f3-4eb3e1da2764", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "a1c17bf1-a06a-4583-9b1b-a06683770752", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "896f4032-2a73-4fb7-ac73-329f13857d05", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e53a7dc2-6494-44af-99a4-a868b6b70d4c", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8e6cae1-831b-4037-ba14-776697be9c92", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1d97953e-2e41-4f8e-ae01-100aff3d5bc8", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "557bbec3-92f6-46e7-89ec-6e94103d9a93", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7c9fd020-325c-4e45-ac17-7d3b5cac02b3", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "cf0b870a-69d4-4dd8-acc2-9761e78fa4a4", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca9ac622-0aed-4086-9a0b-c2e9248e2de2", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eb701779-0c06-43e6-bd5b-73b8c454f9b1", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a0d52a18-7f42-4aa9-a85c-7dd316651180", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b73bd492-5561-4590-a7f6-c53abb4e64f3", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "5d810c7c-3c72-4386-b42d-54628b5de7d2", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:07:47.008103+00:00", "modification_date": "2023-06-29T10:07:47.008103+00:00"}], + "categories": ["distribution"], "current_public_version": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", + "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2023-06-29T14:11:19.285552+00:00", + "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": + "Debian Buster", "label": "debian_buster", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "name": "2023-06-29T07:46:45.049258+00:00", "local_images": [{"id": "41820b40-c617-44c6-9aa9-3e2e37418c57", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "c0ca9aad-3c45-4f50-be3d-ef33ea2dc0d2", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "45d675ba-4aba-4ef4-b84b-38ce66026598", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "d67ab43e-66f4-4bb6-a74c-3a770df970b7", "zone": "fr-par-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "d4fce070-82a6-4a6f-862f-19621c58cb97", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "415590fd-87aa-40e8-9ac7-2c48d7f01c86", "zone": "pl-waw-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "3b627c40-ba4a-4033-af11-a3b0561951f5", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "9c27a3d8-afbb-4e5d-baab-0a3fecb389f3", "zone": "pl-waw-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", + "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", + "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", + "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], + "creation_date": "2023-06-29T07:46:45.164123+00:00", "modification_date": "2023-06-29T07:46:45.164123+00:00"}], + "categories": ["distribution"], "current_public_version": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2023-06-30T09:58:38.511682+00:00", + "valid_until": null}, {"id": "213b02cb-3d8d-4967-ba8d-e5767a57574e", "name": + "Debian Bullseye", "label": "debian_bullseye", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "name": "2023-06-28T15:21:25.828164+00:00", "local_images": [{"id": "e8c74314-08f6-45fb-97f2-5a795c16f3c0", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "91bf9223-162b-4206-b848-e7040b928488", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "34e7b029-8cb3-461b-a567-806d1db8bd7e", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b1a2f4e7-0efb-4986-a9b9-bca05a2d1658", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "047aaf03-4b4f-491a-8ee1-058de110587b", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "92de05f7-7bfa-4920-8fb6-035764ba1792", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8224b57a-623c-494e-9c46-1c32a4bef917", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "63ad2087-2ec4-4693-9b3e-57943905bb21", "zone": "pl-waw-1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bed9e25d-2413-4600-a94e-aa2bfa451697", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16a45a62-4404-4fd4-8dbb-b94bf717551b", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a8dfb491-cb30-4542-a449-61991aa8c21e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "db754ae1-4be1-4f29-9df6-065f7d2e4ac5", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d40afcf-4667-4b24-a4bd-bf1b9579259c", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "013993be-ae2e-4d73-89dc-8f80c16efce7", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4023941a-6073-4622-af29-01f004853cb4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b59b92fa-8cfc-465d-b129-273c8761f85d", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4d2f2c6c-2699-428d-8579-36e9968b4893", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T15:21:26.118028+00:00", "modification_date": "2023-06-28T15:21:26.118028+00:00"}], + "categories": ["distribution"], "current_public_version": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-06-29T14:05:14.561058+00:00", + "valid_until": null}, {"id": "fd6931c1-5326-4f8d-8fdf-57867b2830e3", "name": + "Debian 12 (Bookworm)", "label": "debian_bookworm", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "name": "2023-06-28T14:45:18.946075+00:00", "local_images": [{"id": "8b1e392c-120f-41bc-91af-3e27c04744e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "58288966-dbc5-471e-9571-583d86d9063f", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e724257-ee51-4241-b8f2-a44c740c2bce", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "57d304dc-4773-4f60-8d14-54af67bef846", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "933f9ee1-96f1-4c59-aaf7-d4b3a6e4d0f7", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3054897d-c068-4631-8088-f3f37d0abd9f", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO"]}, {"id": "03cf521d-6195-47a9-b885-8c03c76a1ec8", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "285fadf3-6cd1-41dc-90e0-f25b029058e7", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c710f82-39d3-43a1-b4f6-2e4beeefd67f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "227027f8-a48b-4de5-8543-5fc58da395a0", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d14bcc5b-af71-4bb6-b1d9-e052815186e4", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "dd9ac72d-25ff-4b66-979f-f408126d0de9", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "abbbdc2c-7c43-4668-a93b-d4c9960c4e3c", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "79461349-bffb-4de2-acb2-2a120fa0c2a4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aeb6ba5-c6fa-4afb-a79a-364e0370e250", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "89726ac1-eae7-45bb-8fa4-a9ba277eb0bf", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2fc51d68-cb88-4b0d-bd42-2fc4044edee9", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "7216cbc5-e77f-43a4-aae1-fafdee0c507a", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T14:45:19.109899+00:00", "modification_date": "2023-06-28T14:45:19.109899+00:00"}], + "categories": ["distribution"], "current_public_version": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "creation_date": "2023-06-05T14:20:04.240833+00:00", "modification_date": "2023-06-29T14:04:06.002485+00:00", + "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": + "Docker", "label": "docker", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/docker.png", + "description": "Docker is an open platform for developers and sysadmins to build, + ship, and run distributed applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "aeaa9adb-f93e-482b-bb03-e402def75243", + "name": "2023-04-13T13:03:17.035176+00:00", "local_images": [{"id": "5c789fa0-3618-46b6-a484-6915a074cd1b", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "822bd95d-39f5-4649-b9ac-1b23869fb5eb", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "50ebcf47-39b5-4087-ad18-79f63b9fdc05", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2d7d32fd-3c5c-4b5d-ab9a-6423741e6d4e", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "78b02952-be83-4b4b-a77c-1ecec5356652", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0a7c1075-086b-4b07-b285-84c6d55b544f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "157c5202-f71d-40d2-9cbe-08a11d0d6ab6", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d8d51744-86c2-4389-884d-886a18ed76c4", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2425e8be-9e8f-460a-8adc-d711c4958ace", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:03:17.145319+00:00", + "modification_date": "2023-04-13T13:03:17.145319+00:00"}], "categories": ["instantapp"], + "current_public_version": "aeaa9adb-f93e-482b-bb03-e402def75243", "creation_date": + "2016-03-05T15:11:26.847640+00:00", "modification_date": "2023-04-13T14:34:48.199797+00:00", + "valid_until": null}, {"id": "186859f6-0152-45dd-9eb8-21fc5e8d774e", "name": + "Fedora 36", "label": "fedora_36", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "name": "2023-04-13T13:03:38.692646+00:00", "local_images": [{"id": "b613de94-efde-49b0-84fd-18698da03450", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4e0d352b-c33b-43c9-8b10-6750b70f87ec", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6b76e0e1-f650-434a-b901-628a24807738", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "186cf8ac-3ba8-4be3-a420-e09a7a556269", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5ab8b0ba-e458-4a2d-b349-4c63cab96f08", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12256f5e-7577-421d-b13a-8e6f53c7656c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68532aae-1625-4a7a-ac48-b12426e1fbc4", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e55c488c-6ca3-41eb-875e-48f7babe1500", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "595da48b-750e-4745-a211-44926dabce33", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "375587da-52be-4149-8fff-1ffbc1b242b2", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "80d063d1-c022-4369-8e25-6578d0426e1c", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2023-04-13T13:03:38.803387+00:00", "modification_date": "2023-04-13T13:03:38.803387+00:00"}], + "categories": ["distribution"], "current_public_version": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2023-06-13T10:11:39.592521+00:00", + "valid_until": "2023-09-04T00:00:00+00:00"}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", + "name": "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "731bafdc-795e-4344-aad7-8b232d23cc0f", + "name": "2023-06-29T10:17:11.438863+00:00", "local_images": [{"id": "3d56b3aa-ca55-4ff7-845b-5f2202b21eab", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68350cc3-a832-425a-a52a-ca7b5d97521b", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "52493d0b-3449-44db-9a25-c2ee88098c20", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b05a4b23-2693-45a7-a687-d5bf95928558", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7056d038-70f4-4418-86de-9afa797b9bd4", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d290454-2c3f-4d54-8089-cc4959738517", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "edc71c21-e1d4-4d46-ac8a-25731a2ff0f7", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0d0882d-27cd-4efb-9b04-9b38c3831ea9", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2487c92c-112e-4433-9215-9c0b061aafa9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "425369d8-fc3b-4450-a51b-2e3204c13131", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9f13d0a-7e3b-40fc-8773-5cbb5657d3ef", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0231ee97-32f6-46b5-b32d-dec9bf617b93", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f6b68c40-119d-47af-be6a-6b1559f2fb93", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d23ab05e-75be-47db-847e-5ffabb133da0", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0dc025d-5c50-49f4-98a4-3d3453b64557", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ae60415d-2201-4bd8-9a5e-5c36c64a8aac", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "009edf9b-b397-4d1c-b536-2c69c2dc8972", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "1fc5e8e0-affe-469d-9fa9-e728aee39140", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T10:17:11.578826+00:00", + "modification_date": "2023-06-29T10:17:11.578826+00:00"}], "categories": ["distribution"], + "current_public_version": "731bafdc-795e-4344-aad7-8b232d23cc0f", "creation_date": + "2022-11-14T10:48:04.097063+00:00", "modification_date": "2023-06-29T14:14:33.960964+00:00", + "valid_until": null}, {"id": "dab3ed4b-5d6a-4b77-82e2-04405fd2a59e", "name": + "Fedora 38", "label": "fedora_38", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "name": "2023-06-29T10:24:48.965555+00:00", "local_images": [{"id": "4cf0e56a-bf45-4fa4-bd1e-2ddfb661119e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9fd921c1-2bca-427e-863d-28e8f6fde734", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35bcd438-3a67-4a78-ae27-0a27d23895bf", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8892b50e-0171-4f81-910c-831d58d1cb24", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c8a70187-6cca-4b99-9e2f-9c5b2670a1c2", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0866e42d-55ab-4a29-8f1c-2824cc714ccd", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "95b0b46d-1310-4202-92e2-c6ef8628fed8", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c06829c-5db9-4242-a704-3045fb5e9bb8", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "002b6925-99fd-4804-8f0b-41600a351d6f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1e54d3d2-2f47-49ab-b2f7-f0e5631c7fa9", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4b880c30-fb8d-4985-9c74-be6593741ff5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "07dde049-873d-40ba-a0a2-db2dd7e123c4", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "c4345c84-63dc-4455-a947-5ae8db254cd7", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "cac651c1-d44f-4cfd-9a0f-8e7791a275ec", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "380333c5-2a06-49a6-a7ac-15fe45be91b6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12eb4550-6994-4e28-a63c-9a928e3a4f44", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1abdf7ab-5731-4bc6-997b-99fdea7d6609", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "16883b63-ec40-4eb6-8182-b0a95dc87672", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:24:49.126580+00:00", "modification_date": "2023-06-29T10:24:49.126580+00:00"}], + "categories": ["distribution"], "current_public_version": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "creation_date": "2023-04-18T07:53:13.621657+00:00", "modification_date": "2023-06-29T14:15:25.945175+00:00", + "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": + "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", + "description": "GitLab is a web-based Git repository manager with wiki and issue + tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", + "name": "2023-04-13T13:06:28.354726+00:00", "local_images": [{"id": "416e6290-b9dd-47f8-9a90-f07cb7fa0f1d", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0030922b-675e-4348-853f-4e4490c14ee9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16622dfc-d69c-4c78-9462-1321f84ac750", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "01d0cc75-9b4c-4d88-8560-5a0308a20c97", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e71db560-19bc-4dfe-9c84-84ae7e3a6809", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04f3be3a-f6d1-41e7-9b63-7b1d2e3492a1", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8d43f819-553b-4490-893b-cb82abeffb14", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8369e2c9-6433-46db-9b8c-fe69e043d92e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "14f3da80-9ec2-4a12-a583-50275b3c6c16", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:06:28.530554+00:00", + "modification_date": "2023-04-13T13:06:28.530554+00:00"}], "categories": ["instantapp"], + "current_public_version": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", "creation_date": + "2016-03-07T21:06:22.770864+00:00", "modification_date": "2023-04-13T14:32:36.692844+00:00", + "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": + "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", + "description": "Nextcloud is an open source, self-hosted file share and communication + platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": + "OCS"}, "versions": [{"id": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "name": + "2023-04-13T13:00:13.060943+00:00", "local_images": [{"id": "b1d51a36-38dc-4d65-873c-4fed3dbeb21e", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "220ab3a6-0b38-4d6c-864d-fd6feb8aa99c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5e2f22ec-d003-485f-bec2-9a5372f5f0e4", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cee6ae09-afdc-4286-bc93-98fdb214effe", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4ac5d79b-597b-4d05-a3d2-b3f44431bc2a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "30d1c545-c406-4515-83ab-f5224d4f95b6", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f3a31d98-0e04-45da-8246-de949f5615e4", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9d1eec19-d016-49d4-bdfc-f141a1a4eb8e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f0de85a8-5c37-474b-b4c8-76a233bee055", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:00:13.324444+00:00", + "modification_date": "2023-04-13T13:00:13.324444+00:00"}], "categories": ["instantapp"], + "current_public_version": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "creation_date": + "2019-04-16T12:22:56.930842+00:00", "modification_date": "2023-04-13T14:31:50.306200+00:00", + "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": + "OpenVPN", "label": "openvpn", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/openvpn.png", + "description": "Surf the web in a secure and anonymous way with OpenVPN InstantApp.", + "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "auth-team+ocs-organization@scaleway.com"}, + "versions": [{"id": "8c40dae0-21ad-4226-821a-aab4c6acae92", "name": "2023-04-13T12:54:17.348185+00:00", + "local_images": [{"id": "98cf2d5f-9268-4cc1-bc43-4ae9c9e66d75", "zone": "par1", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", + "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", + "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "defab02d-b971-4418-8349-2a2da5740274", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9ea9fd9c-a795-4de7-8cd2-ca21e04f6aa7", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dfc57325-2ab1-4bd0-acb0-0f93ab55a8e2", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1a50ba7a-d691-4521-9837-b6c5e8be9ab4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d2828fd6-1d35-4140-9079-54e7025df877", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a60d4970-e050-4677-b54b-c0d395c56100", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3867a1f9-b51a-48de-a2ec-f109dfac38a5", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6ba68330-d6d5-4b33-9a8c-5edbbd0d58eb", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T12:54:17.619668+00:00", + "modification_date": "2023-04-13T12:54:17.619668+00:00"}], "categories": ["instantapp"], + "current_public_version": "8c40dae0-21ad-4226-821a-aab4c6acae92", "creation_date": + "2016-03-07T21:04:57.667667+00:00", "modification_date": "2023-04-13T14:31:04.244508+00:00", + "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": + "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "069e4325-8cf4-43c3-a77b-0f3123591d66", + "name": "2023-06-29T09:39:16.385435+00:00", "local_images": [{"id": "a5c78b81-24b7-4395-bbee-13c30025f0e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "13e873b1-e6f9-4bef-8b49-de557aac831c", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "20ba6374-73b8-4251-ac85-d306cfb024ad", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a78bd672-e115-4d25-bcf5-5cf9e6b6a762", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8c623e56-1f67-4119-9781-89592bc67041", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "df94f587-fbd2-4dae-820e-e9707ddfa14b", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "500cece3-1b62-418a-850e-5ddb2946c447", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3bdf545b-109e-449e-9392-345c76943b6d", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "9604e9d3-536c-4084-ab42-3d97a5402559", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "67f8c3df-e5e8-4d5c-8ae4-981c376ce3f6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "816ef32f-a2ea-4aae-9a64-aa762abb02cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fd5f7b3c-7e36-42d4-a073-ab5406b8e3a4", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5c5eb9c7-7c5e-4993-91ef-84e201038089", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "731f1363-44d1-42d9-91f7-634a151feae5", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b73f5ac6-ffcc-4e9e-99b6-a98697b00236", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "88fabf01-fa8c-4923-866e-736791660ce8", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "581f3d90-c26c-426c-880b-853c276ce63c", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "15666542-96e3-49c6-a118-66c98bbe5220", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:39:16.526639+00:00", + "modification_date": "2023-06-29T09:39:16.526639+00:00"}], "categories": ["distribution"], + "current_public_version": "069e4325-8cf4-43c3-a77b-0f3123591d66", "creation_date": + "2021-06-25T10:16:16.254240+00:00", "modification_date": "2023-06-29T14:12:30.201206+00:00", + "valid_until": null}, {"id": "589c35a9-20ce-4ed9-92d7-16dc061be52b", "name": + "Rocky Linux 9", "label": "rockylinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "953252d3-e46d-4023-9826-2324cda1afc2", + "name": "2023-06-29T09:26:03.468030+00:00", "local_images": [{"id": "a19a36d8-5ebe-4d2b-9f58-90b8bbce17d6", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "09ade2e5-f514-4336-b062-a9c0cbf15dca", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "209274a6-40fe-4b14-a726-d3c335f2bdfc", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e2dbe3d9-8964-4b9a-b0bd-c00a446a0012", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b2384e5e-5e57-49c9-b2cf-bb08905490f1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2c0b83f0-d1b1-4d28-940d-bef8e96132e8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ea5270d9-4e79-4b29-8b3a-376c4eae428c", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "4236937e-76f3-4707-8479-45e95164b30e", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "70d21764-e8ff-4613-9f54-c0f0b65550a1", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "17d626d7-12c9-4ef4-a3d9-590b4671ed6e", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "89673e08-73f0-44c3-87d9-9a2102cc77be", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "17b61a58-f6d2-4af1-865c-f1f196037f20", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bac260d6-5bab-48f1-9568-bec01eb45010", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca0faa90-8027-428b-9122-4599658e2b51", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eca7a69d-87bc-4b93-a0c3-64ddc0fc1928", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "df3420cf-cff2-424f-a80c-0e787e62712a", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aca8ad0-26a5-4149-ad02-f35893b0008a", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "435c4943-ff9e-4b43-be94-060a2c9afcf8", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:26:03.618422+00:00", "modification_date": "2023-06-29T09:26:03.618422+00:00"}], + "categories": ["distribution"], "current_public_version": "953252d3-e46d-4023-9826-2324cda1afc2", + "creation_date": "2022-08-24T09:26:33.639016+00:00", "modification_date": "2023-06-29T14:13:34.171849+00:00", + "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": + "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", "name": + "2023-06-28T12:47:17.053281+00:00", "local_images": [{"id": "aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "82a3876e-72b9-40bc-bc12-24e3f861d013", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "af73ec15-9e43-4253-96a2-78eb6ba276e6", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0824cbe3-503f-4190-b1b9-46be6e088fb3", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f4c150c4-e242-4816-954a-4ea4cc2a7a43", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "04f966d7-b922-4893-b11e-01c311381db1", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18a8a317-e3b2-461d-b959-06a7b8ae273b", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "76c27afa-28dd-4065-aeba-e420719e6c41", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5b51710c-e543-47b5-92d2-a68a83cefbe9", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c537273-d37f-42ab-adf2-bae972e07d37", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "48c7a6f9-8cc2-48a0-94f1-393cc5905de0", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "84f39b4e-03c3-45a5-8b2b-7d8918d66188", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0cc62d87-d5fd-480f-86f9-1ffe49247d05", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "59af3dbe-b76b-4da7-9359-2d1abb4e56b8", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d33bbc82-6982-4a2c-a674-8e90ee6aa151", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8683cd46-d4d8-46b3-be4d-13049c688d11", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "69782bbc-a0bd-4a23-9c45-8057be9b9b90", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T12:47:17.220902+00:00", "modification_date": "2023-06-28T12:47:17.220902+00:00"}], + "categories": ["distribution"], "current_public_version": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", + "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2023-06-29T14:02:35.072612+00:00", + "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": + "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "3e21d063-d260-4edd-ac23-9e4539602bd5", "name": + "2023-06-28T11:49:42.473783+00:00", "local_images": [{"id": "d3b9cc2d-37a2-46e8-918e-2443e7a1caab", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "915cb204-e4b8-458e-9408-967a25a86f47", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fd8120c0-7668-4e15-b283-3107d982d448", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0fef81ad-0411-4cba-abcb-15bd6a7f9879", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b4cde7dd-c898-42fe-a00e-e61c93dc0596", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "d28835dd-2588-4e20-aab6-1bd28b22781e", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4397c580-63d0-4131-bf4d-def7fc286ddb", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b7e4f8a1-45f5-40f3-87bf-5e0c17ad359f", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01cd69e9-998f-46c4-867b-c0cad16fff4a", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "313b34d5-f99b-474e-b5ba-a2080be559d2", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d456e704-9e78-4116-8b82-83d01428804a", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "7b15abd5-2b9d-4447-9693-b14c88469f7f", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c800fe16-e589-42f0-b05b-ee4f077936f8", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "e4e82e3f-4fff-4468-abb0-32e82278059a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4858f8e6-fdfd-42a7-89f3-c7acc5f151d8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf3edcaf-333e-4ebd-8b33-ebc23964339d", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "483699e6-b30b-4d31-941e-e0a7e617c212", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "37928e4b-ca24-4c97-8b7d-edcc9bb4e1b4", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-28T11:49:42.675609+00:00", "modification_date": "2023-06-28T11:49:42.675609+00:00"}], + "categories": ["distribution"], "current_public_version": "3e21d063-d260-4edd-ac23-9e4539602bd5", + "creation_date": "2022-04-07T13:35:54.966630+00:00", "modification_date": "2023-06-29T14:01:03.769090+00:00", + "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": + "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "name": + "2023-04-13T12:47:26.451219+00:00", "local_images": [{"id": "fe177b1f-c067-45f3-84a6-5aefd68f7f77", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "c128aa85-0cf6-48e1-8d32-660b9f1fc9be", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "3bcf8475-dcd1-43ad-aabd-c7af51f4805a", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9ffd49dd-f620-4ee4-91a2-65028ebbe1b5", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "3bb18d01-6f5e-4648-b524-70cc241e9686", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "55e9cd84-1a80-48ef-a3fb-3c2a2d13e164", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "f8f3a701-58fd-45a7-8e10-4c849caa294e", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", + "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "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"]}], "creation_date": "2023-04-13T12:47:26.676017+00:00", + "modification_date": "2023-04-13T12:47:26.676017+00:00"}], "categories": ["distribution"], + "current_public_version": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "creation_date": + "2018-04-27T14:07:25.221998+00:00", "modification_date": "2023-06-13T10:16:17.332319+00:00", + "valid_until": "2023-10-16T00:00:00+00:00"}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", + "name": "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": + "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": + "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4670b9fc-560f-4216-9804-100fac8f4440", + "name": "2023-07-11T14:36:08.637363+00:00", "local_images": [{"id": "620308d0-3c3a-49ca-9336-4933e5bd4073", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "86ee67f8-5f28-45f3-8344-a171bb0d84ec", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "8319423f-497e-46cf-94ee-8490f0c220cc", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "28a3fc1e-bd0f-4809-9973-b9d46434ef3f", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "15ca7a2d-530d-4b8e-9478-f25e64782c78", "zone": "nl-ams-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "7fc05de1-7cd4-44b3-ba67-8dccf156b90d", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "07e6223c-7d92-43b9-ad60-b3db712d026a", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "8cc9fb41-e855-46c4-98b8-a8a10e9a5d57", "zone": "pl-waw-1", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], + "creation_date": "2023-07-11T14:36:08.816277+00:00", "modification_date": "2023-07-11T14:36:08.816277+00:00"}], + "categories": ["Machine Learning"], "current_public_version": "4670b9fc-560f-4216-9804-100fac8f4440", + "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2023-07-11T14:53:48.664201+00:00", + "valid_until": null}, {"id": "a6c68db3-5613-4b08-acaa-2c92d8baf26c", "name": + "Ubuntu Jammy GPU OS 12", "label": "ubuntu_jammy_gpu_os_12", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu 22.04 Jammy Jellyfish for Nvidia GPU and Machine Learning + (GPU passthrough)", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "010dea1d-852b-4192-bccd-038718d3487e", + "name": "2023-07-11T14:51:29.720136+00:00", "local_images": [{"id": "e250a24c-befd-471c-b068-4e1a62b8f0ac", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "076b7bbf-874a-4147-a6d4-d0120c49ad01", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "b15bd6fe-ada7-470e-a4a5-ef75ee5e7aec", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "adfb1952-8622-46ab-a6c8-a45ab5c97d80", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "1c794802-8656-4e98-b571-2ba7a97a97d4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "a27bd829-b242-4caf-92a2-a89101066e57", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "73a04b4f-61b0-4760-b6b0-b55e01d6adb6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "da2d2d6d-758b-4085-91ce-30dd2546a2eb", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}], "creation_date": "2023-07-11T14:51:29.881721+00:00", + "modification_date": "2023-07-11T14:51:29.881721+00:00"}], "categories": ["Machine + Learning"], "current_public_version": "010dea1d-852b-4192-bccd-038718d3487e", + "creation_date": "2023-01-20T14:30:57.496021+00:00", "modification_date": "2023-07-11T14:53:44.790537+00:00", + "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": + "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", + "description": "WordPress is the most popular web software you can use to create + a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "08baf82b-82b8-4450-b545-c2fbfd4d6135", + "name": "2023-04-13T13:48:44.450791+00:00", "local_images": [{"id": "af715cfb-e95f-42bf-b308-eedc91ae4806", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9be223b-f639-4ed9-83f0-ee911be052de", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1927920a-520f-4712-9a56-11d7cbbe43be", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2406e707-b3cc-4721-9e7d-293ecec7dcf8", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "28357650-c47f-4bd2-8589-0cb4923c0f58", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c0ba4cb-6286-4220-9e28-de57042c6812", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9490b6b4-92cb-4c9e-abfc-1cee6187ee29", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8ce328f-25c2-4e59-be52-1572e3c4f769", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7237cd6a-fcc0-4d51-a268-57561c295323", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:48:44.619998+00:00", + "modification_date": "2023-04-13T13:48:44.619998+00:00"}], "categories": ["instantapp"], + "current_public_version": "08baf82b-82b8-4450-b545-c2fbfd4d6135", "creation_date": + "2016-03-07T21:03:59.783534+00:00", "modification_date": "2023-04-13T14:40:21.433436+00:00", + "valid_until": null}]}' + headers: + Content-Length: + - "201119" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Link: - ; rel="last" Server: @@ -1209,27 +4801,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4abcc51-915d-465e-bb5d-682a76fcceb8 + - 8e6da896-170d-4524-a3fb-9acee111b1dd X-Total-Count: - - "22" + - "24" status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/b2338ae2-f6a6-472e-814a-012a39169f76 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/4cdb6366-9d0b-4daa-98c1-d171227fb92f method: GET response: - body: '{"image": {"id": "b2338ae2-f6a6-472e-814a-012a39169f76", "name": "Ubuntu + body: '{"image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "b9f0d6f5-2677-45b0-91b5-e42a68029a32", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2022-11-17T16:50:02.930092+00:00", - "modification_date": "2022-11-17T16:50:02.930092+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}}' headers: Content-Length: @@ -1239,7 +4837,7 @@ interactions: Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1249,30 +4847,485 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5edf690-fcb0-4237-880b-8209daf29b0c + - 19121b36-d67d-4cb0-bb99-76df98fd68a1 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"servers": {"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}}, "baremetal": false, "monthly_price": + 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "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}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": false, "monthly_price": + 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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}}, + "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "GP1-VIZ": + {"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}}, + "baremetal": false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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}}, + "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "PLAY2-MICRO": {"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}}, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "POP2-2C-8G": + {"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}}, "baremetal": false, "monthly_price": + 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-HC-16C-32G": + {"alt_names": [], "arch": "x86_64", "ncpus": 16, "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}}, "baremetal": + false, "monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": false, "monthly_price": + 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, + "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": + {"boot_types": ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}}, "START1-M": {"alt_names": [], "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}}, "baremetal": false, "monthly_price": + 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 300000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 300000000}]}}, "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}}, "baremetal": false, "monthly_price": + 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 100000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 100000000}]}}, "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}}, "baremetal": false, "monthly_price": + 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; 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": {"DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": - 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 800000000000}}, "baremetal": false, "monthly_price": 36.1496, "hourly_price": - 0.04952, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "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}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, + "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}}, "baremetal": false, "monthly_price": + 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "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}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", @@ -1281,16 +5334,17 @@ interactions: 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 20000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, - "baremetal": false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - 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}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, + 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}}, "baremetal": false, "monthly_price": + 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", @@ -1299,34 +5353,34 @@ interactions: 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 500000000}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": - 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": - false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": - ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + "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}}, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-M": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-S": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1335,16 +5389,16 @@ interactions: "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-XS": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1353,7 +5407,7 @@ interactions: "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1361,71 +5415,73 @@ interactions: true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "GP1-L": {"alt_names": - [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "volumes_constraint": - {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": - 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["bootscript", - "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + [], "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}}, "baremetal": + false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "GP1-S": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "GP1-XL": - {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "PLAY2-MICRO": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "PLAY2-NANO": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "PLAY2-MICRO": {"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}}, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1434,34 +5490,196 @@ interactions: "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": 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}]}}, "PRO2-L": + {"internal_bandwidth": null, "internet_bandwidth": 100000000}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "POP2-2C-8G": + {"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}}, "baremetal": false, "monthly_price": + 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["rescue", "local"], + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, + "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, + {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-HC-16C-32G": + {"alt_names": [], "arch": "x86_64", "ncpus": 16, "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}}, "baremetal": + false, "monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["rescue", "local"], + 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-S": + true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, + "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, + {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}}, "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}}, "baremetal": + false, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1470,7 +5688,7 @@ interactions: "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1479,7 +5697,7 @@ interactions: "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1488,129 +5706,226 @@ interactions: "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": - 1, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": + 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": + {"boot_types": ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "START1-L": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 400000000}]}}, "START1-M": {"alt_names": [], "arch": - "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "volumes_constraint": {"min_size": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}}, "START1-M": {"alt_names": [], "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}}, "baremetal": false, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 50000000000, "max_size": - 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "baremetal": false, "monthly_price": 7.738, "hourly_price": - 0.0106, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "START1-XS": - {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, - "volumes_constraint": {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + 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}}, "baremetal": false, "monthly_price": + 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 18.0164, "hourly_price": - 0.02468, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": {"alt_names": - ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "volumes_constraint": - {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + 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}}, "baremetal": false, "monthly_price": + 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}}}' + headers: + Content-Length: + - "37931" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 12 Jul 2023 14:09:14 GMT + Link: + - ; rel="next",; + rel="last" + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 769e6d52-fe7e-44eb-a65f-7adc809822fe + X-Total-Count: + - "56" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"servers": {"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}}, "baremetal": false, "monthly_price": + 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 50000000000, - "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 6.2926, "hourly_price": - 0.00862, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "X64-120GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": - 0, "volumes_constraint": {"min_size": 500000000000, "max_size": 1000000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": - "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "volumes_constraint": {"min_size": + 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}}, "baremetal": false, "monthly_price": + 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}, "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}}, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 32212254720, "gpu": 0, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "baremetal": false, "monthly_price": 86.9138, "hourly_price": - 0.11906, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 500000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 500000000}]}}, "X64-60GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": - 0, "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1000000000}]}}}}' + 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}}, "baremetal": false, "monthly_price": + 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}}, "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}}, "baremetal": false, "monthly_price": + 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; 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": {"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}}, "baremetal": false, "monthly_price": + 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "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}}, "baremetal": false, "monthly_price": + 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}, "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}}, "baremetal": false, "monthly_price": + 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 250000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}}, "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}}, "baremetal": false, "monthly_price": + 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}}, "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}}, "baremetal": false, "monthly_price": + 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}}}' headers: Content-Length: - - "28055" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Link: - - ; rel="last" + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1620,38 +5935,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f964ff4e-a727-411d-8877-27179b51950b + - 467a7782-a0c1-4fe9-9420-d02c20ecbb62 X-Total-Count: - - "38" + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"project":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5"}' + body: '{"ip": {"id": "cdcd99d3-41e6-4908-b230-8049e660b3d8", "address": "163.172.162.236", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "nat", "state": "attached", "tags": []}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "48ffe756-9aac-4b45-93c8-ea56d9fe8304", "address": "163.172.171.183", - "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "tags": - []}}' + body: '{"ip": {"id": "cdcd99d3-41e6-4908-b230-8049e660b3d8", "address": "163.172.162.236", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "nat", "state": "attached", "tags": []}}' headers: Content-Length: - - "256" + - "308" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:01 GMT + - Wed, 12 Jul 2023 14:09:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/48ffe756-9aac-4b45-93c8-ea56d9fe8304 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/cdcd99d3-41e6-4908-b230-8049e660b3d8 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1661,62 +5979,99 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8d70f32-45b6-4e02-852f-14fe6246738d + - 4f3c1041-b78f-48ba-a28f-0d75c97a71c2 status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-srv-thirsty-babbage","commercial_type":"DEV1-S","image":"b2338ae2-f6a6-472e-814a-012a39169f76","public_ip":"48ffe756-9aac-4b45-93c8-ea56d9fe8304","boot_type":"local","project":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5"}' + body: '{"server": {"id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", "name": "cli-srv-cool-solomon", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-cool-solomon", "image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "d10da813-8e9b-4335-8b63-05fc26874ef0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", "name": "cli-srv-cool-solomon"}, + "size": 20000000000, "state": "available", "creation_date": "2023-07-12T14:09:15.647456+00:00", + "modification_date": "2023-07-12T14:09:15.647456+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "cdcd99d3-41e6-4908-b230-8049e660b3d8", "address": "163.172.162.236", + "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": + "dhcp"}, "public_ips": [{"id": "cdcd99d3-41e6-4908-b230-8049e660b3d8", "address": + "163.172.162.236", "dynamic": false, "gateway": null, "netmask": "32", "family": + "inet", "provisioning_mode": "dhcp"}], "mac_address": "de:00:00:1d:09:ff", "routed_ip_enabled": + false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": + false, "private_ip": null, "creation_date": "2023-07-12T14:09:15.647456+00:00", + "modification_date": "2023-07-12T14:09:15.647456+00:00", "bootscript": {"id": + "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline + 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", + "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", + "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": + true, "zone": "fr-par-1"}, "security_group": {"id": "ac7c7160-8415-425b-8cf0-9976ee15ccd1", + "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "72bdf9f6-f398-43fb-94f5-645a7cb2683a", "name": "cli-srv-thirsty-babbage", + body: '{"server": {"id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", "name": "cli-srv-cool-solomon", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-thirsty-babbage", "image": {"id": "b2338ae2-f6a6-472e-814a-012a39169f76", + "hostname": "cli-srv-cool-solomon", "image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "b9f0d6f5-2677-45b0-91b5-e42a68029a32", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2022-11-17T16:50:02.930092+00:00", - "modification_date": "2022-11-17T16:50:02.930092+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "8b05d01c-3987-4346-a037-ca4f5ca43d5b", + "volumes": {"0": {"boot": false, "id": "d10da813-8e9b-4335-8b63-05fc26874ef0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "72bdf9f6-f398-43fb-94f5-645a7cb2683a", "name": "cli-srv-thirsty-babbage"}, - "size": 20000000000, "state": "available", "creation_date": "2023-01-06T09:58:01.173969+00:00", - "modification_date": "2023-01-06T09:58:01.173969+00:00", "tags": [], "zone": + "server": {"id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", "name": "cli-srv-cool-solomon"}, + "size": 20000000000, "state": "available", "creation_date": "2023-07-12T14:09:15.647456+00:00", + "modification_date": "2023-07-12T14:09:15.647456+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "48ffe756-9aac-4b45-93c8-ea56d9fe8304", "address": "163.172.171.183", - "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - false, "enable_ipv6": false, "private_ip": null, "creation_date": "2023-01-06T09:58:01.173969+00:00", - "modification_date": "2023-01-06T09:58:01.173969+00:00", "bootscript": {"id": + "", "public_ip": {"id": "cdcd99d3-41e6-4908-b230-8049e660b3d8", "address": "163.172.162.236", + "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": + "dhcp"}, "public_ips": [{"id": "cdcd99d3-41e6-4908-b230-8049e660b3d8", "address": + "163.172.162.236", "dynamic": false, "gateway": null, "netmask": "32", "family": + "inet", "provisioning_mode": "dhcp"}], "mac_address": "de:00:00:1d:09:ff", "routed_ip_enabled": + false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": + false, "private_ip": null, "creation_date": "2023-07-12T14:09:15.647456+00:00", + "modification_date": "2023-07-12T14:09:15.647456+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "5625a063-ba55-4c40-8339-eb0bd108a7e9", + true, "zone": "fr-par-1"}, "security_group": {"id": "ac7c7160-8415-425b-8cf0-9976ee15ccd1", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2645" + - "2973" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:01 GMT + - Wed, 12 Jul 2023 14:09:16 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72bdf9f6-f398-43fb-94f5-645a7cb2683a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1726,34 +6081,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2adb1a16-fc82-4fab-998d-ad3377fd9934 + - 6bde1fec-e2fa-4051-a8ab-f076fb013a64 status: 201 Created code: 201 duration: "" - request: - body: '{"private_network_id":"b2fe1ee6-93ad-474d-b350-b5f3462e1969"}' + body: '{"private_nic": {"id": "57e044e8-d120-46f1-b533-a26f13bb9e28", "private_network_id": + "4e892ad4-3092-463a-860b-5899195cd258", "server_id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", + "mac_address": "02:00:00:13:5e:8b", "state": "available", "creation_date": "2023-07-12T14:09:16.134201+00:00", + "modification_date": "2023-07-12T14:09:16.134201+00:00", "zone": "fr-par-1", + "tags": []}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72bdf9f6-f398-43fb-94f5-645a7cb2683a/private_nics + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b/private_nics method: POST response: - body: '{"private_nic": {"id": "528c9810-73cd-4322-bb15-8ae2d9774ed6", "private_network_id": - "b2fe1ee6-93ad-474d-b350-b5f3462e1969", "server_id": "72bdf9f6-f398-43fb-94f5-645a7cb2683a", - "mac_address": "02:00:00:11:e0:f1", "state": "available", "creation_date": "2023-01-06T09:58:01.527442+00:00", - "modification_date": "2023-01-06T09:58:01.527442+00:00", "zone": "fr-par-1"}}' + body: '{"private_nic": {"id": "57e044e8-d120-46f1-b533-a26f13bb9e28", "private_network_id": + "4e892ad4-3092-463a-860b-5899195cd258", "server_id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", + "mac_address": "02:00:00:13:5e:8b", "state": "available", "creation_date": "2023-07-12T14:09:16.134201+00:00", + "modification_date": "2023-07-12T14:09:16.134201+00:00", "zone": "fr-par-1", + "tags": []}}' headers: Content-Length: - - "366" + - "378" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:01 GMT + - Wed, 12 Jul 2023 14:09:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1763,32 +6123,37 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3199e4b0-58a9-4477-b897-0ad1e90193d4 + - 30117e09-23ae-44d4-98e7-7993fad294a6 status: 201 Created code: 201 duration: "" - request: - body: "" + body: '{"private_nic": {"id": "57e044e8-d120-46f1-b533-a26f13bb9e28", "private_network_id": + "4e892ad4-3092-463a-860b-5899195cd258", "server_id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", + "mac_address": "02:00:00:13:5e:8b", "state": "available", "creation_date": "2023-07-12T14:09:16.134201+00:00", + "modification_date": "2023-07-12T14:09:16.134201+00:00", "zone": "fr-par-1", + "tags": []}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/72bdf9f6-f398-43fb-94f5-645a7cb2683a/private_nics/528c9810-73cd-4322-bb15-8ae2d9774ed6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b/private_nics/57e044e8-d120-46f1-b533-a26f13bb9e28 method: GET response: - body: '{"private_nic": {"id": "528c9810-73cd-4322-bb15-8ae2d9774ed6", "private_network_id": - "b2fe1ee6-93ad-474d-b350-b5f3462e1969", "server_id": "72bdf9f6-f398-43fb-94f5-645a7cb2683a", - "mac_address": "02:00:00:11:e0:f1", "state": "available", "creation_date": "2023-01-06T09:58:01.527442+00:00", - "modification_date": "2023-01-06T09:58:01.527442+00:00", "zone": "fr-par-1"}}' + body: '{"private_nic": {"id": "57e044e8-d120-46f1-b533-a26f13bb9e28", "private_network_id": + "4e892ad4-3092-463a-860b-5899195cd258", "server_id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", + "mac_address": "02:00:00:13:5e:8b", "state": "available", "creation_date": "2023-07-12T14:09:16.134201+00:00", + "modification_date": "2023-07-12T14:09:16.134201+00:00", "zone": "fr-par-1", + "tags": []}}' headers: Content-Length: - - "366" + - "378" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:01 GMT + - Wed, 12 Jul 2023 14:09:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1798,7 +6163,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27e8445a-1c39-489c-9ae9-943280aa6e5d + - 519d7f38-2d6e-46c4-93ef-d3d2ec050303 status: 200 OK code: 200 duration: "" diff --git a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.golden b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.golden index 4030403b60..c57858e066 100644 --- a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.golden +++ b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-id.golden @@ -1,17 +1,17 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -PrivateNic.ID 528c9810-73cd-4322-bb15-8ae2d9774ed6 -PrivateNic.ServerID 72bdf9f6-f398-43fb-94f5-645a7cb2683a -PrivateNic.PrivateNetworkID b2fe1ee6-93ad-474d-b350-b5f3462e1969 -PrivateNic.MacAddress 02:00:00:11:e0:f1 +PrivateNic.ID 57e044e8-d120-46f1-b533-a26f13bb9e28 +PrivateNic.ServerID 3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b +PrivateNic.PrivateNetworkID 4e892ad4-3092-463a-860b-5899195cd258 +PrivateNic.MacAddress 02:00:00:13:5e:8b PrivateNic.State available 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "private_nic": { - "id": "528c9810-73cd-4322-bb15-8ae2d9774ed6", - "server_id": "72bdf9f6-f398-43fb-94f5-645a7cb2683a", - "private_network_id": "b2fe1ee6-93ad-474d-b350-b5f3462e1969", - "mac_address": "02:00:00:11:e0:f1", + "id": "57e044e8-d120-46f1-b533-a26f13bb9e28", + "server_id": "3ad60b0e-6215-47e6-9c41-46fcc7eb2a9b", + "private_network_id": "4e892ad4-3092-463a-860b-5899195cd258", + "mac_address": "02:00:00:13:5e:8b", "state": "available" } } diff --git a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.cassette.yaml b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.cassette.yaml index 75201ac653..870dc1b135 100644 --- a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.cassette.yaml +++ b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.cassette.yaml @@ -2,26 +2,26 @@ version: 1 interactions: - request: - body: '{"name":"cli-pn-hopeful-lehmann","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","tags":null,"subnets":null}' + body: '{"id":"7c7e7c4a-0362-45d8-afdc-54eb84dff200","name":"cli-pn-exciting-northcutt","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-07-12T14:09:14.085600Z","updated_at":"2023-07-12T14:09:14.085600Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"c5718977-36f7-4c72-b21d-c7f993162877","created_at":"2023-07-12T14:09:14.085600Z","updated_at":"2023-07-12T14:09:14.085600Z","subnet":"172.16.44.0/22"},{"id":"6862f2b6-27d8-4035-85b2-dfd18cda0b15","created_at":"2023-07-12T14:09:14.085600Z","updated_at":"2023-07-12T14:09:14.085600Z","subnet":"fd46:78ab:30b8:3344::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/vpc/v1/zones/fr-par-1/private-networks + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks method: POST response: - body: '{"id":"a87aa68b-b418-4ba7-9cbc-94e7e8de1fc2","name":"cli-pn-hopeful-lehmann","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-01-06T09:57:59.253512Z","updated_at":"2023-01-06T09:57:59.253512Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[],"zone":"fr-par-1"}' + body: '{"id":"7c7e7c4a-0362-45d8-afdc-54eb84dff200","name":"cli-pn-exciting-northcutt","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-07-12T14:09:14.085600Z","updated_at":"2023-07-12T14:09:14.085600Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"c5718977-36f7-4c72-b21d-c7f993162877","created_at":"2023-07-12T14:09:14.085600Z","updated_at":"2023-07-12T14:09:14.085600Z","subnet":"172.16.44.0/22"},{"id":"6862f2b6-27d8-4035-85b2-dfd18cda0b15","created_at":"2023-07-12T14:09:14.085600Z","updated_at":"2023-07-12T14:09:14.085600Z","subnet":"fd46:78ab:30b8:3344::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' headers: Content-Length: - - "313" + - "709" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,128 +31,250 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8177f870-261a-4296-bb56-e05364e4654f + - e18dd8f4-f95c-4bd8-b5a0-19e6b99267bc status: 200 OK code: 200 duration: "" - request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v1/images?page=1 - method: GET - response: body: '{"images": [{"id": "0d3a22da-c634-45d6-a7dd-aff402f88b0c", "name": "AlmaLinux 8", "label": "almalinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux distribution, governed and driven by the community, focused on long-term stability and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "a2bddb0e-f73c-4bce-827d-0c866d775cdb", - "name": "2022-11-17T16:46:52.297435+00:00", "local_images": [{"id": "f00a8123-2054-4360-bf0a-84989d34e54c", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c56369dd-e338-4afc-9001-7800a710a157", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "d7fe675a-f740-4c6e-b3df-97b8599d0688", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "name": "Instances User Resources Build System"}, "versions": [{"id": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "name": "2023-06-29T09:17:23.982691+00:00", "local_images": [{"id": "50ad9f02-586c-4ce6-aae5-c2ae4e687021", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4123241-e07a-4877-a09f-6f804742a081", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "24b05c4e-13e9-4fe2-a839-9fe5b9e0b002", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "38a30800-4dbd-4183-b07d-14647c0d4eb5", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "550e1808-4e7c-473a-a16e-1142269c6ae1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f87135aa-8b0f-4846-9a89-11aabd57ec18", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b70988ec-ecf5-41a2-aa48-f1997940e729", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ef08caab-fe05-4d83-b2eb-8ba2fafa0596", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "5d8cbe91-5d6a-4567-9945-6ba0bc549d83", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "225be2ef-8336-416f-8ff5-c4a205fdc53f", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6852e970-7e23-47ee-9baf-ce06b8aaab5a", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "fe64bbd1-8760-44a7-8890-9bd8b295df15", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "ecfcfe80-c451-4d5e-9f27-3579de05a090", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:46:52.415155+00:00", "modification_date": "2022-11-17T16:46:52.415155+00:00"}], - "categories": ["distribution"], "current_public_version": "a2bddb0e-f73c-4bce-827d-0c866d775cdb", - "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2022-11-21T09:56:12.505342+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4e8dfbe-274f-478d-9cd9-d90c5a717868", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ea78a3d8-37e6-4c38-9ce9-c1b055d406c7", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b9e99ca7-7732-4e8d-984e-de0487e6804c", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c2809848-2c32-4f7f-9bc3-ba44e7475cbe", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "00543f35-3daf-4239-a659-bf50e709faa6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f5e2b4a2-526e-416c-9e1f-0fe2225340da", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8dddccf4-519a-49b1-9e0d-b8a18cddd1ba", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e6a64b94-17aa-4efe-85c3-e444c477a7d9", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "6723f63f-7d7d-476d-be2d-69c808b9fc4b", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:17:24.171542+00:00", "modification_date": "2023-06-29T09:17:24.171542+00:00"}], + "categories": ["distribution"], "current_public_version": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2023-06-29T14:07:54.806379+00:00", "valid_until": null}, {"id": "486ead23-9656-41d1-aa74-a5a780b2ae1b", "name": "AlmaLinux 9", "label": "almalinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux distribution, governed and driven by the community, focused on long-term stability and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "0600fb3e-cca6-499d-b30b-f5c1a3a155ca", - "name": "2022-11-17T16:45:49.960165+00:00", "local_images": [{"id": "ad26e02a-f250-48d0-a785-6bff2c8dea55", + "name": "Instances User Resources Build System"}, "versions": [{"id": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", + "name": "2023-06-29T09:45:27.412270+00:00", "local_images": [{"id": "de5289bb-b393-4424-8495-fa2f1b4a4d01", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04b69e61-fabb-4eac-8ca3-7ec7a06d12bb", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9a43ba5d-d408-4d85-8a09-e92257d295b2", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18204720-d974-4c85-8a9c-4dfb3ed40622", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b35cc74f-0630-4bd4-8484-9acab5304dce", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "426862b8-cbec-48ff-a2bb-27caee1163b5", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9f77358-33f7-43f9-857a-c74f08cf75cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0236f4af-ca6a-4b3f-803d-783cecf01ea1", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f2fdd63b-d8b5-46ec-9b75-6d5c336dcc2c", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bb388437-4b85-4159-bf91-563b641db700", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "0d210a24-0878-4983-acad-a1aac616931f", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c7942e40-f6ef-4837-8206-d08f801b9c1d", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dc8fd812-41d2-46e9-ab6b-1894fc8d0178", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a16b377a-c519-437e-8533-b95811560e92", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b0689ed5-72d8-47af-8eb1-345e5b306ce8", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "f77aaa49-4bf7-4f46-9d64-6777e7522609", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b6301465-3271-4eaa-ae6f-78492de6cc0d", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "21cb13de-b680-45d0-97bd-dfaf86aef127", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ab44482d-c3c8-4262-b6b7-92ff7bbce084", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "53209a68-1c04-482a-954e-45d811505fa0", "zone": "par1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fa7922c1-135a-42e1-b52d-9f74843bc9f1", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a7297a98-c043-4d10-920c-773fc14c4254", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "6b7e8c57-b5c6-4cf6-a648-93030310e978", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "ab25c2cd-16ba-41e1-9fa0-35bc3f5d0c55", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:45:50.098917+00:00", - "modification_date": "2022-11-17T16:45:50.098917+00:00"}], "categories": ["distribution"], - "current_public_version": "0600fb3e-cca6-499d-b30b-f5c1a3a155ca", "creation_date": - "2022-08-24T09:21:26.315925+00:00", "modification_date": "2022-11-21T09:56:21.843707+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:45:27.559431+00:00", + "modification_date": "2023-06-29T09:45:27.559431+00:00"}], "categories": ["distribution"], + "current_public_version": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", "creation_date": + "2022-08-24T09:21:26.315925+00:00", "modification_date": "2023-06-29T14:09:33.950229+00:00", "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": "Arch Linux", "label": "arch_linux", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/archlinux.png", "description": "Arch Linux is an independently developed Linux distribution @@ -164,42 +286,76 @@ interactions: "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", - "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", + "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", - "ENT1-XS"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", "zone": "pl-waw-1", - "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", - "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", - "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", - "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", - "ENT1-XXS", "ENT1-XS"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", "zone": - "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", - "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", "ENT1-XXS"]}, - {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", - "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", - "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS"]}], - "creation_date": "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], + "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", + "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6d6ca8b3-7547-485b-a7c5-06fb42fe1c17", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], "categories": ["distribution"], "current_public_version": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2022-01-26T12:54:47.557608+00:00", "valid_until": null}, {"id": "dc947de3-ddc7-4056-bc35-d51a316ebbb4", "name": @@ -207,997 +363,4433 @@ interactions: "description": "The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "16dda4a4-874a-4e6c-a39b-f007457038d8", "name": - "2022-11-17T16:45:12.127950+00:00", "local_images": [{"id": "7fde748b-5475-4d4a-90a9-34292d227fa3", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + System"}, "versions": [{"id": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "name": + "2023-04-13T13:05:23.543151+00:00", "local_images": [{"id": "15c5dd42-434b-49cf-a5b4-8bb3b5f9dc9d", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "8d8e561a-67ba-414d-9567-fdb9b70761da", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "80f07490-eda6-4402-9273-001d059f2f40", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "54dfc73a-2a0b-4ea0-8e8e-abe85357a6cc", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d202a177-e307-4fe4-8e33-c014f15e1988", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fc13535c-d2b6-4062-b4a6-e5b93fbbdf7a", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d579e95a-4c2c-4f37-b57e-c2fc22b87966", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6306e909-ba53-4bb7-898f-f425b95a2848", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "620b5307-1861-4c88-8938-1e45afc9d3f6", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:45:12.324670+00:00", - "modification_date": "2022-11-17T16:45:12.324670+00:00"}], "categories": ["distribution"], - "current_public_version": "16dda4a4-874a-4e6c-a39b-f007457038d8", "creation_date": - "2019-12-25T00:00:00+00:00", "modification_date": "2022-11-21T09:57:07.222778+00:00", - "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": - "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", - "description": "The CentOS Project is a community-driven free software effort - focused on delivering a robust open source ecosystem.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "7a9d2dd2-8885-4e04-ae1d-f65fce215129", "name": - "2022-11-17T16:48:46.637679+00:00", "local_images": [{"id": "c305004c-ade8-40e6-af45-dc4525257ac3", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fc1f0708-c8e3-4ceb-a36a-6f47765d4f60", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0f3bffff-c4c1-498c-a9f6-e2b6830f4731", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "3c513e6f-1cae-475b-94cd-c0804701ae86", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "63b021be-1ec3-4227-b34d-06c976074422", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d8d1b075-6f95-491f-ab8c-02f9f7ab6323", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1b4cbd6a-0d46-4b4f-ba45-1f5ef6645019", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3e454a77-0ff5-47b0-9c7a-cc4dca7acaeb", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "115db96c-08f3-470d-b677-b35327ad5c2b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "367609d6-5c49-41b5-8b9c-4cba7ccf12f2", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "98aceddf-c90f-4521-aa7b-93f942b5d2b5", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1dc52c29-d73a-453e-85d4-31721f832607", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cc3fb1b6-aa7b-4489-92b0-2c2ea7e937cd", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:05:23.795841+00:00", + "modification_date": "2023-04-13T13:05:23.795841+00:00"}], "categories": ["distribution"], + "current_public_version": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "creation_date": + "2019-12-25T00:00:00+00:00", "modification_date": "2023-04-13T14:37:49.401742+00:00", + "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": + "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", "name": + "2023-06-29T09:57:17.468268+00:00", "local_images": [{"id": "956a29a7-2a17-44c6-8ef5-5f570d94c2f4", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1f347698-54a2-487a-a75d-293d9abec730", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01c561be-a2de-4439-818c-70775b1d1f40", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "431011fb-f8f5-4a6a-b615-6685f5788fb9", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "42cf51c9-d9f3-412e-8551-e77d20d43166", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "183795aa-da22-466b-b4b4-c5249146a7df", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf8e4fec-34cf-4125-9b7a-2059b5af70c3", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e7fd5f3-347b-47fa-9028-700972a6d1d5", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "95c0036d-eb7e-4e03-9533-3ceb0ffc5519", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35511b10-8edc-4f24-865a-2f57cce489ca", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e5bee4a2-b567-4d4e-920a-af82d0d1e93c", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "c2834c20-7e0f-43b2-ab0b-0eeb617452cb", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "1c9e0239-991d-43fe-b20e-ba45efc4661b", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "eccb1827-d80e-48a5-a720-e25d1dee40ce", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:48:46.828176+00:00", - "modification_date": "2022-11-17T16:48:46.828176+00:00"}], "categories": ["distribution"], - "current_public_version": "7a9d2dd2-8885-4e04-ae1d-f65fce215129", "creation_date": - "2022-02-03T10:23:22.168515+00:00", "modification_date": "2022-11-21T09:57:17.844379+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "db73d6bd-1b22-4900-8d90-05f145602bca", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1c27bf2e-e0f2-418d-8386-6d1471a3f4a5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "41bf5f04-f17d-42dd-861a-dff0e06e30b3", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-29T09:57:17.630598+00:00", "modification_date": "2023-06-29T09:57:17.630598+00:00"}], + "categories": ["distribution"], "current_public_version": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", + "creation_date": "2022-02-03T10:23:22.168515+00:00", "modification_date": "2023-06-29T14:10:20.736043+00:00", "valid_until": null}, {"id": "cfb3fa01-6406-4be8-9e9d-29daee2582fa", "name": "Centos Stream 9", "label": "centos_stream_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", "description": "The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "2ceee207-3a2c-42ac-833b-2760f20ce03b", "name": - "2022-11-17T16:47:51.699634+00:00", "local_images": [{"id": "6695f67e-71e1-4318-9edc-d08bff594952", + System"}, "versions": [{"id": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", "name": + "2023-06-29T10:07:46.842172+00:00", "local_images": [{"id": "a37a9744-ac6d-40b0-bd7b-7b473f20cedd", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ee491158-8d0f-4876-ab99-2b5348de8cd7", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b2773ae9-a9dd-47b9-ad24-4d97b1b1eed7", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cda80574-04ff-4aca-9f1c-f859ffa64875", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fae5d87f-bc37-4553-85f3-4eb3e1da2764", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "a1c17bf1-a06a-4583-9b1b-a06683770752", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "896f4032-2a73-4fb7-ac73-329f13857d05", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e53a7dc2-6494-44af-99a4-a868b6b70d4c", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8e6cae1-831b-4037-ba14-776697be9c92", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1d97953e-2e41-4f8e-ae01-100aff3d5bc8", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "557bbec3-92f6-46e7-89ec-6e94103d9a93", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7c9fd020-325c-4e45-ac17-7d3b5cac02b3", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "cf0b870a-69d4-4dd8-acc2-9761e78fa4a4", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca9ac622-0aed-4086-9a0b-c2e9248e2de2", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eb701779-0c06-43e6-bd5b-73b8c454f9b1", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1c2a3d4c-1075-48cd-8e77-2742f5f4231e", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "25f462a2-dfa8-477d-9101-93490ddd52f7", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a0d52a18-7f42-4aa9-a85c-7dd316651180", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1713df9d-6844-49b3-8777-26124fe3f892", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "8a4f7aba-f27a-4b51-a141-f280ee4961e2", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6ff04b25-e431-4c9a-81ed-4671e8fbec14", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b73bd492-5561-4590-a7f6-c53abb4e64f3", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "2fd73917-bd8f-4ffa-8b14-69d9b9f15195", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:47:51.879817+00:00", "modification_date": "2022-11-17T16:47:51.879817+00:00"}], - "categories": ["distribution"], "current_public_version": "2ceee207-3a2c-42ac-833b-2760f20ce03b", - "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2022-11-21T09:57:27.226811+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "5d810c7c-3c72-4386-b42d-54628b5de7d2", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:07:47.008103+00:00", "modification_date": "2023-06-29T10:07:47.008103+00:00"}], + "categories": ["distribution"], "current_public_version": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", + "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2023-06-29T14:11:19.285552+00:00", "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": "Debian Buster", "label": "debian_buster", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", "description": "Debian is a free operating system, developed by thousands of volunteers from all over the world who collaborate via the Internet.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}, "versions": [{"id": "8bd9d92c-2b86-475e-9d3d-4f9b69b7c795", - "name": "2022-11-22T14:21:22.175009+00:00", "local_images": [{"id": "d03f9dd6-6329-4aed-ad61-1973efd27cac", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "51d60da2-7ae9-45e7-81d1-9fb56a6adab7", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "641b3cdd-c70c-41cc-9ff2-6e803b928f34", + Build System"}, "versions": [{"id": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "name": "2023-06-29T07:46:45.049258+00:00", "local_images": [{"id": "41820b40-c617-44c6-9aa9-3e2e37418c57", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "1934aaa0-a0bf-4725-b5b3-1adc9954424b", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5cca9d53-612a-4a59-be02-817d977dda64", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "c0ca9aad-3c45-4f50-be3d-ef33ea2dc0d2", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "45d675ba-4aba-4ef4-b84b-38ce66026598", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "116721d2-6af0-4d27-9505-2bbb26b63a92", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1761dcf5-4396-4a5d-8b28-7d7cb6dc72f5", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "d67ab43e-66f4-4bb6-a74c-3a770df970b7", "zone": "fr-par-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "d4fce070-82a6-4a6f-862f-19621c58cb97", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-22T14:21:22.304730+00:00", "modification_date": "2022-11-22T14:21:22.304730+00:00"}], - "categories": ["distribution"], "current_public_version": "8bd9d92c-2b86-475e-9d3d-4f9b69b7c795", - "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2022-11-22T15:03:29.064893+00:00", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "415590fd-87aa-40e8-9ac7-2c48d7f01c86", "zone": "pl-waw-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "3b627c40-ba4a-4033-af11-a3b0561951f5", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "9c27a3d8-afbb-4e5d-baab-0a3fecb389f3", "zone": "pl-waw-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", + "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", + "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", + "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], + "creation_date": "2023-06-29T07:46:45.164123+00:00", "modification_date": "2023-06-29T07:46:45.164123+00:00"}], + "categories": ["distribution"], "current_public_version": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2023-06-30T09:58:38.511682+00:00", "valid_until": null}, {"id": "213b02cb-3d8d-4967-ba8d-e5767a57574e", "name": "Debian Bullseye", "label": "debian_bullseye", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", "description": "Debian is a free operating system, developed by thousands of volunteers from all over the world who collaborate via the Internet.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}, "versions": [{"id": "0ccaf458-5010-4d32-9428-8886d09cac77", - "name": "2023-01-03T14:55:20.166057+00:00", "local_images": [{"id": "a0b8763a-0ea5-444c-8d97-5845937ca762", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c53df654-3a33-4128-abe3-cde02b1c597e", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + Build System"}, "versions": [{"id": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "name": "2023-06-28T15:21:25.828164+00:00", "local_images": [{"id": "e8c74314-08f6-45fb-97f2-5a795c16f3c0", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "91bf9223-162b-4206-b848-e7040b928488", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b99a058c-1429-4a24-8ef7-4c808cf75626", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c8ea2a51-6de7-49fa-887e-ba81530a5d70", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "34e7b029-8cb3-461b-a567-806d1db8bd7e", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b1a2f4e7-0efb-4986-a9b9-bca05a2d1658", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "047aaf03-4b4f-491a-8ee1-058de110587b", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "92de05f7-7bfa-4920-8fb6-035764ba1792", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8224b57a-623c-494e-9c46-1c32a4bef917", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "63ad2087-2ec4-4693-9b3e-57943905bb21", "zone": "pl-waw-1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bed9e25d-2413-4600-a94e-aa2bfa451697", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16a45a62-4404-4fd4-8dbb-b94bf717551b", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "33b4bac3-6547-49ec-9ff0-d3ad19b707c4", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a8dfb491-cb30-4542-a449-61991aa8c21e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "db754ae1-4be1-4f29-9df6-065f7d2e4ac5", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d40afcf-4667-4b24-a4bd-bf1b9579259c", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "013993be-ae2e-4d73-89dc-8f80c16efce7", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4023941a-6073-4622-af29-01f004853cb4", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "5ba4a284-4830-4d6e-90a1-0e683894c027", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b59b92fa-8cfc-465d-b129-273c8761f85d", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4d2f2c6c-2699-428d-8579-36e9968b4893", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T15:21:26.118028+00:00", "modification_date": "2023-06-28T15:21:26.118028+00:00"}], + "categories": ["distribution"], "current_public_version": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-06-29T14:05:14.561058+00:00", + "valid_until": null}, {"id": "fd6931c1-5326-4f8d-8fdf-57867b2830e3", "name": + "Debian 12 (Bookworm)", "label": "debian_bookworm", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "name": "2023-06-28T14:45:18.946075+00:00", "local_images": [{"id": "8b1e392c-120f-41bc-91af-3e27c04744e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "58288966-dbc5-471e-9571-583d86d9063f", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e724257-ee51-4241-b8f2-a44c740c2bce", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "57d304dc-4773-4f60-8d14-54af67bef846", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "933f9ee1-96f1-4c59-aaf7-d4b3a6e4d0f7", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3054897d-c068-4631-8088-f3f37d0abd9f", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO"]}, {"id": "03cf521d-6195-47a9-b885-8c03c76a1ec8", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "eebe6e8e-4c9f-4549-a759-e2188b872abe", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "285fadf3-6cd1-41dc-90e0-f25b029058e7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2023-01-03T14:55:20.305265+00:00", "modification_date": "2023-01-03T14:55:20.305265+00:00"}], - "categories": ["distribution"], "current_public_version": "0ccaf458-5010-4d32-9428-8886d09cac77", - "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-01-03T16:14:56.937558+00:00", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c710f82-39d3-43a1-b4f6-2e4beeefd67f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "227027f8-a48b-4de5-8543-5fc58da395a0", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d14bcc5b-af71-4bb6-b1d9-e052815186e4", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "dd9ac72d-25ff-4b66-979f-f408126d0de9", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "abbbdc2c-7c43-4668-a93b-d4c9960c4e3c", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "79461349-bffb-4de2-acb2-2a120fa0c2a4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aeb6ba5-c6fa-4afb-a79a-364e0370e250", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "89726ac1-eae7-45bb-8fa4-a9ba277eb0bf", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2fc51d68-cb88-4b0d-bd42-2fc4044edee9", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "7216cbc5-e77f-43a4-aae1-fafdee0c507a", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T14:45:19.109899+00:00", "modification_date": "2023-06-28T14:45:19.109899+00:00"}], + "categories": ["distribution"], "current_public_version": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "creation_date": "2023-06-05T14:20:04.240833+00:00", "modification_date": "2023-06-29T14:04:06.002485+00:00", "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": "Docker", "label": "docker", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/docker.png", "description": "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "80f14577-c821-44f2-aa51-fcd09ef74ccd", - "name": "2022-11-17T16:49:13.103479+00:00", "local_images": [{"id": "b9335185-d1bb-4904-adaf-da88c8e6c05b", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "aeaa9adb-f93e-482b-bb03-e402def75243", + "name": "2023-04-13T13:03:17.035176+00:00", "local_images": [{"id": "5c789fa0-3618-46b6-a484-6915a074cd1b", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b1895cdd-a79b-4f18-9644-e5ab2434be06", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "ef114000-7fe5-455c-afd1-714c15fdd3f3", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "822bd95d-39f5-4649-b9ac-1b23869fb5eb", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b6c5990a-ee1d-45b6-a9bc-15edb6f6d354", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9f945d00-71b9-436a-8a45-311babee406d", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "50ebcf47-39b5-4087-ad18-79f63b9fdc05", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "a0c05cf2-8805-412c-acb6-45d047773732", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "f50af9e3-8b75-4c63-b2e5-355a2404f6dd", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2d7d32fd-3c5c-4b5d-ab9a-6423741e6d4e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:49:13.211153+00:00", "modification_date": "2022-11-17T16:49:13.211153+00:00"}], - "categories": ["instantapp"], "current_public_version": "80f14577-c821-44f2-aa51-fcd09ef74ccd", - "creation_date": "2016-03-05T15:11:26.847640+00:00", "modification_date": "2022-11-21T09:58:41.216589+00:00", - "valid_until": null}, {"id": "198bbff7-c136-4b9c-9e28-8770df451fc1", "name": - "Fedora 35", "label": "fedora_35", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", - "description": "Fedora is a powerful, flexible operating system that includes - the best and latest datacenter technologies. It puts you in control of all your - infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "31585c5c-89c4-4d40-b67b-30df8c9c05db", - "name": "2022-11-17T16:48:45.209151+00:00", "local_images": [{"id": "6eb8eb90-f4eb-4524-8c7b-132954692086", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "78b02952-be83-4b4b-a77c-1ecec5356652", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b942360c-474e-4aeb-bba6-0654db24b259", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "eef28f31-d81d-4840-a589-9faacf79b3f4", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0a7c1075-086b-4b07-b285-84c6d55b544f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "31d638a6-f0e6-4cb5-8f6e-0053e75f073f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "f286c718-da0b-4da9-9702-87b20c95d8d7", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "29d7e427-2701-4032-8f69-e703f37712a2", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "157c5202-f71d-40d2-9cbe-08a11d0d6ab6", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b36109a9-942d-4982-8b41-48f6cfe6f0dc", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:48:45.372935+00:00", "modification_date": "2022-11-17T16:48:45.372935+00:00"}], - "categories": ["distribution"], "current_public_version": "31585c5c-89c4-4d40-b67b-30df8c9c05db", - "creation_date": "2021-11-15T16:12:25.586923+00:00", "modification_date": "2022-11-21T09:57:37.091043+00:00", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d8d51744-86c2-4389-884d-886a18ed76c4", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2425e8be-9e8f-460a-8adc-d711c4958ace", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:03:17.145319+00:00", + "modification_date": "2023-04-13T13:03:17.145319+00:00"}], "categories": ["instantapp"], + "current_public_version": "aeaa9adb-f93e-482b-bb03-e402def75243", "creation_date": + "2016-03-05T15:11:26.847640+00:00", "modification_date": "2023-04-13T14:34:48.199797+00:00", "valid_until": null}, {"id": "186859f6-0152-45dd-9eb8-21fc5e8d774e", "name": "Fedora 36", "label": "fedora_36", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "e06d0217-97b3-429d-b1cc-491470839b11", - "name": "2022-11-17T16:51:00.162538+00:00", "local_images": [{"id": "fbc91c1e-f386-43ce-9078-98c8f0026639", + "name": "Instances User Resources Build System"}, "versions": [{"id": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "name": "2023-04-13T13:03:38.692646+00:00", "local_images": [{"id": "b613de94-efde-49b0-84fd-18698da03450", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4e0d352b-c33b-43c9-8b10-6750b70f87ec", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6b76e0e1-f650-434a-b901-628a24807738", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "186cf8ac-3ba8-4be3-a420-e09a7a556269", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5ab8b0ba-e458-4a2d-b349-4c63cab96f08", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12256f5e-7577-421d-b13a-8e6f53c7656c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68532aae-1625-4a7a-ac48-b12426e1fbc4", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e55c488c-6ca3-41eb-875e-48f7babe1500", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "595da48b-750e-4745-a211-44926dabce33", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "375587da-52be-4149-8fff-1ffbc1b242b2", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "80d063d1-c022-4369-8e25-6578d0426e1c", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2023-04-13T13:03:38.803387+00:00", "modification_date": "2023-04-13T13:03:38.803387+00:00"}], + "categories": ["distribution"], "current_public_version": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2023-06-13T10:11:39.592521+00:00", + "valid_until": "2023-09-04T00:00:00+00:00"}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", + "name": "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "731bafdc-795e-4344-aad7-8b232d23cc0f", + "name": "2023-06-29T10:17:11.438863+00:00", "local_images": [{"id": "3d56b3aa-ca55-4ff7-845b-5f2202b21eab", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68350cc3-a832-425a-a52a-ca7b5d97521b", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "52493d0b-3449-44db-9a25-c2ee88098c20", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b05a4b23-2693-45a7-a687-d5bf95928558", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7056d038-70f4-4418-86de-9afa797b9bd4", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d290454-2c3f-4d54-8089-cc4959738517", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "edc71c21-e1d4-4d46-ac8a-25731a2ff0f7", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0d0882d-27cd-4efb-9b04-9b38c3831ea9", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2487c92c-112e-4433-9215-9c0b061aafa9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "425369d8-fc3b-4450-a51b-2e3204c13131", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9f13d0a-7e3b-40fc-8773-5cbb5657d3ef", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0231ee97-32f6-46b5-b32d-dec9bf617b93", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f6b68c40-119d-47af-be6a-6b1559f2fb93", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d23ab05e-75be-47db-847e-5ffabb133da0", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0dc025d-5c50-49f4-98a4-3d3453b64557", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ae60415d-2201-4bd8-9a5e-5c36c64a8aac", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "009edf9b-b397-4d1c-b536-2c69c2dc8972", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "1fc5e8e0-affe-469d-9fa9-e728aee39140", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T10:17:11.578826+00:00", + "modification_date": "2023-06-29T10:17:11.578826+00:00"}], "categories": ["distribution"], + "current_public_version": "731bafdc-795e-4344-aad7-8b232d23cc0f", "creation_date": + "2022-11-14T10:48:04.097063+00:00", "modification_date": "2023-06-29T14:14:33.960964+00:00", + "valid_until": null}, {"id": "dab3ed4b-5d6a-4b77-82e2-04405fd2a59e", "name": + "Fedora 38", "label": "fedora_38", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "name": "2023-06-29T10:24:48.965555+00:00", "local_images": [{"id": "4cf0e56a-bf45-4fa4-bd1e-2ddfb661119e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9fd921c1-2bca-427e-863d-28e8f6fde734", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35bcd438-3a67-4a78-ae27-0a27d23895bf", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8892b50e-0171-4f81-910c-831d58d1cb24", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c8a70187-6cca-4b99-9e2f-9c5b2670a1c2", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0866e42d-55ab-4a29-8f1c-2824cc714ccd", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "95b0b46d-1310-4202-92e2-c6ef8628fed8", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c06829c-5db9-4242-a704-3045fb5e9bb8", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "002b6925-99fd-4804-8f0b-41600a351d6f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1e54d3d2-2f47-49ab-b2f7-f0e5631c7fa9", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4b880c30-fb8d-4985-9c74-be6593741ff5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "07dde049-873d-40ba-a0a2-db2dd7e123c4", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "c4345c84-63dc-4455-a947-5ae8db254cd7", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "cac651c1-d44f-4cfd-9a0f-8e7791a275ec", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "380333c5-2a06-49a6-a7ac-15fe45be91b6", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12eb4550-6994-4e28-a63c-9a928e3a4f44", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1abdf7ab-5731-4bc6-997b-99fdea7d6609", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "16883b63-ec40-4eb6-8182-b0a95dc87672", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:24:49.126580+00:00", "modification_date": "2023-06-29T10:24:49.126580+00:00"}], + "categories": ["distribution"], "current_public_version": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "creation_date": "2023-04-18T07:53:13.621657+00:00", "modification_date": "2023-06-29T14:15:25.945175+00:00", + "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": + "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", + "description": "GitLab is a web-based Git repository manager with wiki and issue + tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", + "name": "2023-04-13T13:06:28.354726+00:00", "local_images": [{"id": "416e6290-b9dd-47f8-9a90-f07cb7fa0f1d", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d32b58a6-4424-41a2-8c2c-b1cc91c16bc6", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "69d37374-a0be-4143-8559-3ec34d53c22a", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0030922b-675e-4348-853f-4e4490c14ee9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "f3218106-0d24-4171-b500-30f219d989c0", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5ba6d6c9-8c39-4132-9004-912d5d663a06", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16622dfc-d69c-4c78-9462-1321f84ac750", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "31be45ba-d7c9-4c22-ac48-064139db7a35", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fe67f9bf-42ba-4f81-a592-50ee48a01a06", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "01d0cc75-9b4c-4d88-8560-5a0308a20c97", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:51:00.265339+00:00", "modification_date": "2022-11-17T16:51:00.265339+00:00"}], - "categories": ["distribution"], "current_public_version": "e06d0217-97b3-429d-b1cc-491470839b11", - "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2022-11-21T09:57:45.692658+00:00", - "valid_until": null}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", "name": - "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", - "description": "Fedora is a powerful, flexible operating system that includes - the best and latest datacenter technologies. It puts you in control of all your - infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "b6303d25-a15a-4402-ab40-be0ec7b1107c", - "name": "2022-11-17T16:50:43.496338+00:00", "local_images": [{"id": "c4f1c1bd-6e89-4c00-b96d-2dad297d2726", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e71db560-19bc-4dfe-9c84-84ae7e3a6809", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "234a15c1-e442-45af-9014-23d15954bf70", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "340f99c4-fe7d-4b8e-afe7-cea2c7dd3d3f", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04f3be3a-f6d1-41e7-9b63-7b1d2e3492a1", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "12745184-7955-4792-8399-cfb38e5f09af", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9c494a0b-3787-4ec4-8b8e-7a3e90ffdc63", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8d43f819-553b-4490-893b-cb82abeffb14", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bc79fdbd-f2d8-491e-a5d6-7e021cd683fe", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "77b94bfc-1db6-4f4d-9b08-971dac045d55", "zone": "par1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8369e2c9-6433-46db-9b8c-fe69e043d92e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "14f3da80-9ec2-4a12-a583-50275b3c6c16", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:50:43.622453+00:00", - "modification_date": "2022-11-17T16:50:43.622453+00:00"}], "categories": ["distribution"], - "current_public_version": "b6303d25-a15a-4402-ab40-be0ec7b1107c", "creation_date": - "2022-11-14T10:48:04.097063+00:00", "modification_date": "2022-11-21T10:14:57.440013+00:00", - "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": - "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", - "description": "GitLab is a web-based Git repository manager with wiki and issue - tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "5aaa1f5b-6b83-431a-b12c-57db770bfa78", - "name": "2022-11-18T10:02:54.423998+00:00", "local_images": [{"id": "98244fe8-83ce-4076-bddc-a613eb646b91", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:06:28.530554+00:00", + "modification_date": "2023-04-13T13:06:28.530554+00:00"}], "categories": ["instantapp"], + "current_public_version": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", "creation_date": + "2016-03-07T21:06:22.770864+00:00", "modification_date": "2023-04-13T14:32:36.692844+00:00", + "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": + "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", + "description": "Nextcloud is an open source, self-hosted file share and communication + platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": + "OCS"}, "versions": [{"id": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "name": + "2023-04-13T13:00:13.060943+00:00", "local_images": [{"id": "b1d51a36-38dc-4d65-873c-4fed3dbeb21e", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1fa73760-65fd-4350-85b4-1ffb203bcbfe", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b0d4d06c-f535-493f-b57c-e6379c4f18bc", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "220ab3a6-0b38-4d6c-864d-fd6feb8aa99c", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d0f5a66a-519a-401c-b96f-8f9b10e49552", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1ad486c3-d9c4-458e-90fe-4c8ed31adc7e", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5e2f22ec-d003-485f-bec2-9a5372f5f0e4", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0b54e819-1051-4a01-8026-053c2523c45d", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "31fd1cfc-27bd-4baf-86e9-df0beb72efb4", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cee6ae09-afdc-4286-bc93-98fdb214effe", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-18T10:02:54.554344+00:00", "modification_date": "2022-11-18T10:02:54.554344+00:00"}], - "categories": ["instantapp"], "current_public_version": "5aaa1f5b-6b83-431a-b12c-57db770bfa78", - "creation_date": "2016-03-07T21:06:22.770864+00:00", "modification_date": "2022-11-21T09:59:01.854428+00:00", - "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": - "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", - "description": "Nextcloud is an open source, self-hosted file share and communication - platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": - "OCS"}, "versions": [{"id": "36e53418-c1c9-49db-bc59-f6c87e2cb96f", "name": - "2022-11-17T16:53:39.941145+00:00", "local_images": [{"id": "c604583d-dd01-4edc-b3f5-7eb5d4596e61", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4ac5d79b-597b-4d05-a3d2-b3f44431bc2a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "671ccef0-003d-44fc-8da3-f4a8979482e3", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "69f87cf6-ed99-433c-b939-ce5883993150", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "30d1c545-c406-4515-83ab-f5224d4f95b6", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "54414b23-6028-4a9b-ba5f-98cca3e335e5", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "edae369a-f1ac-4054-8996-b95aa1b20846", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f3a31d98-0e04-45da-8246-de949f5615e4", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "e19a0ff7-bf8a-48ac-a50f-6de58a659035", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "1057097d-0a23-4480-9a34-566342fb3265", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9d1eec19-d016-49d4-bdfc-f141a1a4eb8e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f0de85a8-5c37-474b-b4c8-76a233bee055", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:53:40.112145+00:00", - "modification_date": "2022-11-17T16:53:40.112145+00:00"}], "categories": ["instantapp"], - "current_public_version": "36e53418-c1c9-49db-bc59-f6c87e2cb96f", "creation_date": - "2019-04-16T12:22:56.930842+00:00", "modification_date": "2022-11-21T09:58:50.824677+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:00:13.324444+00:00", + "modification_date": "2023-04-13T13:00:13.324444+00:00"}], "categories": ["instantapp"], + "current_public_version": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "creation_date": + "2019-04-16T12:22:56.930842+00:00", "modification_date": "2023-04-13T14:31:50.306200+00:00", "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": "OpenVPN", "label": "openvpn", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/openvpn.png", "description": "Surf the web in a secure and anonymous way with OpenVPN InstantApp.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "auth-team+ocs-organization@scaleway.com"}, - "versions": [{"id": "c07d4bc9-b947-4945-a739-78b7cda73bfa", "name": "2022-11-17T16:50:41.032881+00:00", - "local_images": [{"id": "c82757c7-a639-49a1-bd3a-5841a0da5931", "zone": "par1", + "versions": [{"id": "8c40dae0-21ad-4226-821a-aab4c6acae92", "name": "2023-04-13T12:54:17.348185+00:00", + "local_images": [{"id": "98cf2d5f-9268-4cc1-bc43-4ae9c9e66d75", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "7bb740d3-da25-4176-baec-41afe9f9a543", + "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "defab02d-b971-4418-8349-2a2da5740274", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ed92b3b8-9656-4937-9169-8484d153f9e3", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "5ba4b7be-5524-4a85-9008-b50360778c9b", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "75b23340-1d7f-4241-b28d-3773989ad833", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9ea9fd9c-a795-4de7-8cd2-ca21e04f6aa7", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "35da23b9-440b-44e3-bad2-143b60502a7d", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fd6124df-8f3a-40a0-92f0-9dc393f73186", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dfc57325-2ab1-4bd0-acb0-0f93ab55a8e2", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:50:41.148343+00:00", "modification_date": "2022-11-17T16:50:41.148343+00:00"}], - "categories": ["instantapp"], "current_public_version": "c07d4bc9-b947-4945-a739-78b7cda73bfa", - "creation_date": "2016-03-07T21:04:57.667667+00:00", "modification_date": "2022-11-21T09:58:29.002209+00:00", - "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": - "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", - "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, - production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "e484c070-4ca4-4b7f-b9bf-95002eaa1b4b", - "name": "2022-11-29T14:18:16.477053+00:00", "local_images": [{"id": "6f7ccf47-9a0c-4945-be70-c5d45a727688", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1a50ba7a-d691-4521-9837-b6c5e8be9ab4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "8a068922-add0-4f3c-9d41-01c081c63230", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4e8ef828-4e66-4271-9586-43f7cf01b60d", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d2828fd6-1d35-4140-9079-54e7025df877", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6edbe580-0eff-4ad9-a84c-b0265bb7b020", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "280b1c1f-f325-4fa4-b846-c47f11bb5704", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a60d4970-e050-4677-b54b-c0d395c56100", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bc843eea-b180-48a7-b612-a5dce497e7d4", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "61f02f4f-21f7-4f58-ab62-0a108bab2b22", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3867a1f9-b51a-48de-a2ec-f109dfac38a5", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6ba68330-d6d5-4b33-9a8c-5edbbd0d58eb", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T12:54:17.619668+00:00", + "modification_date": "2023-04-13T12:54:17.619668+00:00"}], "categories": ["instantapp"], + "current_public_version": "8c40dae0-21ad-4226-821a-aab4c6acae92", "creation_date": + "2016-03-07T21:04:57.667667+00:00", "modification_date": "2023-04-13T14:31:04.244508+00:00", + "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": + "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "069e4325-8cf4-43c3-a77b-0f3123591d66", + "name": "2023-06-29T09:39:16.385435+00:00", "local_images": [{"id": "a5c78b81-24b7-4395-bbee-13c30025f0e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "13e873b1-e6f9-4bef-8b49-de557aac831c", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "20ba6374-73b8-4251-ac85-d306cfb024ad", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a78bd672-e115-4d25-bcf5-5cf9e6b6a762", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8c623e56-1f67-4119-9781-89592bc67041", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "df94f587-fbd2-4dae-820e-e9707ddfa14b", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "500cece3-1b62-418a-850e-5ddb2946c447", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3bdf545b-109e-449e-9392-345c76943b6d", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "9604e9d3-536c-4084-ab42-3d97a5402559", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "67f8c3df-e5e8-4d5c-8ae4-981c376ce3f6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "816ef32f-a2ea-4aae-9a64-aa762abb02cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fd5f7b3c-7e36-42d4-a073-ab5406b8e3a4", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5c5eb9c7-7c5e-4993-91ef-84e201038089", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "731f1363-44d1-42d9-91f7-634a151feae5", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b73f5ac6-ffcc-4e9e-99b6-a98697b00236", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "88fabf01-fa8c-4923-866e-736791660ce8", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "581f3d90-c26c-426c-880b-853c276ce63c", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "15666542-96e3-49c6-a118-66c98bbe5220", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-29T14:18:16.622536+00:00", - "modification_date": "2022-11-29T14:18:16.622536+00:00"}], "categories": ["distribution"], - "current_public_version": "e484c070-4ca4-4b7f-b9bf-95002eaa1b4b", "creation_date": - "2021-06-25T10:16:16.254240+00:00", "modification_date": "2022-12-06T10:11:34.316020+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:39:16.526639+00:00", + "modification_date": "2023-06-29T09:39:16.526639+00:00"}], "categories": ["distribution"], + "current_public_version": "069e4325-8cf4-43c3-a77b-0f3123591d66", "creation_date": + "2021-06-25T10:16:16.254240+00:00", "modification_date": "2023-06-29T14:12:30.201206+00:00", "valid_until": null}, {"id": "589c35a9-20ce-4ed9-92d7-16dc061be52b", "name": "Rocky Linux 9", "label": "rockylinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "7bb95ba7-2fda-40fc-bbfd-c1f49b8f4256", - "name": "2022-11-30T15:54:13.903499+00:00", "local_images": [{"id": "dd6fdc4c-953e-4e7d-965a-4bcbe8a0d047", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b148adb0-d8cc-4f0d-9dd3-04ec429eff79", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "name": "Instances User Resources Build System"}, "versions": [{"id": "953252d3-e46d-4023-9826-2324cda1afc2", + "name": "2023-06-29T09:26:03.468030+00:00", "local_images": [{"id": "a19a36d8-5ebe-4d2b-9f58-90b8bbce17d6", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "09ade2e5-f514-4336-b062-a9c0cbf15dca", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "209274a6-40fe-4b14-a726-d3c335f2bdfc", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e2dbe3d9-8964-4b9a-b0bd-c00a446a0012", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b2384e5e-5e57-49c9-b2cf-bb08905490f1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2c0b83f0-d1b1-4d28-940d-bef8e96132e8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "cc15164e-15e6-4554-a6b6-456cc0d3dce2", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ea5270d9-4e79-4b29-8b3a-376c4eae428c", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "4236937e-76f3-4707-8479-45e95164b30e", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "70d21764-e8ff-4613-9f54-c0f0b65550a1", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6c46eac5-a11b-44fb-ae63-881a71d44587", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "17d626d7-12c9-4ef4-a3d9-590b4671ed6e", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "89673e08-73f0-44c3-87d9-9a2102cc77be", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "17b61a58-f6d2-4af1-865c-f1f196037f20", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bac260d6-5bab-48f1-9568-bec01eb45010", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca0faa90-8027-428b-9122-4599658e2b51", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eca7a69d-87bc-4b93-a0c3-64ddc0fc1928", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "e4bf982d-ad3c-49fd-81a9-116ca137e472", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "df3420cf-cff2-424f-a80c-0e787e62712a", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ffccb476-ad09-4248-a02d-3cb57979842b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "f618f702-d74b-47fc-a028-cc9a99335602", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}], "creation_date": "2022-11-30T15:54:13.549572+00:00", - "modification_date": "2022-11-30T15:54:13.549572+00:00"}], "categories": ["distribution"], - "current_public_version": "7bb95ba7-2fda-40fc-bbfd-c1f49b8f4256", "creation_date": - "2022-08-24T09:26:33.639016+00:00", "modification_date": "2022-12-06T10:11:21.937145+00:00", - "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": - "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aca8ad0-26a5-4149-ad02-f35893b0008a", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "435c4943-ff9e-4b43-be94-060a2c9afcf8", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:26:03.618422+00:00", "modification_date": "2023-06-29T09:26:03.618422+00:00"}], + "categories": ["distribution"], "current_public_version": "953252d3-e46d-4023-9826-2324cda1afc2", + "creation_date": "2022-08-24T09:26:33.639016+00:00", "modification_date": "2023-06-29T14:13:34.171849+00:00", + "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": + "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu Server helps you make the most of your infrastructure.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "619d9782-6d41-4e46-8fa5-bab5de130d81", "name": - "2022-11-17T16:53:42.203544+00:00", "local_images": [{"id": "e302d72e-bd63-4683-8c34-10e1f3365500", + System"}, "versions": [{"id": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", "name": + "2023-06-28T12:47:17.053281+00:00", "local_images": [{"id": "aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "82a3876e-72b9-40bc-bc12-24e3f861d013", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "af73ec15-9e43-4253-96a2-78eb6ba276e6", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0824cbe3-503f-4190-b1b9-46be6e088fb3", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "02ed6bd0-8681-4214-bcd2-fb7461ecfe3b", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f4c150c4-e242-4816-954a-4ea4cc2a7a43", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "04f966d7-b922-4893-b11e-01c311381db1", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18a8a317-e3b2-461d-b959-06a7b8ae273b", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "77fcdd77-a6da-435f-8908-67abbc471b99", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "76c27afa-28dd-4065-aeba-e420719e6c41", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "4119226c-f586-470e-895d-31f72064d6c7", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5b51710c-e543-47b5-92d2-a68a83cefbe9", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c537273-d37f-42ab-adf2-bae972e07d37", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "48c7a6f9-8cc2-48a0-94f1-393cc5905de0", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "84f39b4e-03c3-45a5-8b2b-7d8918d66188", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0cc62d87-d5fd-480f-86f9-1ffe49247d05", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "59af3dbe-b76b-4da7-9359-2d1abb4e56b8", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d33bbc82-6982-4a2c-a674-8e90ee6aa151", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8683cd46-d4d8-46b3-be4d-13049c688d11", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "69782bbc-a0bd-4a23-9c45-8057be9b9b90", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T12:47:17.220902+00:00", "modification_date": "2023-06-28T12:47:17.220902+00:00"}], + "categories": ["distribution"], "current_public_version": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", + "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2023-06-29T14:02:35.072612+00:00", + "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": + "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "3e21d063-d260-4edd-ac23-9e4539602bd5", "name": + "2023-06-28T11:49:42.473783+00:00", "local_images": [{"id": "d3b9cc2d-37a2-46e8-918e-2443e7a1caab", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "915cb204-e4b8-458e-9408-967a25a86f47", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fd8120c0-7668-4e15-b283-3107d982d448", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0fef81ad-0411-4cba-abcb-15bd6a7f9879", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b4cde7dd-c898-42fe-a00e-e61c93dc0596", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "d28835dd-2588-4e20-aab6-1bd28b22781e", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "6e85d38e-c6bd-4013-81a9-72f959220fe6", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4397c580-63d0-4131-bf4d-def7fc286ddb", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b7e4f8a1-45f5-40f3-87bf-5e0c17ad359f", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01cd69e9-998f-46c4-867b-c0cad16fff4a", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "313b34d5-f99b-474e-b5ba-a2080be559d2", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d456e704-9e78-4116-8b82-83d01428804a", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "7b15abd5-2b9d-4447-9693-b14c88469f7f", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c800fe16-e589-42f0-b05b-ee4f077936f8", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "e4e82e3f-4fff-4468-abb0-32e82278059a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4858f8e6-fdfd-42a7-89f3-c7acc5f151d8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf3edcaf-333e-4ebd-8b33-ebc23964339d", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "483699e6-b30b-4d31-941e-e0a7e617c212", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "37928e4b-ca24-4c97-8b7d-edcc9bb4e1b4", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-28T11:49:42.675609+00:00", "modification_date": "2023-06-28T11:49:42.675609+00:00"}], + "categories": ["distribution"], "current_public_version": "3e21d063-d260-4edd-ac23-9e4539602bd5", + "creation_date": "2022-04-07T13:35:54.966630+00:00", "modification_date": "2023-06-29T14:01:03.769090+00:00", + "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": + "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "name": + "2023-04-13T12:47:26.451219+00:00", "local_images": [{"id": "fe177b1f-c067-45f3-84a6-5aefd68f7f77", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b2338ae2-f6a6-472e-814a-012a39169f76", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "a6b6f98b-c3c1-4eb0-90d8-858d36086f51", "zone": "fr-par-3", "arch": "x86_64", + "c128aa85-0cf6-48e1-8d32-660b9f1fc9be", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:53:42.348148+00:00", - "modification_date": "2022-11-17T16:53:42.348148+00:00"}], "categories": ["distribution"], - "current_public_version": "619d9782-6d41-4e46-8fa5-bab5de130d81", "creation_date": - "2018-04-27T14:07:25.221998+00:00", "modification_date": "2022-11-21T09:55:29.947561+00:00", - "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": - "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu - Server helps you make the most of your infrastructure.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "af621159-ff5f-4509-86fa-c6d0986fd8ce", "name": - "2022-11-17T16:51:31.715454+00:00", "local_images": [{"id": "d318f34b-1044-482a-afe3-1be349690a13", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "9718dbf0-b714-48c7-b489-569471fe0ed4", "zone": "nl-ams-2", "arch": "x86_64", + "3bcf8475-dcd1-43ad-aabd-c7af51f4805a", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "498d8681-885d-47b8-b2d0-7f57a117787f", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9ffd49dd-f620-4ee4-91a2-65028ebbe1b5", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "aa69a458-46ae-4ea4-b34a-a2d083f52258", "zone": "pl-waw-1", "arch": "x86_64", + "3bb18d01-6f5e-4648-b524-70cc241e9686", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "93b28169-0ac5-422e-99f5-2d03af0ede21", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "55e9cd84-1a80-48ef-a3fb-3c2a2d13e164", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "73f3e83e-656c-4645-b87a-2093bcd9f560", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "ace23dcf-3de5-4d57-aa2b-0d5457c34abc", - "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "f8f3a701-58fd-45a7-8e10-4c849caa294e", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", + "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "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"]}], "creation_date": "2023-04-13T12:47:26.676017+00:00", + "modification_date": "2023-04-13T12:47:26.676017+00:00"}], "categories": ["distribution"], + "current_public_version": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "creation_date": + "2018-04-27T14:07:25.221998+00:00", "modification_date": "2023-06-13T10:16:17.332319+00:00", + "valid_until": "2023-10-16T00:00:00+00:00"}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", + "name": "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": + "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": + "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4670b9fc-560f-4216-9804-100fac8f4440", + "name": "2023-07-11T14:36:08.637363+00:00", "local_images": [{"id": "620308d0-3c3a-49ca-9336-4933e5bd4073", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "86ee67f8-5f28-45f3-8344-a171bb0d84ec", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "8319423f-497e-46cf-94ee-8490f0c220cc", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "28a3fc1e-bd0f-4809-9973-b9d46434ef3f", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "15ca7a2d-530d-4b8e-9478-f25e64782c78", "zone": "nl-ams-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "7fc05de1-7cd4-44b3-ba67-8dccf156b90d", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "07e6223c-7d92-43b9-ad60-b3db712d026a", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "8cc9fb41-e855-46c4-98b8-a8a10e9a5d57", "zone": "pl-waw-1", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], + "creation_date": "2023-07-11T14:36:08.816277+00:00", "modification_date": "2023-07-11T14:36:08.816277+00:00"}], + "categories": ["Machine Learning"], "current_public_version": "4670b9fc-560f-4216-9804-100fac8f4440", + "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2023-07-11T14:53:48.664201+00:00", + "valid_until": null}, {"id": "a6c68db3-5613-4b08-acaa-2c92d8baf26c", "name": + "Ubuntu Jammy GPU OS 12", "label": "ubuntu_jammy_gpu_os_12", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu 22.04 Jammy Jellyfish for Nvidia GPU and Machine Learning + (GPU passthrough)", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "010dea1d-852b-4192-bccd-038718d3487e", + "name": "2023-07-11T14:51:29.720136+00:00", "local_images": [{"id": "e250a24c-befd-471c-b068-4e1a62b8f0ac", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "076b7bbf-874a-4147-a6d4-d0120c49ad01", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "b15bd6fe-ada7-470e-a4a5-ef75ee5e7aec", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "adfb1952-8622-46ab-a6c8-a45ab5c97d80", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "1c794802-8656-4e98-b571-2ba7a97a97d4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "a27bd829-b242-4caf-92a2-a89101066e57", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "73a04b4f-61b0-4760-b6b0-b55e01d6adb6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "da2d2d6d-758b-4085-91ce-30dd2546a2eb", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}], "creation_date": "2023-07-11T14:51:29.881721+00:00", + "modification_date": "2023-07-11T14:51:29.881721+00:00"}], "categories": ["Machine + Learning"], "current_public_version": "010dea1d-852b-4192-bccd-038718d3487e", + "creation_date": "2023-01-20T14:30:57.496021+00:00", "modification_date": "2023-07-11T14:53:44.790537+00:00", + "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": + "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", + "description": "WordPress is the most popular web software you can use to create + a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "08baf82b-82b8-4450-b545-c2fbfd4d6135", + "name": "2023-04-13T13:48:44.450791+00:00", "local_images": [{"id": "af715cfb-e95f-42bf-b308-eedc91ae4806", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:51:31.816100+00:00", "modification_date": "2022-11-17T16:51:31.816100+00:00"}], - "categories": ["distribution"], "current_public_version": "af621159-ff5f-4509-86fa-c6d0986fd8ce", - "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2022-11-21T09:55:20.580470+00:00", - "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": - "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu - Server helps you make the most of your infrastructure.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "00d8b256-56bb-4c5a-b35f-253737cf8482", "name": - "2022-11-17T16:54:03.336813+00:00", "local_images": [{"id": "dbe4451b-e6c1-47af-9edd-cd74518c9c53", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9be223b-f639-4ed9-83f0-ee911be052de", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0270ff00-34e3-4409-86e3-510fc862cd99", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "106fb341-213f-4802-bec4-cb9cd4866678", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1927920a-520f-4712-9a56-11d7cbbe43be", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "3f9ace44-c310-4a9e-b28f-960b9c7fc848", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "bf874512-9df1-4efb-85ff-41cd6f0f5b9a", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2406e707-b3cc-4721-9e7d-293ecec7dcf8", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "544f0add-626b-4e4f-8a96-79fa4414d99a", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "c2c1b543-14b9-4a1a-a60c-99eff48fd0c0", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:54:03.432631+00:00", - "modification_date": "2022-11-17T16:54:03.432631+00:00"}], "categories": ["distribution"], - "current_public_version": "00d8b256-56bb-4c5a-b35f-253737cf8482", "creation_date": - "2022-04-07T13:35:54.966630+00:00", "modification_date": "2022-11-21T09:52:44.381782+00:00", - "valid_until": null}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", "name": - "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", - "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances - User Resources Build System"}, "versions": [{"id": "5cff6a19-a5e0-46bb-bcbc-4942c836ca46", - "name": "2022-09-15T19:11:26.000595+00:00", "local_images": [{"id": "d22f119d-400b-4792-9d2c-985be3fe0a2b", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", - "GPU-3070-S"]}, {"id": "04ac2de1-2c99-4cf8-a533-ea92e7809d32", "zone": "fr-par-2", - "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], - "creation_date": "2022-09-15T19:11:26.061606+00:00", "modification_date": "2022-09-15T19:11:26.061606+00:00"}], - "categories": ["Machine Learning"], "current_public_version": "5cff6a19-a5e0-46bb-bcbc-4942c836ca46", - "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2022-09-19T14:10:37.648361+00:00", - "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": - "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", - "description": "WordPress is the most popular web software you can use to create - a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "49917541-e725-478f-9ed3-866bb71215fc", - "name": "2022-11-17T16:54:23.010448+00:00", "local_images": [{"id": "8640db59-ce11-466f-9124-cfe85e57c03c", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "28357650-c47f-4bd2-8589-0cb4923c0f58", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c28c8c9d-1b46-4712-8aba-3f2737dda564", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5affe637-67dd-475e-aaa3-eb4a11530270", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c0ba4cb-6286-4220-9e28-de57042c6812", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "e28a34cf-3118-47bf-9c5c-40419ce519d5", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "60e8d7b5-1d50-4934-a1fb-708025031d48", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9490b6b4-92cb-4c9e-abfc-1cee6187ee29", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6d79accc-3d62-4ae1-98c7-20f6f1164438", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8ce328f-25c2-4e59-be52-1572e3c4f769", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7237cd6a-fcc0-4d51-a268-57561c295323", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "6c17a18f-ea38-488f-bd91-76ca33e4e11f", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:54:23.150832+00:00", "modification_date": "2022-11-17T16:54:23.150832+00:00"}], - "categories": ["instantapp"], "current_public_version": "49917541-e725-478f-9ed3-866bb71215fc", - "creation_date": "2016-03-07T21:03:59.783534+00:00", "modification_date": "2022-11-21T09:58:15.549240+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:48:44.619998+00:00", + "modification_date": "2023-04-13T13:48:44.619998+00:00"}], "categories": ["instantapp"], + "current_public_version": "08baf82b-82b8-4450-b545-c2fbfd4d6135", "creation_date": + "2016-03-07T21:03:59.783534+00:00", "modification_date": "2023-04-13T14:40:21.433436+00:00", "valid_until": null}]}' + form: {} headers: - Content-Length: - - "97833" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v1/images?page=1 + method: GET + response: + body: '{"images": [{"id": "0d3a22da-c634-45d6-a7dd-aff402f88b0c", "name": "AlmaLinux + 8", "label": "almalinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", + "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux + distribution, governed and driven by the community, focused on long-term stability + and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "name": "2023-06-29T09:17:23.982691+00:00", "local_images": [{"id": "50ad9f02-586c-4ce6-aae5-c2ae4e687021", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4123241-e07a-4877-a09f-6f804742a081", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "24b05c4e-13e9-4fe2-a839-9fe5b9e0b002", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "38a30800-4dbd-4183-b07d-14647c0d4eb5", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "550e1808-4e7c-473a-a16e-1142269c6ae1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f87135aa-8b0f-4846-9a89-11aabd57ec18", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ef08caab-fe05-4d83-b2eb-8ba2fafa0596", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "5d8cbe91-5d6a-4567-9945-6ba0bc549d83", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "225be2ef-8336-416f-8ff5-c4a205fdc53f", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4e8dfbe-274f-478d-9cd9-d90c5a717868", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ea78a3d8-37e6-4c38-9ce9-c1b055d406c7", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b9e99ca7-7732-4e8d-984e-de0487e6804c", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c2809848-2c32-4f7f-9bc3-ba44e7475cbe", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "00543f35-3daf-4239-a659-bf50e709faa6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f5e2b4a2-526e-416c-9e1f-0fe2225340da", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8dddccf4-519a-49b1-9e0d-b8a18cddd1ba", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e6a64b94-17aa-4efe-85c3-e444c477a7d9", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "6723f63f-7d7d-476d-be2d-69c808b9fc4b", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:17:24.171542+00:00", "modification_date": "2023-06-29T09:17:24.171542+00:00"}], + "categories": ["distribution"], "current_public_version": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2023-06-29T14:07:54.806379+00:00", + "valid_until": null}, {"id": "486ead23-9656-41d1-aa74-a5a780b2ae1b", "name": + "AlmaLinux 9", "label": "almalinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", + "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux + distribution, governed and driven by the community, focused on long-term stability + and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", + "name": "2023-06-29T09:45:27.412270+00:00", "local_images": [{"id": "de5289bb-b393-4424-8495-fa2f1b4a4d01", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04b69e61-fabb-4eac-8ca3-7ec7a06d12bb", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9a43ba5d-d408-4d85-8a09-e92257d295b2", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18204720-d974-4c85-8a9c-4dfb3ed40622", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b35cc74f-0630-4bd4-8484-9acab5304dce", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "426862b8-cbec-48ff-a2bb-27caee1163b5", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9f77358-33f7-43f9-857a-c74f08cf75cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0236f4af-ca6a-4b3f-803d-783cecf01ea1", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f2fdd63b-d8b5-46ec-9b75-6d5c336dcc2c", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dc8fd812-41d2-46e9-ab6b-1894fc8d0178", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a16b377a-c519-437e-8533-b95811560e92", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b0689ed5-72d8-47af-8eb1-345e5b306ce8", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "f77aaa49-4bf7-4f46-9d64-6777e7522609", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b6301465-3271-4eaa-ae6f-78492de6cc0d", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fa7922c1-135a-42e1-b52d-9f74843bc9f1", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a7297a98-c043-4d10-920c-773fc14c4254", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "6b7e8c57-b5c6-4cf6-a648-93030310e978", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "ab25c2cd-16ba-41e1-9fa0-35bc3f5d0c55", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:45:27.559431+00:00", + "modification_date": "2023-06-29T09:45:27.559431+00:00"}], "categories": ["distribution"], + "current_public_version": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", "creation_date": + "2022-08-24T09:21:26.315925+00:00", "modification_date": "2023-06-29T14:09:33.950229+00:00", + "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": + "Arch Linux", "label": "arch_linux", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/archlinux.png", + "description": "Arch Linux is an independently developed Linux distribution + versatile enough to suit any role.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", + "name": "2022-01-24T16:08:58.141740+00:00", "local_images": [{"id": "b57ecf7e-5b57-4ad7-8a57-30584aeb4c26", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", + "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", + "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", + "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6d6ca8b3-7547-485b-a7c5-06fb42fe1c17", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], + "categories": ["distribution"], "current_public_version": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", + "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2022-01-26T12:54:47.557608+00:00", + "valid_until": null}, {"id": "dc947de3-ddc7-4056-bc35-d51a316ebbb4", "name": + "CentOS 7.9", "label": "centos_7.9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "name": + "2023-04-13T13:05:23.543151+00:00", "local_images": [{"id": "15c5dd42-434b-49cf-a5b4-8bb3b5f9dc9d", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "54dfc73a-2a0b-4ea0-8e8e-abe85357a6cc", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d579e95a-4c2c-4f37-b57e-c2fc22b87966", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fc1f0708-c8e3-4ceb-a36a-6f47765d4f60", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "63b021be-1ec3-4227-b34d-06c976074422", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3e454a77-0ff5-47b0-9c7a-cc4dca7acaeb", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "98aceddf-c90f-4521-aa7b-93f942b5d2b5", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1dc52c29-d73a-453e-85d4-31721f832607", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cc3fb1b6-aa7b-4489-92b0-2c2ea7e937cd", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:05:23.795841+00:00", + "modification_date": "2023-04-13T13:05:23.795841+00:00"}], "categories": ["distribution"], + "current_public_version": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "creation_date": + "2019-12-25T00:00:00+00:00", "modification_date": "2023-04-13T14:37:49.401742+00:00", + "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": + "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", "name": + "2023-06-29T09:57:17.468268+00:00", "local_images": [{"id": "956a29a7-2a17-44c6-8ef5-5f570d94c2f4", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1f347698-54a2-487a-a75d-293d9abec730", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01c561be-a2de-4439-818c-70775b1d1f40", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "431011fb-f8f5-4a6a-b615-6685f5788fb9", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "42cf51c9-d9f3-412e-8551-e77d20d43166", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "183795aa-da22-466b-b4b4-c5249146a7df", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf8e4fec-34cf-4125-9b7a-2059b5af70c3", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e7fd5f3-347b-47fa-9028-700972a6d1d5", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "95c0036d-eb7e-4e03-9533-3ceb0ffc5519", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35511b10-8edc-4f24-865a-2f57cce489ca", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e5bee4a2-b567-4d4e-920a-af82d0d1e93c", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "c2834c20-7e0f-43b2-ab0b-0eeb617452cb", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "1c9e0239-991d-43fe-b20e-ba45efc4661b", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "eccb1827-d80e-48a5-a720-e25d1dee40ce", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "db73d6bd-1b22-4900-8d90-05f145602bca", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1c27bf2e-e0f2-418d-8386-6d1471a3f4a5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "41bf5f04-f17d-42dd-861a-dff0e06e30b3", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-29T09:57:17.630598+00:00", "modification_date": "2023-06-29T09:57:17.630598+00:00"}], + "categories": ["distribution"], "current_public_version": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", + "creation_date": "2022-02-03T10:23:22.168515+00:00", "modification_date": "2023-06-29T14:10:20.736043+00:00", + "valid_until": null}, {"id": "cfb3fa01-6406-4be8-9e9d-29daee2582fa", "name": + "Centos Stream 9", "label": "centos_stream_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", "name": + "2023-06-29T10:07:46.842172+00:00", "local_images": [{"id": "a37a9744-ac6d-40b0-bd7b-7b473f20cedd", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ee491158-8d0f-4876-ab99-2b5348de8cd7", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b2773ae9-a9dd-47b9-ad24-4d97b1b1eed7", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cda80574-04ff-4aca-9f1c-f859ffa64875", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fae5d87f-bc37-4553-85f3-4eb3e1da2764", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "a1c17bf1-a06a-4583-9b1b-a06683770752", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "896f4032-2a73-4fb7-ac73-329f13857d05", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e53a7dc2-6494-44af-99a4-a868b6b70d4c", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8e6cae1-831b-4037-ba14-776697be9c92", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1d97953e-2e41-4f8e-ae01-100aff3d5bc8", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "557bbec3-92f6-46e7-89ec-6e94103d9a93", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7c9fd020-325c-4e45-ac17-7d3b5cac02b3", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "cf0b870a-69d4-4dd8-acc2-9761e78fa4a4", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca9ac622-0aed-4086-9a0b-c2e9248e2de2", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eb701779-0c06-43e6-bd5b-73b8c454f9b1", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a0d52a18-7f42-4aa9-a85c-7dd316651180", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b73bd492-5561-4590-a7f6-c53abb4e64f3", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "5d810c7c-3c72-4386-b42d-54628b5de7d2", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:07:47.008103+00:00", "modification_date": "2023-06-29T10:07:47.008103+00:00"}], + "categories": ["distribution"], "current_public_version": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", + "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2023-06-29T14:11:19.285552+00:00", + "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": + "Debian Buster", "label": "debian_buster", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "name": "2023-06-29T07:46:45.049258+00:00", "local_images": [{"id": "41820b40-c617-44c6-9aa9-3e2e37418c57", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "c0ca9aad-3c45-4f50-be3d-ef33ea2dc0d2", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "45d675ba-4aba-4ef4-b84b-38ce66026598", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "d67ab43e-66f4-4bb6-a74c-3a770df970b7", "zone": "fr-par-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "d4fce070-82a6-4a6f-862f-19621c58cb97", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "415590fd-87aa-40e8-9ac7-2c48d7f01c86", "zone": "pl-waw-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "3b627c40-ba4a-4033-af11-a3b0561951f5", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "9c27a3d8-afbb-4e5d-baab-0a3fecb389f3", "zone": "pl-waw-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", + "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", + "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", + "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], + "creation_date": "2023-06-29T07:46:45.164123+00:00", "modification_date": "2023-06-29T07:46:45.164123+00:00"}], + "categories": ["distribution"], "current_public_version": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2023-06-30T09:58:38.511682+00:00", + "valid_until": null}, {"id": "213b02cb-3d8d-4967-ba8d-e5767a57574e", "name": + "Debian Bullseye", "label": "debian_bullseye", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "name": "2023-06-28T15:21:25.828164+00:00", "local_images": [{"id": "e8c74314-08f6-45fb-97f2-5a795c16f3c0", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "91bf9223-162b-4206-b848-e7040b928488", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "34e7b029-8cb3-461b-a567-806d1db8bd7e", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b1a2f4e7-0efb-4986-a9b9-bca05a2d1658", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "047aaf03-4b4f-491a-8ee1-058de110587b", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "92de05f7-7bfa-4920-8fb6-035764ba1792", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8224b57a-623c-494e-9c46-1c32a4bef917", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "63ad2087-2ec4-4693-9b3e-57943905bb21", "zone": "pl-waw-1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bed9e25d-2413-4600-a94e-aa2bfa451697", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16a45a62-4404-4fd4-8dbb-b94bf717551b", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a8dfb491-cb30-4542-a449-61991aa8c21e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "db754ae1-4be1-4f29-9df6-065f7d2e4ac5", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d40afcf-4667-4b24-a4bd-bf1b9579259c", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "013993be-ae2e-4d73-89dc-8f80c16efce7", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4023941a-6073-4622-af29-01f004853cb4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b59b92fa-8cfc-465d-b129-273c8761f85d", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4d2f2c6c-2699-428d-8579-36e9968b4893", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T15:21:26.118028+00:00", "modification_date": "2023-06-28T15:21:26.118028+00:00"}], + "categories": ["distribution"], "current_public_version": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-06-29T14:05:14.561058+00:00", + "valid_until": null}, {"id": "fd6931c1-5326-4f8d-8fdf-57867b2830e3", "name": + "Debian 12 (Bookworm)", "label": "debian_bookworm", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "name": "2023-06-28T14:45:18.946075+00:00", "local_images": [{"id": "8b1e392c-120f-41bc-91af-3e27c04744e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "58288966-dbc5-471e-9571-583d86d9063f", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e724257-ee51-4241-b8f2-a44c740c2bce", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "57d304dc-4773-4f60-8d14-54af67bef846", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "933f9ee1-96f1-4c59-aaf7-d4b3a6e4d0f7", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3054897d-c068-4631-8088-f3f37d0abd9f", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO"]}, {"id": "03cf521d-6195-47a9-b885-8c03c76a1ec8", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "285fadf3-6cd1-41dc-90e0-f25b029058e7", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c710f82-39d3-43a1-b4f6-2e4beeefd67f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "227027f8-a48b-4de5-8543-5fc58da395a0", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d14bcc5b-af71-4bb6-b1d9-e052815186e4", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "dd9ac72d-25ff-4b66-979f-f408126d0de9", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "abbbdc2c-7c43-4668-a93b-d4c9960c4e3c", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "79461349-bffb-4de2-acb2-2a120fa0c2a4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aeb6ba5-c6fa-4afb-a79a-364e0370e250", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "89726ac1-eae7-45bb-8fa4-a9ba277eb0bf", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2fc51d68-cb88-4b0d-bd42-2fc4044edee9", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "7216cbc5-e77f-43a4-aae1-fafdee0c507a", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T14:45:19.109899+00:00", "modification_date": "2023-06-28T14:45:19.109899+00:00"}], + "categories": ["distribution"], "current_public_version": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "creation_date": "2023-06-05T14:20:04.240833+00:00", "modification_date": "2023-06-29T14:04:06.002485+00:00", + "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": + "Docker", "label": "docker", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/docker.png", + "description": "Docker is an open platform for developers and sysadmins to build, + ship, and run distributed applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "aeaa9adb-f93e-482b-bb03-e402def75243", + "name": "2023-04-13T13:03:17.035176+00:00", "local_images": [{"id": "5c789fa0-3618-46b6-a484-6915a074cd1b", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "822bd95d-39f5-4649-b9ac-1b23869fb5eb", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "50ebcf47-39b5-4087-ad18-79f63b9fdc05", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2d7d32fd-3c5c-4b5d-ab9a-6423741e6d4e", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "78b02952-be83-4b4b-a77c-1ecec5356652", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0a7c1075-086b-4b07-b285-84c6d55b544f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "157c5202-f71d-40d2-9cbe-08a11d0d6ab6", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d8d51744-86c2-4389-884d-886a18ed76c4", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2425e8be-9e8f-460a-8adc-d711c4958ace", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:03:17.145319+00:00", + "modification_date": "2023-04-13T13:03:17.145319+00:00"}], "categories": ["instantapp"], + "current_public_version": "aeaa9adb-f93e-482b-bb03-e402def75243", "creation_date": + "2016-03-05T15:11:26.847640+00:00", "modification_date": "2023-04-13T14:34:48.199797+00:00", + "valid_until": null}, {"id": "186859f6-0152-45dd-9eb8-21fc5e8d774e", "name": + "Fedora 36", "label": "fedora_36", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "name": "2023-04-13T13:03:38.692646+00:00", "local_images": [{"id": "b613de94-efde-49b0-84fd-18698da03450", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4e0d352b-c33b-43c9-8b10-6750b70f87ec", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6b76e0e1-f650-434a-b901-628a24807738", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "186cf8ac-3ba8-4be3-a420-e09a7a556269", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5ab8b0ba-e458-4a2d-b349-4c63cab96f08", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12256f5e-7577-421d-b13a-8e6f53c7656c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68532aae-1625-4a7a-ac48-b12426e1fbc4", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e55c488c-6ca3-41eb-875e-48f7babe1500", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "595da48b-750e-4745-a211-44926dabce33", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "375587da-52be-4149-8fff-1ffbc1b242b2", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "80d063d1-c022-4369-8e25-6578d0426e1c", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2023-04-13T13:03:38.803387+00:00", "modification_date": "2023-04-13T13:03:38.803387+00:00"}], + "categories": ["distribution"], "current_public_version": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2023-06-13T10:11:39.592521+00:00", + "valid_until": "2023-09-04T00:00:00+00:00"}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", + "name": "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "731bafdc-795e-4344-aad7-8b232d23cc0f", + "name": "2023-06-29T10:17:11.438863+00:00", "local_images": [{"id": "3d56b3aa-ca55-4ff7-845b-5f2202b21eab", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68350cc3-a832-425a-a52a-ca7b5d97521b", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "52493d0b-3449-44db-9a25-c2ee88098c20", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b05a4b23-2693-45a7-a687-d5bf95928558", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7056d038-70f4-4418-86de-9afa797b9bd4", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d290454-2c3f-4d54-8089-cc4959738517", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "edc71c21-e1d4-4d46-ac8a-25731a2ff0f7", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0d0882d-27cd-4efb-9b04-9b38c3831ea9", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2487c92c-112e-4433-9215-9c0b061aafa9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "425369d8-fc3b-4450-a51b-2e3204c13131", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9f13d0a-7e3b-40fc-8773-5cbb5657d3ef", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0231ee97-32f6-46b5-b32d-dec9bf617b93", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f6b68c40-119d-47af-be6a-6b1559f2fb93", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d23ab05e-75be-47db-847e-5ffabb133da0", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0dc025d-5c50-49f4-98a4-3d3453b64557", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ae60415d-2201-4bd8-9a5e-5c36c64a8aac", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "009edf9b-b397-4d1c-b536-2c69c2dc8972", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "1fc5e8e0-affe-469d-9fa9-e728aee39140", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T10:17:11.578826+00:00", + "modification_date": "2023-06-29T10:17:11.578826+00:00"}], "categories": ["distribution"], + "current_public_version": "731bafdc-795e-4344-aad7-8b232d23cc0f", "creation_date": + "2022-11-14T10:48:04.097063+00:00", "modification_date": "2023-06-29T14:14:33.960964+00:00", + "valid_until": null}, {"id": "dab3ed4b-5d6a-4b77-82e2-04405fd2a59e", "name": + "Fedora 38", "label": "fedora_38", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "name": "2023-06-29T10:24:48.965555+00:00", "local_images": [{"id": "4cf0e56a-bf45-4fa4-bd1e-2ddfb661119e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9fd921c1-2bca-427e-863d-28e8f6fde734", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35bcd438-3a67-4a78-ae27-0a27d23895bf", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8892b50e-0171-4f81-910c-831d58d1cb24", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c8a70187-6cca-4b99-9e2f-9c5b2670a1c2", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0866e42d-55ab-4a29-8f1c-2824cc714ccd", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "95b0b46d-1310-4202-92e2-c6ef8628fed8", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c06829c-5db9-4242-a704-3045fb5e9bb8", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "002b6925-99fd-4804-8f0b-41600a351d6f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1e54d3d2-2f47-49ab-b2f7-f0e5631c7fa9", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4b880c30-fb8d-4985-9c74-be6593741ff5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "07dde049-873d-40ba-a0a2-db2dd7e123c4", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "c4345c84-63dc-4455-a947-5ae8db254cd7", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "cac651c1-d44f-4cfd-9a0f-8e7791a275ec", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "380333c5-2a06-49a6-a7ac-15fe45be91b6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12eb4550-6994-4e28-a63c-9a928e3a4f44", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1abdf7ab-5731-4bc6-997b-99fdea7d6609", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "16883b63-ec40-4eb6-8182-b0a95dc87672", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:24:49.126580+00:00", "modification_date": "2023-06-29T10:24:49.126580+00:00"}], + "categories": ["distribution"], "current_public_version": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "creation_date": "2023-04-18T07:53:13.621657+00:00", "modification_date": "2023-06-29T14:15:25.945175+00:00", + "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": + "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", + "description": "GitLab is a web-based Git repository manager with wiki and issue + tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", + "name": "2023-04-13T13:06:28.354726+00:00", "local_images": [{"id": "416e6290-b9dd-47f8-9a90-f07cb7fa0f1d", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0030922b-675e-4348-853f-4e4490c14ee9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16622dfc-d69c-4c78-9462-1321f84ac750", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "01d0cc75-9b4c-4d88-8560-5a0308a20c97", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e71db560-19bc-4dfe-9c84-84ae7e3a6809", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04f3be3a-f6d1-41e7-9b63-7b1d2e3492a1", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8d43f819-553b-4490-893b-cb82abeffb14", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8369e2c9-6433-46db-9b8c-fe69e043d92e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "14f3da80-9ec2-4a12-a583-50275b3c6c16", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:06:28.530554+00:00", + "modification_date": "2023-04-13T13:06:28.530554+00:00"}], "categories": ["instantapp"], + "current_public_version": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", "creation_date": + "2016-03-07T21:06:22.770864+00:00", "modification_date": "2023-04-13T14:32:36.692844+00:00", + "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": + "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", + "description": "Nextcloud is an open source, self-hosted file share and communication + platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": + "OCS"}, "versions": [{"id": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "name": + "2023-04-13T13:00:13.060943+00:00", "local_images": [{"id": "b1d51a36-38dc-4d65-873c-4fed3dbeb21e", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "220ab3a6-0b38-4d6c-864d-fd6feb8aa99c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5e2f22ec-d003-485f-bec2-9a5372f5f0e4", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cee6ae09-afdc-4286-bc93-98fdb214effe", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4ac5d79b-597b-4d05-a3d2-b3f44431bc2a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "30d1c545-c406-4515-83ab-f5224d4f95b6", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f3a31d98-0e04-45da-8246-de949f5615e4", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9d1eec19-d016-49d4-bdfc-f141a1a4eb8e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f0de85a8-5c37-474b-b4c8-76a233bee055", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:00:13.324444+00:00", + "modification_date": "2023-04-13T13:00:13.324444+00:00"}], "categories": ["instantapp"], + "current_public_version": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "creation_date": + "2019-04-16T12:22:56.930842+00:00", "modification_date": "2023-04-13T14:31:50.306200+00:00", + "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": + "OpenVPN", "label": "openvpn", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/openvpn.png", + "description": "Surf the web in a secure and anonymous way with OpenVPN InstantApp.", + "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "auth-team+ocs-organization@scaleway.com"}, + "versions": [{"id": "8c40dae0-21ad-4226-821a-aab4c6acae92", "name": "2023-04-13T12:54:17.348185+00:00", + "local_images": [{"id": "98cf2d5f-9268-4cc1-bc43-4ae9c9e66d75", "zone": "par1", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", + "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", + "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "defab02d-b971-4418-8349-2a2da5740274", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9ea9fd9c-a795-4de7-8cd2-ca21e04f6aa7", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dfc57325-2ab1-4bd0-acb0-0f93ab55a8e2", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1a50ba7a-d691-4521-9837-b6c5e8be9ab4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d2828fd6-1d35-4140-9079-54e7025df877", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a60d4970-e050-4677-b54b-c0d395c56100", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3867a1f9-b51a-48de-a2ec-f109dfac38a5", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6ba68330-d6d5-4b33-9a8c-5edbbd0d58eb", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T12:54:17.619668+00:00", + "modification_date": "2023-04-13T12:54:17.619668+00:00"}], "categories": ["instantapp"], + "current_public_version": "8c40dae0-21ad-4226-821a-aab4c6acae92", "creation_date": + "2016-03-07T21:04:57.667667+00:00", "modification_date": "2023-04-13T14:31:04.244508+00:00", + "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": + "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "069e4325-8cf4-43c3-a77b-0f3123591d66", + "name": "2023-06-29T09:39:16.385435+00:00", "local_images": [{"id": "a5c78b81-24b7-4395-bbee-13c30025f0e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "13e873b1-e6f9-4bef-8b49-de557aac831c", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "20ba6374-73b8-4251-ac85-d306cfb024ad", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a78bd672-e115-4d25-bcf5-5cf9e6b6a762", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8c623e56-1f67-4119-9781-89592bc67041", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "df94f587-fbd2-4dae-820e-e9707ddfa14b", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "500cece3-1b62-418a-850e-5ddb2946c447", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3bdf545b-109e-449e-9392-345c76943b6d", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "9604e9d3-536c-4084-ab42-3d97a5402559", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "67f8c3df-e5e8-4d5c-8ae4-981c376ce3f6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "816ef32f-a2ea-4aae-9a64-aa762abb02cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fd5f7b3c-7e36-42d4-a073-ab5406b8e3a4", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5c5eb9c7-7c5e-4993-91ef-84e201038089", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "731f1363-44d1-42d9-91f7-634a151feae5", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b73f5ac6-ffcc-4e9e-99b6-a98697b00236", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "88fabf01-fa8c-4923-866e-736791660ce8", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "581f3d90-c26c-426c-880b-853c276ce63c", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "15666542-96e3-49c6-a118-66c98bbe5220", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:39:16.526639+00:00", + "modification_date": "2023-06-29T09:39:16.526639+00:00"}], "categories": ["distribution"], + "current_public_version": "069e4325-8cf4-43c3-a77b-0f3123591d66", "creation_date": + "2021-06-25T10:16:16.254240+00:00", "modification_date": "2023-06-29T14:12:30.201206+00:00", + "valid_until": null}, {"id": "589c35a9-20ce-4ed9-92d7-16dc061be52b", "name": + "Rocky Linux 9", "label": "rockylinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "953252d3-e46d-4023-9826-2324cda1afc2", + "name": "2023-06-29T09:26:03.468030+00:00", "local_images": [{"id": "a19a36d8-5ebe-4d2b-9f58-90b8bbce17d6", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "09ade2e5-f514-4336-b062-a9c0cbf15dca", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "209274a6-40fe-4b14-a726-d3c335f2bdfc", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e2dbe3d9-8964-4b9a-b0bd-c00a446a0012", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b2384e5e-5e57-49c9-b2cf-bb08905490f1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2c0b83f0-d1b1-4d28-940d-bef8e96132e8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ea5270d9-4e79-4b29-8b3a-376c4eae428c", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "4236937e-76f3-4707-8479-45e95164b30e", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "70d21764-e8ff-4613-9f54-c0f0b65550a1", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "17d626d7-12c9-4ef4-a3d9-590b4671ed6e", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "89673e08-73f0-44c3-87d9-9a2102cc77be", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "17b61a58-f6d2-4af1-865c-f1f196037f20", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bac260d6-5bab-48f1-9568-bec01eb45010", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca0faa90-8027-428b-9122-4599658e2b51", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eca7a69d-87bc-4b93-a0c3-64ddc0fc1928", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "df3420cf-cff2-424f-a80c-0e787e62712a", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aca8ad0-26a5-4149-ad02-f35893b0008a", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "435c4943-ff9e-4b43-be94-060a2c9afcf8", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:26:03.618422+00:00", "modification_date": "2023-06-29T09:26:03.618422+00:00"}], + "categories": ["distribution"], "current_public_version": "953252d3-e46d-4023-9826-2324cda1afc2", + "creation_date": "2022-08-24T09:26:33.639016+00:00", "modification_date": "2023-06-29T14:13:34.171849+00:00", + "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": + "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", "name": + "2023-06-28T12:47:17.053281+00:00", "local_images": [{"id": "aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "82a3876e-72b9-40bc-bc12-24e3f861d013", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "af73ec15-9e43-4253-96a2-78eb6ba276e6", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0824cbe3-503f-4190-b1b9-46be6e088fb3", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f4c150c4-e242-4816-954a-4ea4cc2a7a43", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "04f966d7-b922-4893-b11e-01c311381db1", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18a8a317-e3b2-461d-b959-06a7b8ae273b", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "76c27afa-28dd-4065-aeba-e420719e6c41", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5b51710c-e543-47b5-92d2-a68a83cefbe9", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c537273-d37f-42ab-adf2-bae972e07d37", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "48c7a6f9-8cc2-48a0-94f1-393cc5905de0", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "84f39b4e-03c3-45a5-8b2b-7d8918d66188", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0cc62d87-d5fd-480f-86f9-1ffe49247d05", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "59af3dbe-b76b-4da7-9359-2d1abb4e56b8", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d33bbc82-6982-4a2c-a674-8e90ee6aa151", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8683cd46-d4d8-46b3-be4d-13049c688d11", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "69782bbc-a0bd-4a23-9c45-8057be9b9b90", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T12:47:17.220902+00:00", "modification_date": "2023-06-28T12:47:17.220902+00:00"}], + "categories": ["distribution"], "current_public_version": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", + "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2023-06-29T14:02:35.072612+00:00", + "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": + "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "3e21d063-d260-4edd-ac23-9e4539602bd5", "name": + "2023-06-28T11:49:42.473783+00:00", "local_images": [{"id": "d3b9cc2d-37a2-46e8-918e-2443e7a1caab", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "915cb204-e4b8-458e-9408-967a25a86f47", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fd8120c0-7668-4e15-b283-3107d982d448", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0fef81ad-0411-4cba-abcb-15bd6a7f9879", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b4cde7dd-c898-42fe-a00e-e61c93dc0596", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "d28835dd-2588-4e20-aab6-1bd28b22781e", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4397c580-63d0-4131-bf4d-def7fc286ddb", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b7e4f8a1-45f5-40f3-87bf-5e0c17ad359f", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01cd69e9-998f-46c4-867b-c0cad16fff4a", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "313b34d5-f99b-474e-b5ba-a2080be559d2", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d456e704-9e78-4116-8b82-83d01428804a", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "7b15abd5-2b9d-4447-9693-b14c88469f7f", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c800fe16-e589-42f0-b05b-ee4f077936f8", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "e4e82e3f-4fff-4468-abb0-32e82278059a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4858f8e6-fdfd-42a7-89f3-c7acc5f151d8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf3edcaf-333e-4ebd-8b33-ebc23964339d", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "483699e6-b30b-4d31-941e-e0a7e617c212", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "37928e4b-ca24-4c97-8b7d-edcc9bb4e1b4", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-28T11:49:42.675609+00:00", "modification_date": "2023-06-28T11:49:42.675609+00:00"}], + "categories": ["distribution"], "current_public_version": "3e21d063-d260-4edd-ac23-9e4539602bd5", + "creation_date": "2022-04-07T13:35:54.966630+00:00", "modification_date": "2023-06-29T14:01:03.769090+00:00", + "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": + "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "name": + "2023-04-13T12:47:26.451219+00:00", "local_images": [{"id": "fe177b1f-c067-45f3-84a6-5aefd68f7f77", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "c128aa85-0cf6-48e1-8d32-660b9f1fc9be", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "3bcf8475-dcd1-43ad-aabd-c7af51f4805a", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9ffd49dd-f620-4ee4-91a2-65028ebbe1b5", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "3bb18d01-6f5e-4648-b524-70cc241e9686", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "55e9cd84-1a80-48ef-a3fb-3c2a2d13e164", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "f8f3a701-58fd-45a7-8e10-4c849caa294e", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", + "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "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"]}], "creation_date": "2023-04-13T12:47:26.676017+00:00", + "modification_date": "2023-04-13T12:47:26.676017+00:00"}], "categories": ["distribution"], + "current_public_version": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "creation_date": + "2018-04-27T14:07:25.221998+00:00", "modification_date": "2023-06-13T10:16:17.332319+00:00", + "valid_until": "2023-10-16T00:00:00+00:00"}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", + "name": "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": + "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": + "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4670b9fc-560f-4216-9804-100fac8f4440", + "name": "2023-07-11T14:36:08.637363+00:00", "local_images": [{"id": "620308d0-3c3a-49ca-9336-4933e5bd4073", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "86ee67f8-5f28-45f3-8344-a171bb0d84ec", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "8319423f-497e-46cf-94ee-8490f0c220cc", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "28a3fc1e-bd0f-4809-9973-b9d46434ef3f", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "15ca7a2d-530d-4b8e-9478-f25e64782c78", "zone": "nl-ams-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "7fc05de1-7cd4-44b3-ba67-8dccf156b90d", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "07e6223c-7d92-43b9-ad60-b3db712d026a", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "8cc9fb41-e855-46c4-98b8-a8a10e9a5d57", "zone": "pl-waw-1", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], + "creation_date": "2023-07-11T14:36:08.816277+00:00", "modification_date": "2023-07-11T14:36:08.816277+00:00"}], + "categories": ["Machine Learning"], "current_public_version": "4670b9fc-560f-4216-9804-100fac8f4440", + "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2023-07-11T14:53:48.664201+00:00", + "valid_until": null}, {"id": "a6c68db3-5613-4b08-acaa-2c92d8baf26c", "name": + "Ubuntu Jammy GPU OS 12", "label": "ubuntu_jammy_gpu_os_12", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu 22.04 Jammy Jellyfish for Nvidia GPU and Machine Learning + (GPU passthrough)", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "010dea1d-852b-4192-bccd-038718d3487e", + "name": "2023-07-11T14:51:29.720136+00:00", "local_images": [{"id": "e250a24c-befd-471c-b068-4e1a62b8f0ac", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "076b7bbf-874a-4147-a6d4-d0120c49ad01", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "b15bd6fe-ada7-470e-a4a5-ef75ee5e7aec", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "adfb1952-8622-46ab-a6c8-a45ab5c97d80", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "1c794802-8656-4e98-b571-2ba7a97a97d4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "a27bd829-b242-4caf-92a2-a89101066e57", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "73a04b4f-61b0-4760-b6b0-b55e01d6adb6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "da2d2d6d-758b-4085-91ce-30dd2546a2eb", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}], "creation_date": "2023-07-11T14:51:29.881721+00:00", + "modification_date": "2023-07-11T14:51:29.881721+00:00"}], "categories": ["Machine + Learning"], "current_public_version": "010dea1d-852b-4192-bccd-038718d3487e", + "creation_date": "2023-01-20T14:30:57.496021+00:00", "modification_date": "2023-07-11T14:53:44.790537+00:00", + "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": + "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", + "description": "WordPress is the most popular web software you can use to create + a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "08baf82b-82b8-4450-b545-c2fbfd4d6135", + "name": "2023-04-13T13:48:44.450791+00:00", "local_images": [{"id": "af715cfb-e95f-42bf-b308-eedc91ae4806", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9be223b-f639-4ed9-83f0-ee911be052de", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1927920a-520f-4712-9a56-11d7cbbe43be", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2406e707-b3cc-4721-9e7d-293ecec7dcf8", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "28357650-c47f-4bd2-8589-0cb4923c0f58", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c0ba4cb-6286-4220-9e28-de57042c6812", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9490b6b4-92cb-4c9e-abfc-1cee6187ee29", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8ce328f-25c2-4e59-be52-1572e3c4f769", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7237cd6a-fcc0-4d51-a268-57561c295323", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:48:44.619998+00:00", + "modification_date": "2023-04-13T13:48:44.619998+00:00"}], "categories": ["instantapp"], + "current_public_version": "08baf82b-82b8-4450-b545-c2fbfd4d6135", "creation_date": + "2016-03-07T21:03:59.783534+00:00", "modification_date": "2023-04-13T14:40:21.433436+00:00", + "valid_until": null}]}' + headers: + Content-Length: + - "201119" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Link: - ; rel="last" Server: @@ -1209,27 +4801,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8dc09c32-c753-47dd-8731-9ffdd7467f9b + - 103817be-1651-473c-b623-ac7fc6471790 X-Total-Count: - - "22" + - "24" status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/b2338ae2-f6a6-472e-814a-012a39169f76 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/4cdb6366-9d0b-4daa-98c1-d171227fb92f method: GET response: - body: '{"image": {"id": "b2338ae2-f6a6-472e-814a-012a39169f76", "name": "Ubuntu + body: '{"image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "b9f0d6f5-2677-45b0-91b5-e42a68029a32", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2022-11-17T16:50:02.930092+00:00", - "modification_date": "2022-11-17T16:50:02.930092+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}}' headers: Content-Length: @@ -1239,7 +4837,7 @@ interactions: Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1249,30 +4847,485 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64268404-34af-452a-a064-e9d7f74e20c7 + - 13f9cf24-3872-48a3-9b52-fe5da066ce78 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"servers": {"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}}, "baremetal": false, "monthly_price": + 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "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}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": false, "monthly_price": + 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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}}, + "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "GP1-VIZ": + {"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}}, + "baremetal": false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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}}, + "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "PLAY2-MICRO": {"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}}, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "POP2-2C-8G": + {"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}}, "baremetal": false, "monthly_price": + 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-HC-16C-32G": + {"alt_names": [], "arch": "x86_64", "ncpus": 16, "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}}, "baremetal": + false, "monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": false, "monthly_price": + 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, + "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": + {"boot_types": ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}}, "START1-M": {"alt_names": [], "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}}, "baremetal": false, "monthly_price": + 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 300000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 300000000}]}}, "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}}, "baremetal": false, "monthly_price": + 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 100000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 100000000}]}}, "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}}, "baremetal": false, "monthly_price": + 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; 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": {"DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": - 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 800000000000}}, "baremetal": false, "monthly_price": 36.1496, "hourly_price": - 0.04952, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "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}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, + "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}}, "baremetal": false, "monthly_price": + 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "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}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", @@ -1281,16 +5334,17 @@ interactions: 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 20000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, - "baremetal": false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - 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}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, + 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}}, "baremetal": false, "monthly_price": + 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", @@ -1299,34 +5353,34 @@ interactions: 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 500000000}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": - 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": - false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": - ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + "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}}, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-M": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-S": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1335,16 +5389,16 @@ interactions: "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-XS": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1353,7 +5407,7 @@ interactions: "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1361,71 +5415,73 @@ interactions: true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "GP1-L": {"alt_names": - [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "volumes_constraint": - {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": - 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["bootscript", - "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + [], "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}}, "baremetal": + false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "GP1-S": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "GP1-XL": - {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "PLAY2-MICRO": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "PLAY2-NANO": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "PLAY2-MICRO": {"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}}, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1434,34 +5490,196 @@ interactions: "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": 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}]}}, "PRO2-L": + {"internal_bandwidth": null, "internet_bandwidth": 100000000}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "POP2-2C-8G": + {"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}}, "baremetal": false, "monthly_price": + 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["rescue", "local"], + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, + "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, + {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-HC-16C-32G": + {"alt_names": [], "arch": "x86_64", "ncpus": 16, "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}}, "baremetal": + false, "monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["rescue", "local"], + 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-S": + true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, + "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, + {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}}, "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}}, "baremetal": + false, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1470,7 +5688,7 @@ interactions: "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1479,7 +5697,7 @@ interactions: "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1488,129 +5706,226 @@ interactions: "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": - 1, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": + 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": + {"boot_types": ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "START1-L": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 400000000}]}}, "START1-M": {"alt_names": [], "arch": - "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "volumes_constraint": {"min_size": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}}, "START1-M": {"alt_names": [], "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}}, "baremetal": false, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 50000000000, "max_size": - 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "baremetal": false, "monthly_price": 7.738, "hourly_price": - 0.0106, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "START1-XS": - {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, - "volumes_constraint": {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + 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}}, "baremetal": false, "monthly_price": + 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 18.0164, "hourly_price": - 0.02468, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": {"alt_names": - ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "volumes_constraint": - {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + 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}}, "baremetal": false, "monthly_price": + 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}}}' + headers: + Content-Length: + - "37931" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 12 Jul 2023 14:09:14 GMT + Link: + - ; rel="next",; + rel="last" + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4a655b53-ee4b-4a5b-9c13-3c82fb4a7e77 + X-Total-Count: + - "56" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"servers": {"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}}, "baremetal": false, "monthly_price": + 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 50000000000, - "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 6.2926, "hourly_price": - 0.00862, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "X64-120GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": - 0, "volumes_constraint": {"min_size": 500000000000, "max_size": 1000000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": - "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "volumes_constraint": {"min_size": + 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}}, "baremetal": false, "monthly_price": + 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}, "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}}, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 32212254720, "gpu": 0, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "baremetal": false, "monthly_price": 86.9138, "hourly_price": - 0.11906, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 500000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 500000000}]}}, "X64-60GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": - 0, "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1000000000}]}}}}' + 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}}, "baremetal": false, "monthly_price": + 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}}, "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}}, "baremetal": false, "monthly_price": + 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; 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": {"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}}, "baremetal": false, "monthly_price": + 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "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}}, "baremetal": false, "monthly_price": + 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}, "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}}, "baremetal": false, "monthly_price": + 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 250000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}}, "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}}, "baremetal": false, "monthly_price": + 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}}, "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}}, "baremetal": false, "monthly_price": + 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}}}' headers: Content-Length: - - "28055" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:57:59 GMT + - Wed, 12 Jul 2023 14:09:14 GMT Link: - - ; rel="last" + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1620,38 +5935,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6216c66f-f17c-46fc-a3a3-5ff1a4682470 + - 476e23ef-434c-4cc1-98ea-9a18aa924db2 X-Total-Count: - - "38" + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"project":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5"}' + body: '{"ip": {"id": "fd1991a8-b9da-4b9e-9093-29e0781a3b51", "address": "51.15.214.99", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "nat", "state": "attached", "tags": []}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "237eb35e-a07e-448c-8948-a54824077849", "address": "163.172.169.96", - "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "tags": - []}}' + body: '{"ip": {"id": "fd1991a8-b9da-4b9e-9093-29e0781a3b51", "address": "51.15.214.99", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "nat", "state": "attached", "tags": []}}' headers: Content-Length: - - "255" + - "305" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:00 GMT + - Wed, 12 Jul 2023 14:09:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/237eb35e-a07e-448c-8948-a54824077849 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/fd1991a8-b9da-4b9e-9093-29e0781a3b51 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1661,62 +5979,99 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99358168-591b-4410-983e-9ef33c94be02 + - a939ba6d-61d1-49ea-974b-cafdfbb6735f status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-srv-tender-shamir","commercial_type":"DEV1-S","image":"b2338ae2-f6a6-472e-814a-012a39169f76","public_ip":"237eb35e-a07e-448c-8948-a54824077849","boot_type":"local","project":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5"}' + body: '{"server": {"id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", "name": "cli-srv-stoic-curie", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-stoic-curie", "image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "5bfb67c3-41cd-4ecb-94a6-79fb0b57a796", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", "name": "cli-srv-stoic-curie"}, + "size": 20000000000, "state": "available", "creation_date": "2023-07-12T14:09:15.709318+00:00", + "modification_date": "2023-07-12T14:09:15.709318+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "fd1991a8-b9da-4b9e-9093-29e0781a3b51", "address": "51.15.214.99", + "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": + "dhcp"}, "public_ips": [{"id": "fd1991a8-b9da-4b9e-9093-29e0781a3b51", "address": + "51.15.214.99", "dynamic": false, "gateway": null, "netmask": "32", "family": + "inet", "provisioning_mode": "dhcp"}], "mac_address": "de:00:00:1d:0a:01", "routed_ip_enabled": + false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": + false, "private_ip": null, "creation_date": "2023-07-12T14:09:15.709318+00:00", + "modification_date": "2023-07-12T14:09:15.709318+00:00", "bootscript": {"id": + "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline + 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", + "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", + "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": + true, "zone": "fr-par-1"}, "security_group": {"id": "ac7c7160-8415-425b-8cf0-9976ee15ccd1", + "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "9c5e8797-fe92-4556-9e2d-243efa9abcf4", "name": "cli-srv-tender-shamir", + body: '{"server": {"id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", "name": "cli-srv-stoic-curie", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-tender-shamir", "image": {"id": "b2338ae2-f6a6-472e-814a-012a39169f76", + "hostname": "cli-srv-stoic-curie", "image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "b9f0d6f5-2677-45b0-91b5-e42a68029a32", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2022-11-17T16:50:02.930092+00:00", - "modification_date": "2022-11-17T16:50:02.930092+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4f96e37c-72e4-4139-9edf-2a7c84aba105", + "volumes": {"0": {"boot": false, "id": "5bfb67c3-41cd-4ecb-94a6-79fb0b57a796", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "9c5e8797-fe92-4556-9e2d-243efa9abcf4", "name": "cli-srv-tender-shamir"}, - "size": 20000000000, "state": "available", "creation_date": "2023-01-06T09:58:00.287222+00:00", - "modification_date": "2023-01-06T09:58:00.287222+00:00", "tags": [], "zone": + "server": {"id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", "name": "cli-srv-stoic-curie"}, + "size": 20000000000, "state": "available", "creation_date": "2023-07-12T14:09:15.709318+00:00", + "modification_date": "2023-07-12T14:09:15.709318+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "237eb35e-a07e-448c-8948-a54824077849", "address": "163.172.169.96", - "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - false, "enable_ipv6": false, "private_ip": null, "creation_date": "2023-01-06T09:58:00.287222+00:00", - "modification_date": "2023-01-06T09:58:00.287222+00:00", "bootscript": {"id": + "", "public_ip": {"id": "fd1991a8-b9da-4b9e-9093-29e0781a3b51", "address": "51.15.214.99", + "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": + "dhcp"}, "public_ips": [{"id": "fd1991a8-b9da-4b9e-9093-29e0781a3b51", "address": + "51.15.214.99", "dynamic": false, "gateway": null, "netmask": "32", "family": + "inet", "provisioning_mode": "dhcp"}], "mac_address": "de:00:00:1d:0a:01", "routed_ip_enabled": + false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": + false, "private_ip": null, "creation_date": "2023-07-12T14:09:15.709318+00:00", + "modification_date": "2023-07-12T14:09:15.709318+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "5625a063-ba55-4c40-8339-eb0bd108a7e9", + true, "zone": "fr-par-1"}, "security_group": {"id": "ac7c7160-8415-425b-8cf0-9976ee15ccd1", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2638" + - "2964" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:00 GMT + - Wed, 12 Jul 2023 14:09:16 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9c5e8797-fe92-4556-9e2d-243efa9abcf4 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b12546f0-c3ea-4331-98d7-4385bdf86a48 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1726,34 +6081,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ccf83f6-aeb7-4ae0-a633-c822ef025ec6 + - af70dc85-1ba8-4fe9-8312-b2d3456d4edf status: 201 Created code: 201 duration: "" - request: - body: '{"private_network_id":"a87aa68b-b418-4ba7-9cbc-94e7e8de1fc2"}' + body: '{"private_nic": {"id": "cd2011ee-5ada-4d67-8345-3ac321eea5e9", "private_network_id": + "7c7e7c4a-0362-45d8-afdc-54eb84dff200", "server_id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", + "mac_address": "02:00:00:13:5e:8a", "state": "available", "creation_date": "2023-07-12T14:09:16.138226+00:00", + "modification_date": "2023-07-12T14:09:16.138226+00:00", "zone": "fr-par-1", + "tags": []}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9c5e8797-fe92-4556-9e2d-243efa9abcf4/private_nics + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b12546f0-c3ea-4331-98d7-4385bdf86a48/private_nics method: POST response: - body: '{"private_nic": {"id": "ea267ce5-0fab-4f1e-89f9-c3248e708e96", "private_network_id": - "a87aa68b-b418-4ba7-9cbc-94e7e8de1fc2", "server_id": "9c5e8797-fe92-4556-9e2d-243efa9abcf4", - "mac_address": "02:00:00:11:e0:f0", "state": "available", "creation_date": "2023-01-06T09:58:00.643409+00:00", - "modification_date": "2023-01-06T09:58:00.643409+00:00", "zone": "fr-par-1"}}' + body: '{"private_nic": {"id": "cd2011ee-5ada-4d67-8345-3ac321eea5e9", "private_network_id": + "7c7e7c4a-0362-45d8-afdc-54eb84dff200", "server_id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", + "mac_address": "02:00:00:13:5e:8a", "state": "available", "creation_date": "2023-07-12T14:09:16.138226+00:00", + "modification_date": "2023-07-12T14:09:16.138226+00:00", "zone": "fr-par-1", + "tags": []}}' headers: Content-Length: - - "366" + - "378" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:00 GMT + - Wed, 12 Jul 2023 14:09:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1763,32 +6123,40 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a36244e7-7aa6-4bf2-918f-b5edd81f295e + - 52a9f28b-445c-4f46-acfd-7c8de5549757 status: 201 Created code: 201 duration: "" - request: - body: "" + body: '{"private_nics": [{"id": "cd2011ee-5ada-4d67-8345-3ac321eea5e9", "private_network_id": + "7c7e7c4a-0362-45d8-afdc-54eb84dff200", "server_id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", + "mac_address": "02:00:00:13:5e:8a", "state": "available", "creation_date": "2023-07-12T14:09:16.138226+00:00", + "modification_date": "2023-07-12T14:09:16.138226+00:00", "zone": "fr-par-1", + "tags": []}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9c5e8797-fe92-4556-9e2d-243efa9abcf4/private_nics + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b12546f0-c3ea-4331-98d7-4385bdf86a48/private_nics method: GET response: - body: '{"private_nics": [{"id": "ea267ce5-0fab-4f1e-89f9-c3248e708e96", "private_network_id": - "a87aa68b-b418-4ba7-9cbc-94e7e8de1fc2", "server_id": "9c5e8797-fe92-4556-9e2d-243efa9abcf4", - "mac_address": "02:00:00:11:e0:f0", "state": "available", "creation_date": "2023-01-06T09:58:00.643409+00:00", - "modification_date": "2023-01-06T09:58:00.643409+00:00", "zone": "fr-par-1"}]}' + body: '{"private_nics": [{"id": "cd2011ee-5ada-4d67-8345-3ac321eea5e9", "private_network_id": + "7c7e7c4a-0362-45d8-afdc-54eb84dff200", "server_id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", + "mac_address": "02:00:00:13:5e:8a", "state": "available", "creation_date": "2023-07-12T14:09:16.138226+00:00", + "modification_date": "2023-07-12T14:09:16.138226+00:00", "zone": "fr-par-1", + "tags": []}]}' headers: Content-Length: - - "369" + - "381" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:00 GMT + - Wed, 12 Jul 2023 14:09:16 GMT + Link: + - ; + rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1798,32 +6166,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aafcacc8-8331-4054-8d6c-5ca6c91ca84d + - 50cd5436-9c94-4aa1-9fd5-39149c83439c + X-Total-Count: + - "1" status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"private_nic": {"id": "cd2011ee-5ada-4d67-8345-3ac321eea5e9", "private_network_id": + "7c7e7c4a-0362-45d8-afdc-54eb84dff200", "server_id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", + "mac_address": "02:00:00:13:5e:8a", "state": "available", "creation_date": "2023-07-12T14:09:16.138226+00:00", + "modification_date": "2023-07-12T14:09:16.138226+00:00", "zone": "fr-par-1", + "tags": []}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9c5e8797-fe92-4556-9e2d-243efa9abcf4/private_nics/ea267ce5-0fab-4f1e-89f9-c3248e708e96 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b12546f0-c3ea-4331-98d7-4385bdf86a48/private_nics/cd2011ee-5ada-4d67-8345-3ac321eea5e9 method: GET response: - body: '{"private_nic": {"id": "ea267ce5-0fab-4f1e-89f9-c3248e708e96", "private_network_id": - "a87aa68b-b418-4ba7-9cbc-94e7e8de1fc2", "server_id": "9c5e8797-fe92-4556-9e2d-243efa9abcf4", - "mac_address": "02:00:00:11:e0:f0", "state": "available", "creation_date": "2023-01-06T09:58:00.643409+00:00", - "modification_date": "2023-01-06T09:58:00.643409+00:00", "zone": "fr-par-1"}}' + body: '{"private_nic": {"id": "cd2011ee-5ada-4d67-8345-3ac321eea5e9", "private_network_id": + "7c7e7c4a-0362-45d8-afdc-54eb84dff200", "server_id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", + "mac_address": "02:00:00:13:5e:8a", "state": "available", "creation_date": "2023-07-12T14:09:16.138226+00:00", + "modification_date": "2023-07-12T14:09:16.138226+00:00", "zone": "fr-par-1", + "tags": []}}' headers: Content-Length: - - "366" + - "378" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 06 Jan 2023 09:58:01 GMT + - Wed, 12 Jul 2023 14:09:16 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1833,7 +6208,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1fe2856-b17e-43ba-b55a-aaabd7c768f0 + - 383ce744-465c-421d-888c-e4cf702a21c0 status: 200 OK code: 200 duration: "" diff --git a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.golden b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.golden index 240dd9037d..532380b1df 100644 --- a/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.golden +++ b/internal/namespaces/instance/v1/testdata/test-get-private-nic-get-from-mac-address.golden @@ -1,17 +1,17 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -PrivateNic.ID ea267ce5-0fab-4f1e-89f9-c3248e708e96 -PrivateNic.ServerID 9c5e8797-fe92-4556-9e2d-243efa9abcf4 -PrivateNic.PrivateNetworkID a87aa68b-b418-4ba7-9cbc-94e7e8de1fc2 -PrivateNic.MacAddress 02:00:00:11:e0:f0 +PrivateNic.ID cd2011ee-5ada-4d67-8345-3ac321eea5e9 +PrivateNic.ServerID b12546f0-c3ea-4331-98d7-4385bdf86a48 +PrivateNic.PrivateNetworkID 7c7e7c4a-0362-45d8-afdc-54eb84dff200 +PrivateNic.MacAddress 02:00:00:13:5e:8a PrivateNic.State available 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "private_nic": { - "id": "ea267ce5-0fab-4f1e-89f9-c3248e708e96", - "server_id": "9c5e8797-fe92-4556-9e2d-243efa9abcf4", - "private_network_id": "a87aa68b-b418-4ba7-9cbc-94e7e8de1fc2", - "mac_address": "02:00:00:11:e0:f0", + "id": "cd2011ee-5ada-4d67-8345-3ac321eea5e9", + "server_id": "b12546f0-c3ea-4331-98d7-4385bdf86a48", + "private_network_id": "7c7e7c4a-0362-45d8-afdc-54eb84dff200", + "mac_address": "02:00:00:13:5e:8a", "state": "available" } } diff --git a/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.cassette.yaml b/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.cassette.yaml index 926e31f440..7db81c626d 100644 --- a/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.cassette.yaml +++ b/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.cassette.yaml @@ -2,29 +2,26 @@ version: 1 interactions: - request: - body: '{"name":"cli-pn-vigilant-keldysh","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","tags":null,"subnets":null}' + body: '{"id":"190d9c04-d79d-4913-af41-843fc85ad1a4","name":"cli-pn-awesome-brattain","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-07-12T14:08:36.555215Z","updated_at":"2023-07-12T14:08:36.555215Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"5aab5565-bc02-4e89-b68e-fb698e553345","created_at":"2023-07-12T14:08:36.555215Z","updated_at":"2023-07-12T14:08:36.555215Z","subnet":"172.16.40.0/22"},{"id":"35bc7793-bd44-4f88-9c87-ed327e336b2e","created_at":"2023-07-12T14:08:36.555215Z","updated_at":"2023-07-12T14:08:36.555215Z","subnet":"fd46:78ab:30b8:c3b1::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"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/vpc/v1/zones/fr-par-1/private-networks + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks method: POST response: - body: '{"id":"586a7789-0b58-4bc5-b13a-cdeb38cef0ba", "name":"cli-pn-vigilant-keldysh", - "tags":[], "organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "created_at":"2023-02-28T09:52:04.791944Z", - "updated_at":"2023-02-28T09:52:04.791944Z", "project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "subnets":[], "zone":"fr-par-1"}' + body: '{"id":"190d9c04-d79d-4913-af41-843fc85ad1a4","name":"cli-pn-awesome-brattain","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-07-12T14:08:36.555215Z","updated_at":"2023-07-12T14:08:36.555215Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"5aab5565-bc02-4e89-b68e-fb698e553345","created_at":"2023-07-12T14:08:36.555215Z","updated_at":"2023-07-12T14:08:36.555215Z","subnet":"172.16.40.0/22"},{"id":"35bc7793-bd44-4f88-9c87-ed327e336b2e","created_at":"2023-07-12T14:08:36.555215Z","updated_at":"2023-07-12T14:08:36.555215Z","subnet":"fd46:78ab:30b8:c3b1::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' headers: Content-Length: - - "322" + - "707" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:04 GMT + - Wed, 12 Jul 2023 14:08:36 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -34,128 +31,282 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34b0f8ff-5293-4481-bedb-91b08b984be1 + - e3d300d8-ce81-49dc-bde0-42469c287c92 status: 200 OK code: 200 duration: "" - request: - body: "" + 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,"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.20.1; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v1/images?page=1 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/iam/v1alpha1/api-keys/SCWXXXXXXXXXXXXXXXXX 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,"creation_ip":"51.159.46.153","application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' + headers: + Content-Length: + - "344" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 12 Jul 2023 14:08:36 GMT + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8e93a3ac-bab7-4f0b-9fe4-d3dfc7c65ca6 + status: 200 OK + code: 200 + duration: "" +- request: body: '{"images": [{"id": "0d3a22da-c634-45d6-a7dd-aff402f88b0c", "name": "AlmaLinux 8", "label": "almalinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux distribution, governed and driven by the community, focused on long-term stability and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "a2bddb0e-f73c-4bce-827d-0c866d775cdb", - "name": "2022-11-17T16:46:52.297435+00:00", "local_images": [{"id": "f00a8123-2054-4360-bf0a-84989d34e54c", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c56369dd-e338-4afc-9001-7800a710a157", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "d7fe675a-f740-4c6e-b3df-97b8599d0688", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "name": "Instances User Resources Build System"}, "versions": [{"id": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "name": "2023-06-29T09:17:23.982691+00:00", "local_images": [{"id": "50ad9f02-586c-4ce6-aae5-c2ae4e687021", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4123241-e07a-4877-a09f-6f804742a081", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "24b05c4e-13e9-4fe2-a839-9fe5b9e0b002", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "38a30800-4dbd-4183-b07d-14647c0d4eb5", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "550e1808-4e7c-473a-a16e-1142269c6ae1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f87135aa-8b0f-4846-9a89-11aabd57ec18", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b70988ec-ecf5-41a2-aa48-f1997940e729", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ef08caab-fe05-4d83-b2eb-8ba2fafa0596", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "5d8cbe91-5d6a-4567-9945-6ba0bc549d83", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "225be2ef-8336-416f-8ff5-c4a205fdc53f", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6852e970-7e23-47ee-9baf-ce06b8aaab5a", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "fe64bbd1-8760-44a7-8890-9bd8b295df15", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "ecfcfe80-c451-4d5e-9f27-3579de05a090", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:46:52.415155+00:00", "modification_date": "2022-11-17T16:46:52.415155+00:00"}], - "categories": ["distribution"], "current_public_version": "a2bddb0e-f73c-4bce-827d-0c866d775cdb", - "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2022-11-21T09:56:12.505342+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4e8dfbe-274f-478d-9cd9-d90c5a717868", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ea78a3d8-37e6-4c38-9ce9-c1b055d406c7", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b9e99ca7-7732-4e8d-984e-de0487e6804c", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c2809848-2c32-4f7f-9bc3-ba44e7475cbe", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "00543f35-3daf-4239-a659-bf50e709faa6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f5e2b4a2-526e-416c-9e1f-0fe2225340da", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8dddccf4-519a-49b1-9e0d-b8a18cddd1ba", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e6a64b94-17aa-4efe-85c3-e444c477a7d9", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "6723f63f-7d7d-476d-be2d-69c808b9fc4b", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:17:24.171542+00:00", "modification_date": "2023-06-29T09:17:24.171542+00:00"}], + "categories": ["distribution"], "current_public_version": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2023-06-29T14:07:54.806379+00:00", "valid_until": null}, {"id": "486ead23-9656-41d1-aa74-a5a780b2ae1b", "name": "AlmaLinux 9", "label": "almalinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux distribution, governed and driven by the community, focused on long-term stability and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "0600fb3e-cca6-499d-b30b-f5c1a3a155ca", - "name": "2022-11-17T16:45:49.960165+00:00", "local_images": [{"id": "ad26e02a-f250-48d0-a785-6bff2c8dea55", + "name": "Instances User Resources Build System"}, "versions": [{"id": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", + "name": "2023-06-29T09:45:27.412270+00:00", "local_images": [{"id": "de5289bb-b393-4424-8495-fa2f1b4a4d01", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04b69e61-fabb-4eac-8ca3-7ec7a06d12bb", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9a43ba5d-d408-4d85-8a09-e92257d295b2", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18204720-d974-4c85-8a9c-4dfb3ed40622", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b35cc74f-0630-4bd4-8484-9acab5304dce", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "426862b8-cbec-48ff-a2bb-27caee1163b5", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9f77358-33f7-43f9-857a-c74f08cf75cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0236f4af-ca6a-4b3f-803d-783cecf01ea1", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f2fdd63b-d8b5-46ec-9b75-6d5c336dcc2c", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bb388437-4b85-4159-bf91-563b641db700", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "0d210a24-0878-4983-acad-a1aac616931f", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c7942e40-f6ef-4837-8206-d08f801b9c1d", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dc8fd812-41d2-46e9-ab6b-1894fc8d0178", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a16b377a-c519-437e-8533-b95811560e92", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b0689ed5-72d8-47af-8eb1-345e5b306ce8", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "f77aaa49-4bf7-4f46-9d64-6777e7522609", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b6301465-3271-4eaa-ae6f-78492de6cc0d", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "21cb13de-b680-45d0-97bd-dfaf86aef127", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ab44482d-c3c8-4262-b6b7-92ff7bbce084", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "53209a68-1c04-482a-954e-45d811505fa0", "zone": "par1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fa7922c1-135a-42e1-b52d-9f74843bc9f1", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a7297a98-c043-4d10-920c-773fc14c4254", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "6b7e8c57-b5c6-4cf6-a648-93030310e978", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "ab25c2cd-16ba-41e1-9fa0-35bc3f5d0c55", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:45:50.098917+00:00", - "modification_date": "2022-11-17T16:45:50.098917+00:00"}], "categories": ["distribution"], - "current_public_version": "0600fb3e-cca6-499d-b30b-f5c1a3a155ca", "creation_date": - "2022-08-24T09:21:26.315925+00:00", "modification_date": "2022-11-21T09:56:21.843707+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:45:27.559431+00:00", + "modification_date": "2023-06-29T09:45:27.559431+00:00"}], "categories": ["distribution"], + "current_public_version": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", "creation_date": + "2022-08-24T09:21:26.315925+00:00", "modification_date": "2023-06-29T14:09:33.950229+00:00", "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": "Arch Linux", "label": "arch_linux", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/archlinux.png", "description": "Arch Linux is an independently developed Linux distribution @@ -167,42 +318,76 @@ interactions: "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", - "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", + "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", - "ENT1-XS"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", "zone": "pl-waw-1", - "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", - "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", - "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", - "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", - "ENT1-XXS", "ENT1-XS"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", "zone": - "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", - "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", "ENT1-XXS"]}, - {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", - "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", - "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS"]}], - "creation_date": "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], + "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", + "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6d6ca8b3-7547-485b-a7c5-06fb42fe1c17", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], "categories": ["distribution"], "current_public_version": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2022-01-26T12:54:47.557608+00:00", "valid_until": null}, {"id": "dc947de3-ddc7-4056-bc35-d51a316ebbb4", "name": @@ -210,1009 +395,4433 @@ interactions: "description": "The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "16dda4a4-874a-4e6c-a39b-f007457038d8", "name": - "2022-11-17T16:45:12.127950+00:00", "local_images": [{"id": "7fde748b-5475-4d4a-90a9-34292d227fa3", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + System"}, "versions": [{"id": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "name": + "2023-04-13T13:05:23.543151+00:00", "local_images": [{"id": "15c5dd42-434b-49cf-a5b4-8bb3b5f9dc9d", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "8d8e561a-67ba-414d-9567-fdb9b70761da", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "80f07490-eda6-4402-9273-001d059f2f40", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "54dfc73a-2a0b-4ea0-8e8e-abe85357a6cc", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d202a177-e307-4fe4-8e33-c014f15e1988", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fc13535c-d2b6-4062-b4a6-e5b93fbbdf7a", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d579e95a-4c2c-4f37-b57e-c2fc22b87966", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6306e909-ba53-4bb7-898f-f425b95a2848", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "620b5307-1861-4c88-8938-1e45afc9d3f6", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:45:12.324670+00:00", - "modification_date": "2022-11-17T16:45:12.324670+00:00"}], "categories": ["distribution"], - "current_public_version": "16dda4a4-874a-4e6c-a39b-f007457038d8", "creation_date": - "2019-12-25T00:00:00+00:00", "modification_date": "2022-11-21T09:57:07.222778+00:00", - "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": - "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", - "description": "The CentOS Project is a community-driven free software effort - focused on delivering a robust open source ecosystem.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "7a9d2dd2-8885-4e04-ae1d-f65fce215129", "name": - "2022-11-17T16:48:46.637679+00:00", "local_images": [{"id": "c305004c-ade8-40e6-af45-dc4525257ac3", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fc1f0708-c8e3-4ceb-a36a-6f47765d4f60", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0f3bffff-c4c1-498c-a9f6-e2b6830f4731", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "3c513e6f-1cae-475b-94cd-c0804701ae86", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "63b021be-1ec3-4227-b34d-06c976074422", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d8d1b075-6f95-491f-ab8c-02f9f7ab6323", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1b4cbd6a-0d46-4b4f-ba45-1f5ef6645019", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3e454a77-0ff5-47b0-9c7a-cc4dca7acaeb", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "115db96c-08f3-470d-b677-b35327ad5c2b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "367609d6-5c49-41b5-8b9c-4cba7ccf12f2", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "98aceddf-c90f-4521-aa7b-93f942b5d2b5", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1dc52c29-d73a-453e-85d4-31721f832607", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cc3fb1b6-aa7b-4489-92b0-2c2ea7e937cd", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:05:23.795841+00:00", + "modification_date": "2023-04-13T13:05:23.795841+00:00"}], "categories": ["distribution"], + "current_public_version": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "creation_date": + "2019-12-25T00:00:00+00:00", "modification_date": "2023-04-13T14:37:49.401742+00:00", + "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": + "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", "name": + "2023-06-29T09:57:17.468268+00:00", "local_images": [{"id": "956a29a7-2a17-44c6-8ef5-5f570d94c2f4", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1f347698-54a2-487a-a75d-293d9abec730", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01c561be-a2de-4439-818c-70775b1d1f40", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "431011fb-f8f5-4a6a-b615-6685f5788fb9", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "42cf51c9-d9f3-412e-8551-e77d20d43166", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "183795aa-da22-466b-b4b4-c5249146a7df", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf8e4fec-34cf-4125-9b7a-2059b5af70c3", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e7fd5f3-347b-47fa-9028-700972a6d1d5", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "95c0036d-eb7e-4e03-9533-3ceb0ffc5519", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:48:46.828176+00:00", - "modification_date": "2022-11-17T16:48:46.828176+00:00"}], "categories": ["distribution"], - "current_public_version": "7a9d2dd2-8885-4e04-ae1d-f65fce215129", "creation_date": - "2022-02-03T10:23:22.168515+00:00", "modification_date": "2022-11-21T09:57:17.844379+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35511b10-8edc-4f24-865a-2f57cce489ca", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e5bee4a2-b567-4d4e-920a-af82d0d1e93c", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "c2834c20-7e0f-43b2-ab0b-0eeb617452cb", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "1c9e0239-991d-43fe-b20e-ba45efc4661b", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "eccb1827-d80e-48a5-a720-e25d1dee40ce", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "db73d6bd-1b22-4900-8d90-05f145602bca", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1c27bf2e-e0f2-418d-8386-6d1471a3f4a5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "41bf5f04-f17d-42dd-861a-dff0e06e30b3", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-29T09:57:17.630598+00:00", "modification_date": "2023-06-29T09:57:17.630598+00:00"}], + "categories": ["distribution"], "current_public_version": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", + "creation_date": "2022-02-03T10:23:22.168515+00:00", "modification_date": "2023-06-29T14:10:20.736043+00:00", "valid_until": null}, {"id": "cfb3fa01-6406-4be8-9e9d-29daee2582fa", "name": "Centos Stream 9", "label": "centos_stream_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", "description": "The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "2ceee207-3a2c-42ac-833b-2760f20ce03b", "name": - "2022-11-17T16:47:51.699634+00:00", "local_images": [{"id": "6695f67e-71e1-4318-9edc-d08bff594952", + System"}, "versions": [{"id": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", "name": + "2023-06-29T10:07:46.842172+00:00", "local_images": [{"id": "a37a9744-ac6d-40b0-bd7b-7b473f20cedd", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ee491158-8d0f-4876-ab99-2b5348de8cd7", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b2773ae9-a9dd-47b9-ad24-4d97b1b1eed7", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cda80574-04ff-4aca-9f1c-f859ffa64875", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fae5d87f-bc37-4553-85f3-4eb3e1da2764", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "a1c17bf1-a06a-4583-9b1b-a06683770752", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "896f4032-2a73-4fb7-ac73-329f13857d05", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e53a7dc2-6494-44af-99a4-a868b6b70d4c", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8e6cae1-831b-4037-ba14-776697be9c92", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1d97953e-2e41-4f8e-ae01-100aff3d5bc8", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "557bbec3-92f6-46e7-89ec-6e94103d9a93", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7c9fd020-325c-4e45-ac17-7d3b5cac02b3", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "cf0b870a-69d4-4dd8-acc2-9761e78fa4a4", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca9ac622-0aed-4086-9a0b-c2e9248e2de2", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eb701779-0c06-43e6-bd5b-73b8c454f9b1", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1c2a3d4c-1075-48cd-8e77-2742f5f4231e", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "25f462a2-dfa8-477d-9101-93490ddd52f7", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a0d52a18-7f42-4aa9-a85c-7dd316651180", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1713df9d-6844-49b3-8777-26124fe3f892", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "8a4f7aba-f27a-4b51-a141-f280ee4961e2", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6ff04b25-e431-4c9a-81ed-4671e8fbec14", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b73bd492-5561-4590-a7f6-c53abb4e64f3", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "2fd73917-bd8f-4ffa-8b14-69d9b9f15195", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:47:51.879817+00:00", "modification_date": "2022-11-17T16:47:51.879817+00:00"}], - "categories": ["distribution"], "current_public_version": "2ceee207-3a2c-42ac-833b-2760f20ce03b", - "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2022-11-21T09:57:27.226811+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "5d810c7c-3c72-4386-b42d-54628b5de7d2", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:07:47.008103+00:00", "modification_date": "2023-06-29T10:07:47.008103+00:00"}], + "categories": ["distribution"], "current_public_version": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", + "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2023-06-29T14:11:19.285552+00:00", "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": "Debian Buster", "label": "debian_buster", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", "description": "Debian is a free operating system, developed by thousands of volunteers from all over the world who collaborate via the Internet.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}, "versions": [{"id": "8bd9d92c-2b86-475e-9d3d-4f9b69b7c795", - "name": "2022-11-22T14:21:22.175009+00:00", "local_images": [{"id": "d03f9dd6-6329-4aed-ad61-1973efd27cac", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "51d60da2-7ae9-45e7-81d1-9fb56a6adab7", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "641b3cdd-c70c-41cc-9ff2-6e803b928f34", + Build System"}, "versions": [{"id": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "name": "2023-06-29T07:46:45.049258+00:00", "local_images": [{"id": "41820b40-c617-44c6-9aa9-3e2e37418c57", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "1934aaa0-a0bf-4725-b5b3-1adc9954424b", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5cca9d53-612a-4a59-be02-817d977dda64", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "c0ca9aad-3c45-4f50-be3d-ef33ea2dc0d2", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "45d675ba-4aba-4ef4-b84b-38ce66026598", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "116721d2-6af0-4d27-9505-2bbb26b63a92", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", - "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", - "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", - "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1761dcf5-4396-4a5d-8b28-7d7cb6dc72f5", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-22T14:21:22.304730+00:00", "modification_date": "2022-11-22T14:21:22.304730+00:00"}], - "categories": ["distribution"], "current_public_version": "8bd9d92c-2b86-475e-9d3d-4f9b69b7c795", - "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2022-11-22T15:03:29.064893+00:00", - "valid_until": null}, {"id": "213b02cb-3d8d-4967-ba8d-e5767a57574e", "name": + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "d67ab43e-66f4-4bb6-a74c-3a770df970b7", "zone": "fr-par-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "d4fce070-82a6-4a6f-862f-19621c58cb97", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "415590fd-87aa-40e8-9ac7-2c48d7f01c86", "zone": "pl-waw-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "3b627c40-ba4a-4033-af11-a3b0561951f5", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "9c27a3d8-afbb-4e5d-baab-0a3fecb389f3", "zone": "pl-waw-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", + "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", + "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", + "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], + "creation_date": "2023-06-29T07:46:45.164123+00:00", "modification_date": "2023-06-29T07:46:45.164123+00:00"}], + "categories": ["distribution"], "current_public_version": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2023-06-30T09:58:38.511682+00:00", + "valid_until": null}, {"id": "213b02cb-3d8d-4967-ba8d-e5767a57574e", "name": "Debian Bullseye", "label": "debian_bullseye", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", "description": "Debian is a free operating system, developed by thousands of volunteers from all over the world who collaborate via the Internet.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}, "versions": [{"id": "0ccaf458-5010-4d32-9428-8886d09cac77", - "name": "2023-01-03T14:55:20.166057+00:00", "local_images": [{"id": "a0b8763a-0ea5-444c-8d97-5845937ca762", + Build System"}, "versions": [{"id": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "name": "2023-06-28T15:21:25.828164+00:00", "local_images": [{"id": "e8c74314-08f6-45fb-97f2-5a795c16f3c0", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "91bf9223-162b-4206-b848-e7040b928488", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "34e7b029-8cb3-461b-a567-806d1db8bd7e", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b1a2f4e7-0efb-4986-a9b9-bca05a2d1658", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "047aaf03-4b4f-491a-8ee1-058de110587b", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "92de05f7-7bfa-4920-8fb6-035764ba1792", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8224b57a-623c-494e-9c46-1c32a4bef917", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "63ad2087-2ec4-4693-9b3e-57943905bb21", "zone": "pl-waw-1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bed9e25d-2413-4600-a94e-aa2bfa451697", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16a45a62-4404-4fd4-8dbb-b94bf717551b", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a8dfb491-cb30-4542-a449-61991aa8c21e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "db754ae1-4be1-4f29-9df6-065f7d2e4ac5", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d40afcf-4667-4b24-a4bd-bf1b9579259c", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "013993be-ae2e-4d73-89dc-8f80c16efce7", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4023941a-6073-4622-af29-01f004853cb4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b59b92fa-8cfc-465d-b129-273c8761f85d", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4d2f2c6c-2699-428d-8579-36e9968b4893", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T15:21:26.118028+00:00", "modification_date": "2023-06-28T15:21:26.118028+00:00"}], + "categories": ["distribution"], "current_public_version": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-06-29T14:05:14.561058+00:00", + "valid_until": null}, {"id": "fd6931c1-5326-4f8d-8fdf-57867b2830e3", "name": + "Debian 12 (Bookworm)", "label": "debian_bookworm", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "name": "2023-06-28T14:45:18.946075+00:00", "local_images": [{"id": "8b1e392c-120f-41bc-91af-3e27c04744e5", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c53df654-3a33-4128-abe3-cde02b1c597e", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "58288966-dbc5-471e-9571-583d86d9063f", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e724257-ee51-4241-b8f2-a44c740c2bce", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "57d304dc-4773-4f60-8d14-54af67bef846", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "933f9ee1-96f1-4c59-aaf7-d4b3a6e4d0f7", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3054897d-c068-4631-8088-f3f37d0abd9f", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO"]}, {"id": "03cf521d-6195-47a9-b885-8c03c76a1ec8", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "285fadf3-6cd1-41dc-90e0-f25b029058e7", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b99a058c-1429-4a24-8ef7-4c808cf75626", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c710f82-39d3-43a1-b4f6-2e4beeefd67f", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c8ea2a51-6de7-49fa-887e-ba81530a5d70", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "33b4bac3-6547-49ec-9ff0-d3ad19b707c4", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "227027f8-a48b-4de5-8543-5fc58da395a0", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d14bcc5b-af71-4bb6-b1d9-e052815186e4", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "dd9ac72d-25ff-4b66-979f-f408126d0de9", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "abbbdc2c-7c43-4668-a93b-d4c9960c4e3c", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "79461349-bffb-4de2-acb2-2a120fa0c2a4", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "5ba4a284-4830-4d6e-90a1-0e683894c027", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "eebe6e8e-4c9f-4549-a759-e2188b872abe", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2023-01-03T14:55:20.305265+00:00", "modification_date": "2023-01-03T14:55:20.305265+00:00"}], - "categories": ["distribution"], "current_public_version": "0ccaf458-5010-4d32-9428-8886d09cac77", - "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-01-03T16:14:56.937558+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aeb6ba5-c6fa-4afb-a79a-364e0370e250", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "89726ac1-eae7-45bb-8fa4-a9ba277eb0bf", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2fc51d68-cb88-4b0d-bd42-2fc4044edee9", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "7216cbc5-e77f-43a4-aae1-fafdee0c507a", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T14:45:19.109899+00:00", "modification_date": "2023-06-28T14:45:19.109899+00:00"}], + "categories": ["distribution"], "current_public_version": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "creation_date": "2023-06-05T14:20:04.240833+00:00", "modification_date": "2023-06-29T14:04:06.002485+00:00", "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": "Docker", "label": "docker", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/docker.png", "description": "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "80f14577-c821-44f2-aa51-fcd09ef74ccd", - "name": "2022-11-17T16:49:13.103479+00:00", "local_images": [{"id": "b9335185-d1bb-4904-adaf-da88c8e6c05b", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "aeaa9adb-f93e-482b-bb03-e402def75243", + "name": "2023-04-13T13:03:17.035176+00:00", "local_images": [{"id": "5c789fa0-3618-46b6-a484-6915a074cd1b", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b1895cdd-a79b-4f18-9644-e5ab2434be06", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "ef114000-7fe5-455c-afd1-714c15fdd3f3", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "822bd95d-39f5-4649-b9ac-1b23869fb5eb", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b6c5990a-ee1d-45b6-a9bc-15edb6f6d354", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9f945d00-71b9-436a-8a45-311babee406d", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "50ebcf47-39b5-4087-ad18-79f63b9fdc05", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "a0c05cf2-8805-412c-acb6-45d047773732", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "f50af9e3-8b75-4c63-b2e5-355a2404f6dd", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2d7d32fd-3c5c-4b5d-ab9a-6423741e6d4e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:49:13.211153+00:00", "modification_date": "2022-11-17T16:49:13.211153+00:00"}], - "categories": ["instantapp"], "current_public_version": "80f14577-c821-44f2-aa51-fcd09ef74ccd", - "creation_date": "2016-03-05T15:11:26.847640+00:00", "modification_date": "2022-11-21T09:58:41.216589+00:00", - "valid_until": null}, {"id": "198bbff7-c136-4b9c-9e28-8770df451fc1", "name": - "Fedora 35", "label": "fedora_35", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", - "description": "Fedora is a powerful, flexible operating system that includes - the best and latest datacenter technologies. It puts you in control of all your - infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "31585c5c-89c4-4d40-b67b-30df8c9c05db", - "name": "2022-11-17T16:48:45.209151+00:00", "local_images": [{"id": "6eb8eb90-f4eb-4524-8c7b-132954692086", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "78b02952-be83-4b4b-a77c-1ecec5356652", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b942360c-474e-4aeb-bba6-0654db24b259", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "eef28f31-d81d-4840-a589-9faacf79b3f4", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0a7c1075-086b-4b07-b285-84c6d55b544f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "31d638a6-f0e6-4cb5-8f6e-0053e75f073f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "f286c718-da0b-4da9-9702-87b20c95d8d7", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "29d7e427-2701-4032-8f69-e703f37712a2", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "157c5202-f71d-40d2-9cbe-08a11d0d6ab6", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b36109a9-942d-4982-8b41-48f6cfe6f0dc", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:48:45.372935+00:00", "modification_date": "2022-11-17T16:48:45.372935+00:00"}], - "categories": ["distribution"], "current_public_version": "31585c5c-89c4-4d40-b67b-30df8c9c05db", - "creation_date": "2021-11-15T16:12:25.586923+00:00", "modification_date": "2022-11-21T09:57:37.091043+00:00", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d8d51744-86c2-4389-884d-886a18ed76c4", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2425e8be-9e8f-460a-8adc-d711c4958ace", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:03:17.145319+00:00", + "modification_date": "2023-04-13T13:03:17.145319+00:00"}], "categories": ["instantapp"], + "current_public_version": "aeaa9adb-f93e-482b-bb03-e402def75243", "creation_date": + "2016-03-05T15:11:26.847640+00:00", "modification_date": "2023-04-13T14:34:48.199797+00:00", "valid_until": null}, {"id": "186859f6-0152-45dd-9eb8-21fc5e8d774e", "name": "Fedora 36", "label": "fedora_36", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "e06d0217-97b3-429d-b1cc-491470839b11", - "name": "2022-11-17T16:51:00.162538+00:00", "local_images": [{"id": "fbc91c1e-f386-43ce-9078-98c8f0026639", + "name": "Instances User Resources Build System"}, "versions": [{"id": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "name": "2023-04-13T13:03:38.692646+00:00", "local_images": [{"id": "b613de94-efde-49b0-84fd-18698da03450", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4e0d352b-c33b-43c9-8b10-6750b70f87ec", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6b76e0e1-f650-434a-b901-628a24807738", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "186cf8ac-3ba8-4be3-a420-e09a7a556269", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5ab8b0ba-e458-4a2d-b349-4c63cab96f08", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12256f5e-7577-421d-b13a-8e6f53c7656c", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d32b58a6-4424-41a2-8c2c-b1cc91c16bc6", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "69d37374-a0be-4143-8559-3ec34d53c22a", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68532aae-1625-4a7a-ac48-b12426e1fbc4", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e55c488c-6ca3-41eb-875e-48f7babe1500", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "595da48b-750e-4745-a211-44926dabce33", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "375587da-52be-4149-8fff-1ffbc1b242b2", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "80d063d1-c022-4369-8e25-6578d0426e1c", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2023-04-13T13:03:38.803387+00:00", "modification_date": "2023-04-13T13:03:38.803387+00:00"}], + "categories": ["distribution"], "current_public_version": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2023-06-13T10:11:39.592521+00:00", + "valid_until": "2023-09-04T00:00:00+00:00"}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", + "name": "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "731bafdc-795e-4344-aad7-8b232d23cc0f", + "name": "2023-06-29T10:17:11.438863+00:00", "local_images": [{"id": "3d56b3aa-ca55-4ff7-845b-5f2202b21eab", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "f3218106-0d24-4171-b500-30f219d989c0", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "5ba6d6c9-8c39-4132-9004-912d5d663a06", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68350cc3-a832-425a-a52a-ca7b5d97521b", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "52493d0b-3449-44db-9a25-c2ee88098c20", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b05a4b23-2693-45a7-a687-d5bf95928558", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7056d038-70f4-4418-86de-9afa797b9bd4", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d290454-2c3f-4d54-8089-cc4959738517", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "edc71c21-e1d4-4d46-ac8a-25731a2ff0f7", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0d0882d-27cd-4efb-9b04-9b38c3831ea9", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2487c92c-112e-4433-9215-9c0b061aafa9", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "31be45ba-d7c9-4c22-ac48-064139db7a35", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "fe67f9bf-42ba-4f81-a592-50ee48a01a06", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:51:00.265339+00:00", "modification_date": "2022-11-17T16:51:00.265339+00:00"}], - "categories": ["distribution"], "current_public_version": "e06d0217-97b3-429d-b1cc-491470839b11", - "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2022-11-21T09:57:45.692658+00:00", - "valid_until": null}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", "name": - "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "425369d8-fc3b-4450-a51b-2e3204c13131", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9f13d0a-7e3b-40fc-8773-5cbb5657d3ef", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0231ee97-32f6-46b5-b32d-dec9bf617b93", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f6b68c40-119d-47af-be6a-6b1559f2fb93", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d23ab05e-75be-47db-847e-5ffabb133da0", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0dc025d-5c50-49f4-98a4-3d3453b64557", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ae60415d-2201-4bd8-9a5e-5c36c64a8aac", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "009edf9b-b397-4d1c-b536-2c69c2dc8972", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "1fc5e8e0-affe-469d-9fa9-e728aee39140", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T10:17:11.578826+00:00", + "modification_date": "2023-06-29T10:17:11.578826+00:00"}], "categories": ["distribution"], + "current_public_version": "731bafdc-795e-4344-aad7-8b232d23cc0f", "creation_date": + "2022-11-14T10:48:04.097063+00:00", "modification_date": "2023-06-29T14:14:33.960964+00:00", + "valid_until": null}, {"id": "dab3ed4b-5d6a-4b77-82e2-04405fd2a59e", "name": + "Fedora 38", "label": "fedora_38", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", "description": "Fedora is a powerful, flexible operating system that includes the best and latest datacenter technologies. It puts you in control of all your infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "b6303d25-a15a-4402-ab40-be0ec7b1107c", - "name": "2022-11-17T16:50:43.496338+00:00", "local_images": [{"id": "c4f1c1bd-6e89-4c00-b96d-2dad297d2726", + "name": "Instances User Resources Build System"}, "versions": [{"id": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "name": "2023-06-29T10:24:48.965555+00:00", "local_images": [{"id": "4cf0e56a-bf45-4fa4-bd1e-2ddfb661119e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9fd921c1-2bca-427e-863d-28e8f6fde734", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35bcd438-3a67-4a78-ae27-0a27d23895bf", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8892b50e-0171-4f81-910c-831d58d1cb24", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c8a70187-6cca-4b99-9e2f-9c5b2670a1c2", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0866e42d-55ab-4a29-8f1c-2824cc714ccd", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "95b0b46d-1310-4202-92e2-c6ef8628fed8", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c06829c-5db9-4242-a704-3045fb5e9bb8", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "002b6925-99fd-4804-8f0b-41600a351d6f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1e54d3d2-2f47-49ab-b2f7-f0e5631c7fa9", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4b880c30-fb8d-4985-9c74-be6593741ff5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "07dde049-873d-40ba-a0a2-db2dd7e123c4", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "c4345c84-63dc-4455-a947-5ae8db254cd7", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "cac651c1-d44f-4cfd-9a0f-8e7791a275ec", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "380333c5-2a06-49a6-a7ac-15fe45be91b6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12eb4550-6994-4e28-a63c-9a928e3a4f44", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1abdf7ab-5731-4bc6-997b-99fdea7d6609", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "16883b63-ec40-4eb6-8182-b0a95dc87672", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:24:49.126580+00:00", "modification_date": "2023-06-29T10:24:49.126580+00:00"}], + "categories": ["distribution"], "current_public_version": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "creation_date": "2023-04-18T07:53:13.621657+00:00", "modification_date": "2023-06-29T14:15:25.945175+00:00", + "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": + "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", + "description": "GitLab is a web-based Git repository manager with wiki and issue + tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", + "name": "2023-04-13T13:06:28.354726+00:00", "local_images": [{"id": "416e6290-b9dd-47f8-9a90-f07cb7fa0f1d", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "234a15c1-e442-45af-9014-23d15954bf70", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "340f99c4-fe7d-4b8e-afe7-cea2c7dd3d3f", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0030922b-675e-4348-853f-4e4490c14ee9", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "12745184-7955-4792-8399-cfb38e5f09af", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9c494a0b-3787-4ec4-8b8e-7a3e90ffdc63", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16622dfc-d69c-4c78-9462-1321f84ac750", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bc79fdbd-f2d8-491e-a5d6-7e021cd683fe", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "77b94bfc-1db6-4f4d-9b08-971dac045d55", "zone": "par1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:50:43.622453+00:00", - "modification_date": "2022-11-17T16:50:43.622453+00:00"}], "categories": ["distribution"], - "current_public_version": "b6303d25-a15a-4402-ab40-be0ec7b1107c", "creation_date": - "2022-11-14T10:48:04.097063+00:00", "modification_date": "2022-11-21T10:14:57.440013+00:00", - "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": - "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", - "description": "GitLab is a web-based Git repository manager with wiki and issue - tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "5aaa1f5b-6b83-431a-b12c-57db770bfa78", - "name": "2022-11-18T10:02:54.423998+00:00", "local_images": [{"id": "98244fe8-83ce-4076-bddc-a613eb646b91", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "01d0cc75-9b4c-4d88-8560-5a0308a20c97", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "1fa73760-65fd-4350-85b4-1ffb203bcbfe", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "b0d4d06c-f535-493f-b57c-e6379c4f18bc", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e71db560-19bc-4dfe-9c84-84ae7e3a6809", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "d0f5a66a-519a-401c-b96f-8f9b10e49552", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "1ad486c3-d9c4-458e-90fe-4c8ed31adc7e", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04f3be3a-f6d1-41e7-9b63-7b1d2e3492a1", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0b54e819-1051-4a01-8026-053c2523c45d", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "31fd1cfc-27bd-4baf-86e9-df0beb72efb4", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8d43f819-553b-4490-893b-cb82abeffb14", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-18T10:02:54.554344+00:00", "modification_date": "2022-11-18T10:02:54.554344+00:00"}], - "categories": ["instantapp"], "current_public_version": "5aaa1f5b-6b83-431a-b12c-57db770bfa78", - "creation_date": "2016-03-07T21:06:22.770864+00:00", "modification_date": "2022-11-21T09:59:01.854428+00:00", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8369e2c9-6433-46db-9b8c-fe69e043d92e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "14f3da80-9ec2-4a12-a583-50275b3c6c16", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:06:28.530554+00:00", + "modification_date": "2023-04-13T13:06:28.530554+00:00"}], "categories": ["instantapp"], + "current_public_version": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", "creation_date": + "2016-03-07T21:06:22.770864+00:00", "modification_date": "2023-04-13T14:32:36.692844+00:00", "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", "description": "Nextcloud is an open source, self-hosted file share and communication platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": - "OCS"}, "versions": [{"id": "36e53418-c1c9-49db-bc59-f6c87e2cb96f", "name": - "2022-11-17T16:53:39.941145+00:00", "local_images": [{"id": "c604583d-dd01-4edc-b3f5-7eb5d4596e61", + "OCS"}, "versions": [{"id": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "name": + "2023-04-13T13:00:13.060943+00:00", "local_images": [{"id": "b1d51a36-38dc-4d65-873c-4fed3dbeb21e", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "220ab3a6-0b38-4d6c-864d-fd6feb8aa99c", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "671ccef0-003d-44fc-8da3-f4a8979482e3", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "69f87cf6-ed99-433c-b939-ce5883993150", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5e2f22ec-d003-485f-bec2-9a5372f5f0e4", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "54414b23-6028-4a9b-ba5f-98cca3e335e5", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "edae369a-f1ac-4054-8996-b95aa1b20846", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cee6ae09-afdc-4286-bc93-98fdb214effe", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "e19a0ff7-bf8a-48ac-a50f-6de58a659035", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "1057097d-0a23-4480-9a34-566342fb3265", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4ac5d79b-597b-4d05-a3d2-b3f44431bc2a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "30d1c545-c406-4515-83ab-f5224d4f95b6", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f3a31d98-0e04-45da-8246-de949f5615e4", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9d1eec19-d016-49d4-bdfc-f141a1a4eb8e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f0de85a8-5c37-474b-b4c8-76a233bee055", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:53:40.112145+00:00", - "modification_date": "2022-11-17T16:53:40.112145+00:00"}], "categories": ["instantapp"], - "current_public_version": "36e53418-c1c9-49db-bc59-f6c87e2cb96f", "creation_date": - "2019-04-16T12:22:56.930842+00:00", "modification_date": "2022-11-21T09:58:50.824677+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:00:13.324444+00:00", + "modification_date": "2023-04-13T13:00:13.324444+00:00"}], "categories": ["instantapp"], + "current_public_version": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "creation_date": + "2019-04-16T12:22:56.930842+00:00", "modification_date": "2023-04-13T14:31:50.306200+00:00", "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": "OpenVPN", "label": "openvpn", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/openvpn.png", "description": "Surf the web in a secure and anonymous way with OpenVPN InstantApp.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "auth-team+ocs-organization@scaleway.com"}, - "versions": [{"id": "c07d4bc9-b947-4945-a739-78b7cda73bfa", "name": "2022-11-17T16:50:41.032881+00:00", - "local_images": [{"id": "c82757c7-a639-49a1-bd3a-5841a0da5931", "zone": "par1", + "versions": [{"id": "8c40dae0-21ad-4226-821a-aab4c6acae92", "name": "2023-04-13T12:54:17.348185+00:00", + "local_images": [{"id": "98cf2d5f-9268-4cc1-bc43-4ae9c9e66d75", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", - "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "7bb740d3-da25-4176-baec-41afe9f9a543", + "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "defab02d-b971-4418-8349-2a2da5740274", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ed92b3b8-9656-4937-9169-8484d153f9e3", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "5ba4b7be-5524-4a85-9008-b50360778c9b", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "75b23340-1d7f-4241-b28d-3773989ad833", - "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9ea9fd9c-a795-4de7-8cd2-ca21e04f6aa7", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "35da23b9-440b-44e3-bad2-143b60502a7d", "zone": "pl-waw-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "fd6124df-8f3a-40a0-92f0-9dc393f73186", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dfc57325-2ab1-4bd0-acb0-0f93ab55a8e2", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:50:41.148343+00:00", "modification_date": "2022-11-17T16:50:41.148343+00:00"}], - "categories": ["instantapp"], "current_public_version": "c07d4bc9-b947-4945-a739-78b7cda73bfa", - "creation_date": "2016-03-07T21:04:57.667667+00:00", "modification_date": "2022-11-21T09:58:29.002209+00:00", - "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": - "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", - "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, - production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "e484c070-4ca4-4b7f-b9bf-95002eaa1b4b", - "name": "2022-11-29T14:18:16.477053+00:00", "local_images": [{"id": "6f7ccf47-9a0c-4945-be70-c5d45a727688", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1a50ba7a-d691-4521-9837-b6c5e8be9ab4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "8a068922-add0-4f3c-9d41-01c081c63230", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4e8ef828-4e66-4271-9586-43f7cf01b60d", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d2828fd6-1d35-4140-9079-54e7025df877", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6edbe580-0eff-4ad9-a84c-b0265bb7b020", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "280b1c1f-f325-4fa4-b846-c47f11bb5704", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a60d4970-e050-4677-b54b-c0d395c56100", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "bc843eea-b180-48a7-b612-a5dce497e7d4", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "61f02f4f-21f7-4f58-ab62-0a108bab2b22", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3867a1f9-b51a-48de-a2ec-f109dfac38a5", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6ba68330-d6d5-4b33-9a8c-5edbbd0d58eb", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T12:54:17.619668+00:00", + "modification_date": "2023-04-13T12:54:17.619668+00:00"}], "categories": ["instantapp"], + "current_public_version": "8c40dae0-21ad-4226-821a-aab4c6acae92", "creation_date": + "2016-03-07T21:04:57.667667+00:00", "modification_date": "2023-04-13T14:31:04.244508+00:00", + "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": + "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "069e4325-8cf4-43c3-a77b-0f3123591d66", + "name": "2023-06-29T09:39:16.385435+00:00", "local_images": [{"id": "a5c78b81-24b7-4395-bbee-13c30025f0e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "13e873b1-e6f9-4bef-8b49-de557aac831c", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "20ba6374-73b8-4251-ac85-d306cfb024ad", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a78bd672-e115-4d25-bcf5-5cf9e6b6a762", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8c623e56-1f67-4119-9781-89592bc67041", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "df94f587-fbd2-4dae-820e-e9707ddfa14b", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "500cece3-1b62-418a-850e-5ddb2946c447", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3bdf545b-109e-449e-9392-345c76943b6d", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "9604e9d3-536c-4084-ab42-3d97a5402559", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "67f8c3df-e5e8-4d5c-8ae4-981c376ce3f6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "816ef32f-a2ea-4aae-9a64-aa762abb02cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fd5f7b3c-7e36-42d4-a073-ab5406b8e3a4", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5c5eb9c7-7c5e-4993-91ef-84e201038089", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "731f1363-44d1-42d9-91f7-634a151feae5", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b73f5ac6-ffcc-4e9e-99b6-a98697b00236", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "88fabf01-fa8c-4923-866e-736791660ce8", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "581f3d90-c26c-426c-880b-853c276ce63c", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "15666542-96e3-49c6-a118-66c98bbe5220", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-29T14:18:16.622536+00:00", - "modification_date": "2022-11-29T14:18:16.622536+00:00"}], "categories": ["distribution"], - "current_public_version": "e484c070-4ca4-4b7f-b9bf-95002eaa1b4b", "creation_date": - "2021-06-25T10:16:16.254240+00:00", "modification_date": "2022-12-06T10:11:34.316020+00:00", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:39:16.526639+00:00", + "modification_date": "2023-06-29T09:39:16.526639+00:00"}], "categories": ["distribution"], + "current_public_version": "069e4325-8cf4-43c3-a77b-0f3123591d66", "creation_date": + "2021-06-25T10:16:16.254240+00:00", "modification_date": "2023-06-29T14:12:30.201206+00:00", "valid_until": null}, {"id": "589c35a9-20ce-4ed9-92d7-16dc061be52b", "name": "Rocky Linux 9", "label": "rockylinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "7bb95ba7-2fda-40fc-bbfd-c1f49b8f4256", - "name": "2022-11-30T15:54:13.903499+00:00", "local_images": [{"id": "dd6fdc4c-953e-4e7d-965a-4bcbe8a0d047", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b148adb0-d8cc-4f0d-9dd3-04ec429eff79", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "name": "Instances User Resources Build System"}, "versions": [{"id": "953252d3-e46d-4023-9826-2324cda1afc2", + "name": "2023-06-29T09:26:03.468030+00:00", "local_images": [{"id": "a19a36d8-5ebe-4d2b-9f58-90b8bbce17d6", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "09ade2e5-f514-4336-b062-a9c0cbf15dca", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "209274a6-40fe-4b14-a726-d3c335f2bdfc", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e2dbe3d9-8964-4b9a-b0bd-c00a446a0012", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b2384e5e-5e57-49c9-b2cf-bb08905490f1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2c0b83f0-d1b1-4d28-940d-bef8e96132e8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ea5270d9-4e79-4b29-8b3a-376c4eae428c", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "4236937e-76f3-4707-8479-45e95164b30e", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["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"]}, {"id": "cc15164e-15e6-4554-a6b6-456cc0d3dce2", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "70d21764-e8ff-4613-9f54-c0f0b65550a1", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6c46eac5-a11b-44fb-ae63-881a71d44587", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "17d626d7-12c9-4ef4-a3d9-590b4671ed6e", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "89673e08-73f0-44c3-87d9-9a2102cc77be", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "17b61a58-f6d2-4af1-865c-f1f196037f20", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bac260d6-5bab-48f1-9568-bec01eb45010", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca0faa90-8027-428b-9122-4599658e2b51", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eca7a69d-87bc-4b93-a0c3-64ddc0fc1928", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "e4bf982d-ad3c-49fd-81a9-116ca137e472", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "df3420cf-cff2-424f-a80c-0e787e62712a", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "ffccb476-ad09-4248-a02d-3cb57979842b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "f618f702-d74b-47fc-a028-cc9a99335602", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}], "creation_date": "2022-11-30T15:54:13.549572+00:00", - "modification_date": "2022-11-30T15:54:13.549572+00:00"}], "categories": ["distribution"], - "current_public_version": "7bb95ba7-2fda-40fc-bbfd-c1f49b8f4256", "creation_date": - "2022-08-24T09:26:33.639016+00:00", "modification_date": "2022-12-06T10:11:21.937145+00:00", - "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": - "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aca8ad0-26a5-4149-ad02-f35893b0008a", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "435c4943-ff9e-4b43-be94-060a2c9afcf8", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:26:03.618422+00:00", "modification_date": "2023-06-29T09:26:03.618422+00:00"}], + "categories": ["distribution"], "current_public_version": "953252d3-e46d-4023-9826-2324cda1afc2", + "creation_date": "2022-08-24T09:26:33.639016+00:00", "modification_date": "2023-06-29T14:13:34.171849+00:00", + "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": + "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu Server helps you make the most of your infrastructure.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "619d9782-6d41-4e46-8fa5-bab5de130d81", "name": - "2022-11-17T16:53:42.203544+00:00", "local_images": [{"id": "e302d72e-bd63-4683-8c34-10e1f3365500", + System"}, "versions": [{"id": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", "name": + "2023-06-28T12:47:17.053281+00:00", "local_images": [{"id": "aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "82a3876e-72b9-40bc-bc12-24e3f861d013", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "af73ec15-9e43-4253-96a2-78eb6ba276e6", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0824cbe3-503f-4190-b1b9-46be6e088fb3", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "02ed6bd0-8681-4214-bcd2-fb7461ecfe3b", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "77fcdd77-a6da-435f-8908-67abbc471b99", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "4119226c-f586-470e-895d-31f72064d6c7", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f4c150c4-e242-4816-954a-4ea4cc2a7a43", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "04f966d7-b922-4893-b11e-01c311381db1", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "6e85d38e-c6bd-4013-81a9-72f959220fe6", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18a8a317-e3b2-461d-b959-06a7b8ae273b", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "b2338ae2-f6a6-472e-814a-012a39169f76", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "a6b6f98b-c3c1-4eb0-90d8-858d36086f51", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}], "creation_date": "2022-11-17T16:53:42.348148+00:00", - "modification_date": "2022-11-17T16:53:42.348148+00:00"}], "categories": ["distribution"], - "current_public_version": "619d9782-6d41-4e46-8fa5-bab5de130d81", "creation_date": - "2018-04-27T14:07:25.221998+00:00", "modification_date": "2022-11-21T09:55:29.947561+00:00", - "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": - "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "76c27afa-28dd-4065-aeba-e420719e6c41", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5b51710c-e543-47b5-92d2-a68a83cefbe9", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c537273-d37f-42ab-adf2-bae972e07d37", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "48c7a6f9-8cc2-48a0-94f1-393cc5905de0", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "84f39b4e-03c3-45a5-8b2b-7d8918d66188", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0cc62d87-d5fd-480f-86f9-1ffe49247d05", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "59af3dbe-b76b-4da7-9359-2d1abb4e56b8", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d33bbc82-6982-4a2c-a674-8e90ee6aa151", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8683cd46-d4d8-46b3-be4d-13049c688d11", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "69782bbc-a0bd-4a23-9c45-8057be9b9b90", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T12:47:17.220902+00:00", "modification_date": "2023-06-28T12:47:17.220902+00:00"}], + "categories": ["distribution"], "current_public_version": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", + "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2023-06-29T14:02:35.072612+00:00", + "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": + "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu Server helps you make the most of your infrastructure.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "af621159-ff5f-4509-86fa-c6d0986fd8ce", "name": - "2022-11-17T16:51:31.715454+00:00", "local_images": [{"id": "d318f34b-1044-482a-afe3-1be349690a13", - "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "9718dbf0-b714-48c7-b489-569471fe0ed4", "zone": "nl-ams-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + System"}, "versions": [{"id": "3e21d063-d260-4edd-ac23-9e4539602bd5", "name": + "2023-06-28T11:49:42.473783+00:00", "local_images": [{"id": "d3b9cc2d-37a2-46e8-918e-2443e7a1caab", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "915cb204-e4b8-458e-9408-967a25a86f47", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fd8120c0-7668-4e15-b283-3107d982d448", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "498d8681-885d-47b8-b2d0-7f57a117787f", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0fef81ad-0411-4cba-abcb-15bd6a7f9879", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b4cde7dd-c898-42fe-a00e-e61c93dc0596", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "d28835dd-2588-4e20-aab6-1bd28b22781e", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "aa69a458-46ae-4ea4-b34a-a2d083f52258", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "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"]}, {"id": "93b28169-0ac5-422e-99f5-2d03af0ede21", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4397c580-63d0-4131-bf4d-def7fc286ddb", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b7e4f8a1-45f5-40f3-87bf-5e0c17ad359f", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01cd69e9-998f-46c4-867b-c0cad16fff4a", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "313b34d5-f99b-474e-b5ba-a2080be559d2", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d456e704-9e78-4116-8b82-83d01428804a", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "7b15abd5-2b9d-4447-9693-b14c88469f7f", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c800fe16-e589-42f0-b05b-ee4f077936f8", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "e4e82e3f-4fff-4468-abb0-32e82278059a", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4858f8e6-fdfd-42a7-89f3-c7acc5f151d8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf3edcaf-333e-4ebd-8b33-ebc23964339d", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "483699e6-b30b-4d31-941e-e0a7e617c212", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "37928e4b-ca24-4c97-8b7d-edcc9bb4e1b4", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-28T11:49:42.675609+00:00", "modification_date": "2023-06-28T11:49:42.675609+00:00"}], + "categories": ["distribution"], "current_public_version": "3e21d063-d260-4edd-ac23-9e4539602bd5", + "creation_date": "2022-04-07T13:35:54.966630+00:00", "modification_date": "2023-06-29T14:01:03.769090+00:00", + "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": + "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "name": + "2023-04-13T12:47:26.451219+00:00", "local_images": [{"id": "fe177b1f-c067-45f3-84a6-5aefd68f7f77", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "73f3e83e-656c-4645-b87a-2093bcd9f560", "zone": "fr-par-3", "arch": "x86_64", + "c128aa85-0cf6-48e1-8d32-660b9f1fc9be", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "ace23dcf-3de5-4d57-aa2b-0d5457c34abc", - "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", - "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", - "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", - "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", - "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:51:31.816100+00:00", "modification_date": "2022-11-17T16:51:31.816100+00:00"}], - "categories": ["distribution"], "current_public_version": "af621159-ff5f-4509-86fa-c6d0986fd8ce", - "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2022-11-21T09:55:20.580470+00:00", - "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": - "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu - Server helps you make the most of your infrastructure.", "organization": {"id": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build - System"}, "versions": [{"id": "00d8b256-56bb-4c5a-b35f-253737cf8482", "name": - "2022-11-17T16:54:03.336813+00:00", "local_images": [{"id": "dbe4451b-e6c1-47af-9edd-cd74518c9c53", - "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "0270ff00-34e3-4409-86e3-510fc862cd99", "zone": "nl-ams-2", "arch": "x86_64", + "3bcf8475-dcd1-43ad-aabd-c7af51f4805a", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "106fb341-213f-4802-bec4-cb9cd4866678", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9ffd49dd-f620-4ee4-91a2-65028ebbe1b5", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "3f9ace44-c310-4a9e-b28f-960b9c7fc848", "zone": "fr-par-2", "arch": "x86_64", + "3bb18d01-6f5e-4648-b524-70cc241e9686", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "bf874512-9df1-4efb-85ff-41cd6f0f5b9a", - "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "55e9cd84-1a80-48ef-a3fb-3c2a2d13e164", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "544f0add-626b-4e4f-8a96-79fa4414d99a", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": - ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", - "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", - "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", - "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", - "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, - {"id": "c2c1b543-14b9-4a1a-a60c-99eff48fd0c0", "zone": "fr-par-3", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}], "creation_date": "2022-11-17T16:54:03.432631+00:00", - "modification_date": "2022-11-17T16:54:03.432631+00:00"}], "categories": ["distribution"], - "current_public_version": "00d8b256-56bb-4c5a-b35f-253737cf8482", "creation_date": - "2022-04-07T13:35:54.966630+00:00", "modification_date": "2022-11-21T09:52:44.381782+00:00", - "valid_until": null}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", "name": - "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", - "description": "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", - "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances - User Resources Build System"}, "versions": [{"id": "5cff6a19-a5e0-46bb-bcbc-4942c836ca46", - "name": "2022-09-15T19:11:26.000595+00:00", "local_images": [{"id": "d22f119d-400b-4792-9d2c-985be3fe0a2b", + "f8f3a701-58fd-45a7-8e10-4c849caa294e", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", + "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "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"]}], "creation_date": "2023-04-13T12:47:26.676017+00:00", + "modification_date": "2023-04-13T12:47:26.676017+00:00"}], "categories": ["distribution"], + "current_public_version": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "creation_date": + "2018-04-27T14:07:25.221998+00:00", "modification_date": "2023-06-13T10:16:17.332319+00:00", + "valid_until": "2023-10-16T00:00:00+00:00"}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", + "name": "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": + "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": + "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4670b9fc-560f-4216-9804-100fac8f4440", + "name": "2023-07-11T14:36:08.637363+00:00", "local_images": [{"id": "620308d0-3c3a-49ca-9336-4933e5bd4073", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", - "GPU-3070-S"]}, {"id": "04ac2de1-2c99-4cf8-a533-ea92e7809d32", "zone": "fr-par-2", + "GPU-3070-S"]}, {"id": "86ee67f8-5f28-45f3-8344-a171bb0d84ec", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "8319423f-497e-46cf-94ee-8490f0c220cc", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "28a3fc1e-bd0f-4809-9973-b9d46434ef3f", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "15ca7a2d-530d-4b8e-9478-f25e64782c78", "zone": "nl-ams-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "7fc05de1-7cd4-44b3-ba67-8dccf156b90d", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "07e6223c-7d92-43b9-ad60-b3db712d026a", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "8cc9fb41-e855-46c4-98b8-a8a10e9a5d57", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], - "creation_date": "2022-09-15T19:11:26.061606+00:00", "modification_date": "2022-09-15T19:11:26.061606+00:00"}], - "categories": ["Machine Learning"], "current_public_version": "5cff6a19-a5e0-46bb-bcbc-4942c836ca46", - "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2022-09-19T14:10:37.648361+00:00", + "creation_date": "2023-07-11T14:36:08.816277+00:00", "modification_date": "2023-07-11T14:36:08.816277+00:00"}], + "categories": ["Machine Learning"], "current_public_version": "4670b9fc-560f-4216-9804-100fac8f4440", + "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2023-07-11T14:53:48.664201+00:00", "valid_until": null}, {"id": "a6c68db3-5613-4b08-acaa-2c92d8baf26c", "name": "Ubuntu Jammy GPU OS 12", "label": "ubuntu_jammy_gpu_os_12", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": "Ubuntu 22.04 Jammy Jellyfish for Nvidia GPU and Machine Learning (GPU passthrough)", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "name": "Instances User Resources Build System"}, "versions": [{"id": "acac98cc-db99-47f7-882c-693e895d8b21", - "name": "2023-02-15T09:47:38.749339+00:00", "local_images": [{"id": "7dbfc0d2-0699-4e38-8664-45971a24af33", + "name": "Instances User Resources Build System"}, "versions": [{"id": "010dea1d-852b-4192-bccd-038718d3487e", + "name": "2023-07-11T14:51:29.720136+00:00", "local_images": [{"id": "e250a24c-befd-471c-b068-4e1a62b8f0ac", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", - "GPU-3070-S"]}, {"id": "819cb4c0-b0d3-475e-a18a-014f1998853c", "zone": "fr-par-2", - "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], - "creation_date": "2023-02-15T09:47:38.843433+00:00", "modification_date": "2023-02-15T09:47:38.843433+00:00"}], - "categories": ["Machine Learning"], "current_public_version": "acac98cc-db99-47f7-882c-693e895d8b21", - "creation_date": "2023-01-20T14:30:57.496021+00:00", "modification_date": "2023-02-15T10:00:58.861108+00:00", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "076b7bbf-874a-4147-a6d4-d0120c49ad01", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "b15bd6fe-ada7-470e-a4a5-ef75ee5e7aec", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "adfb1952-8622-46ab-a6c8-a45ab5c97d80", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "1c794802-8656-4e98-b571-2ba7a97a97d4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "a27bd829-b242-4caf-92a2-a89101066e57", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "73a04b4f-61b0-4760-b6b0-b55e01d6adb6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "da2d2d6d-758b-4085-91ce-30dd2546a2eb", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}], "creation_date": "2023-07-11T14:51:29.881721+00:00", + "modification_date": "2023-07-11T14:51:29.881721+00:00"}], "categories": ["Machine + Learning"], "current_public_version": "010dea1d-852b-4192-bccd-038718d3487e", + "creation_date": "2023-01-20T14:30:57.496021+00:00", "modification_date": "2023-07-11T14:53:44.790537+00:00", "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", "description": "WordPress is the most popular web software you can use to create a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "49917541-e725-478f-9ed3-866bb71215fc", - "name": "2022-11-17T16:54:23.010448+00:00", "local_images": [{"id": "8640db59-ce11-466f-9124-cfe85e57c03c", - "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "08baf82b-82b8-4450-b545-c2fbfd4d6135", + "name": "2023-04-13T13:48:44.450791+00:00", "local_images": [{"id": "af715cfb-e95f-42bf-b308-eedc91ae4806", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "c28c8c9d-1b46-4712-8aba-3f2737dda564", "zone": "pl-waw-1", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "5affe637-67dd-475e-aaa3-eb4a11530270", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9be223b-f639-4ed9-83f0-ee911be052de", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1927920a-520f-4712-9a56-11d7cbbe43be", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "e28a34cf-3118-47bf-9c5c-40419ce519d5", "zone": "fr-par-2", "arch": "x86_64", - "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", - "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", - "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", - "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", - "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "60e8d7b5-1d50-4934-a1fb-708025031d48", - "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2406e707-b3cc-4721-9e7d-293ecec7dcf8", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "28357650-c47f-4bd2-8589-0cb4923c0f58", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c0ba4cb-6286-4220-9e28-de57042c6812", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9490b6b4-92cb-4c9e-abfc-1cee6187ee29", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8ce328f-25c2-4e59-be52-1572e3c4f769", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7237cd6a-fcc0-4d51-a268-57561c295323", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:48:44.619998+00:00", + "modification_date": "2023-04-13T13:48:44.619998+00:00"}], "categories": ["instantapp"], + "current_public_version": "08baf82b-82b8-4450-b545-c2fbfd4d6135", "creation_date": + "2016-03-07T21:03:59.783534+00:00", "modification_date": "2023-04-13T14:40:21.433436+00:00", + "valid_until": null}]}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v1/images?page=1 + method: GET + response: + body: '{"images": [{"id": "0d3a22da-c634-45d6-a7dd-aff402f88b0c", "name": "AlmaLinux + 8", "label": "almalinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", + "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux + distribution, governed and driven by the community, focused on long-term stability + and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "name": "2023-06-29T09:17:23.982691+00:00", "local_images": [{"id": "50ad9f02-586c-4ce6-aae5-c2ae4e687021", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4123241-e07a-4877-a09f-6f804742a081", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "24b05c4e-13e9-4fe2-a839-9fe5b9e0b002", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "38a30800-4dbd-4183-b07d-14647c0d4eb5", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "550e1808-4e7c-473a-a16e-1142269c6ae1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f87135aa-8b0f-4846-9a89-11aabd57ec18", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ef08caab-fe05-4d83-b2eb-8ba2fafa0596", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "5d8cbe91-5d6a-4567-9945-6ba0bc549d83", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "225be2ef-8336-416f-8ff5-c4a205fdc53f", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e4e8dfbe-274f-478d-9cd9-d90c5a717868", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ea78a3d8-37e6-4c38-9ce9-c1b055d406c7", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b9e99ca7-7732-4e8d-984e-de0487e6804c", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c2809848-2c32-4f7f-9bc3-ba44e7475cbe", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "00543f35-3daf-4239-a659-bf50e709faa6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f5e2b4a2-526e-416c-9e1f-0fe2225340da", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8dddccf4-519a-49b1-9e0d-b8a18cddd1ba", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e6a64b94-17aa-4efe-85c3-e444c477a7d9", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "6723f63f-7d7d-476d-be2d-69c808b9fc4b", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:17:24.171542+00:00", "modification_date": "2023-06-29T09:17:24.171542+00:00"}], + "categories": ["distribution"], "current_public_version": "27ba4914-61c5-454c-b0ec-72c01fa12c2e", + "creation_date": "2021-10-05T13:36:52.246490+00:00", "modification_date": "2023-06-29T14:07:54.806379+00:00", + "valid_until": null}, {"id": "486ead23-9656-41d1-aa74-a5a780b2ae1b", "name": + "AlmaLinux 9", "label": "almalinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/almalinux.png", + "description": "AlmaLinux OS is an Open Source and forever-free enterprise Linux + distribution, governed and driven by the community, focused on long-term stability + and a robust production-grade platform", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", + "name": "2023-06-29T09:45:27.412270+00:00", "local_images": [{"id": "de5289bb-b393-4424-8495-fa2f1b4a4d01", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04b69e61-fabb-4eac-8ca3-7ec7a06d12bb", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9a43ba5d-d408-4d85-8a09-e92257d295b2", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18204720-d974-4c85-8a9c-4dfb3ed40622", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b35cc74f-0630-4bd4-8484-9acab5304dce", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "426862b8-cbec-48ff-a2bb-27caee1163b5", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9f77358-33f7-43f9-857a-c74f08cf75cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0236f4af-ca6a-4b3f-803d-783cecf01ea1", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "f2fdd63b-d8b5-46ec-9b75-6d5c336dcc2c", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dc8fd812-41d2-46e9-ab6b-1894fc8d0178", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a16b377a-c519-437e-8533-b95811560e92", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b0689ed5-72d8-47af-8eb1-345e5b306ce8", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "f77aaa49-4bf7-4f46-9d64-6777e7522609", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b6301465-3271-4eaa-ae6f-78492de6cc0d", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fa7922c1-135a-42e1-b52d-9f74843bc9f1", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a7297a98-c043-4d10-920c-773fc14c4254", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "6b7e8c57-b5c6-4cf6-a648-93030310e978", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "ab25c2cd-16ba-41e1-9fa0-35bc3f5d0c55", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:45:27.559431+00:00", + "modification_date": "2023-06-29T09:45:27.559431+00:00"}], "categories": ["distribution"], + "current_public_version": "4e5b0a1f-c6c4-44af-be3c-3e16027c1247", "creation_date": + "2022-08-24T09:21:26.315925+00:00", "modification_date": "2023-06-29T14:09:33.950229+00:00", + "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": + "Arch Linux", "label": "arch_linux", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/archlinux.png", + "description": "Arch Linux is an independently developed Linux distribution + versatile enough to suit any role.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", + "name": "2022-01-24T16:08:58.141740+00:00", "local_images": [{"id": "b57ecf7e-5b57-4ad7-8a57-30584aeb4c26", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9543979-6125-473d-9d62-398724da0c7f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XS", "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6849a7e3-65e2-4c53-bfb4-18c157a9cd66", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6219dbd0-091e-4a64-9891-dfcbb586f6dd", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", + "PRO2-XS", "PRO2-XXS", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", + "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a1326795-478b-4ba1-be4b-592ecc100cac", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "START1-L", + "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", + "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "77184ad4-f7ba-486c-bdc3-509acae544a8", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "ENT1-XS", + "ENT1-XXS", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2f64d38e-96d3-47d6-80b3-379893b2803a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "ENT1-XXS", "ENT1-XS", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6d6ca8b3-7547-485b-a7c5-06fb42fe1c17", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2022-01-24T16:08:58.198257+00:00", "modification_date": "2022-01-24T16:08:58.198257+00:00"}], + "categories": ["distribution"], "current_public_version": "fa0ae29c-27d3-4551-bb34-1a659a96d3c2", + "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2022-01-26T12:54:47.557608+00:00", + "valid_until": null}, {"id": "dc947de3-ddc7-4056-bc35-d51a316ebbb4", "name": + "CentOS 7.9", "label": "centos_7.9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "name": + "2023-04-13T13:05:23.543151+00:00", "local_images": [{"id": "15c5dd42-434b-49cf-a5b4-8bb3b5f9dc9d", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "54dfc73a-2a0b-4ea0-8e8e-abe85357a6cc", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d579e95a-4c2c-4f37-b57e-c2fc22b87966", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fc1f0708-c8e3-4ceb-a36a-6f47765d4f60", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "63b021be-1ec3-4227-b34d-06c976074422", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3e454a77-0ff5-47b0-9c7a-cc4dca7acaeb", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "98aceddf-c90f-4521-aa7b-93f942b5d2b5", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1dc52c29-d73a-453e-85d4-31721f832607", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cc3fb1b6-aa7b-4489-92b0-2c2ea7e937cd", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:05:23.795841+00:00", + "modification_date": "2023-04-13T13:05:23.795841+00:00"}], "categories": ["distribution"], + "current_public_version": "a37e7b5d-a5e5-4506-8897-4129bab079ca", "creation_date": + "2019-12-25T00:00:00+00:00", "modification_date": "2023-04-13T14:37:49.401742+00:00", + "valid_until": null}, {"id": "f49dc23e-82d1-48c3-b80e-6c697b1dda92", "name": + "Centos Stream 8", "label": "centos_stream_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", "name": + "2023-06-29T09:57:17.468268+00:00", "local_images": [{"id": "956a29a7-2a17-44c6-8ef5-5f570d94c2f4", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1f347698-54a2-487a-a75d-293d9abec730", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01c561be-a2de-4439-818c-70775b1d1f40", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "431011fb-f8f5-4a6a-b615-6685f5788fb9", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "42cf51c9-d9f3-412e-8551-e77d20d43166", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "183795aa-da22-466b-b4b4-c5249146a7df", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf8e4fec-34cf-4125-9b7a-2059b5af70c3", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e7fd5f3-347b-47fa-9028-700972a6d1d5", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "95c0036d-eb7e-4e03-9533-3ceb0ffc5519", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35511b10-8edc-4f24-865a-2f57cce489ca", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e5bee4a2-b567-4d4e-920a-af82d0d1e93c", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "c2834c20-7e0f-43b2-ab0b-0eeb617452cb", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "1c9e0239-991d-43fe-b20e-ba45efc4661b", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "eccb1827-d80e-48a5-a720-e25d1dee40ce", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "db73d6bd-1b22-4900-8d90-05f145602bca", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1c27bf2e-e0f2-418d-8386-6d1471a3f4a5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "41bf5f04-f17d-42dd-861a-dff0e06e30b3", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-29T09:57:17.630598+00:00", "modification_date": "2023-06-29T09:57:17.630598+00:00"}], + "categories": ["distribution"], "current_public_version": "8482a2c9-7ede-42c5-bb8d-f0343fec162a", + "creation_date": "2022-02-03T10:23:22.168515+00:00", "modification_date": "2023-06-29T14:10:20.736043+00:00", + "valid_until": null}, {"id": "cfb3fa01-6406-4be8-9e9d-29daee2582fa", "name": + "Centos Stream 9", "label": "centos_stream_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/centos.png", + "description": "The CentOS Project is a community-driven free software effort + focused on delivering a robust open source ecosystem.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", "name": + "2023-06-29T10:07:46.842172+00:00", "local_images": [{"id": "a37a9744-ac6d-40b0-bd7b-7b473f20cedd", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ee491158-8d0f-4876-ab99-2b5348de8cd7", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b2773ae9-a9dd-47b9-ad24-4d97b1b1eed7", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cda80574-04ff-4aca-9f1c-f859ffa64875", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fae5d87f-bc37-4553-85f3-4eb3e1da2764", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "a1c17bf1-a06a-4583-9b1b-a06683770752", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "896f4032-2a73-4fb7-ac73-329f13857d05", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e53a7dc2-6494-44af-99a4-a868b6b70d4c", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8e6cae1-831b-4037-ba14-776697be9c92", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1d97953e-2e41-4f8e-ae01-100aff3d5bc8", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "557bbec3-92f6-46e7-89ec-6e94103d9a93", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7c9fd020-325c-4e45-ac17-7d3b5cac02b3", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "cf0b870a-69d4-4dd8-acc2-9761e78fa4a4", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca9ac622-0aed-4086-9a0b-c2e9248e2de2", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eb701779-0c06-43e6-bd5b-73b8c454f9b1", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a0d52a18-7f42-4aa9-a85c-7dd316651180", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b73bd492-5561-4590-a7f6-c53abb4e64f3", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "5d810c7c-3c72-4386-b42d-54628b5de7d2", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:07:47.008103+00:00", "modification_date": "2023-06-29T10:07:47.008103+00:00"}], + "categories": ["distribution"], "current_public_version": "740bb41f-5a28-4e16-8934-b0dfbb2d565d", + "creation_date": "2022-02-03T10:35:17.004309+00:00", "modification_date": "2023-06-29T14:11:19.285552+00:00", + "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": + "Debian Buster", "label": "debian_buster", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "name": "2023-06-29T07:46:45.049258+00:00", "local_images": [{"id": "41820b40-c617-44c6-9aa9-3e2e37418c57", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "c0ca9aad-3c45-4f50-be3d-ef33ea2dc0d2", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "45d675ba-4aba-4ef4-b84b-38ce66026598", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "d67ab43e-66f4-4bb6-a74c-3a770df970b7", "zone": "fr-par-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "d4fce070-82a6-4a6f-862f-19621c58cb97", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "415590fd-87aa-40e8-9ac7-2c48d7f01c86", "zone": "pl-waw-2", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L"]}, {"id": "3b627c40-ba4a-4033-af11-a3b0561951f5", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", + "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", + "POP2-32C-128G", "POP2-4C-16G", "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", + "POP2-HC-2C-4G", "POP2-HC-32C-64G", "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", + "POP2-HM-16C-128G", "POP2-HM-2C-16G", "POP2-HM-32C-256G", "POP2-HM-4C-32G", + "POP2-HM-64C-512G", "POP2-HM-8C-64G", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L"]}, {"id": "9c27a3d8-afbb-4e5d-baab-0a3fecb389f3", "zone": "pl-waw-3", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", + "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", + "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", + "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", + "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", + "POP2-HM-16C-128G", "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", + "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], + "creation_date": "2023-06-29T07:46:45.164123+00:00", "modification_date": "2023-06-29T07:46:45.164123+00:00"}], + "categories": ["distribution"], "current_public_version": "0304f2f6-4d5e-4fa4-8790-3237a14c7850", + "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2023-06-30T09:58:38.511682+00:00", + "valid_until": null}, {"id": "213b02cb-3d8d-4967-ba8d-e5767a57574e", "name": + "Debian Bullseye", "label": "debian_bullseye", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "name": "2023-06-28T15:21:25.828164+00:00", "local_images": [{"id": "e8c74314-08f6-45fb-97f2-5a795c16f3c0", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "91bf9223-162b-4206-b848-e7040b928488", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "34e7b029-8cb3-461b-a567-806d1db8bd7e", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b1a2f4e7-0efb-4986-a9b9-bca05a2d1658", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "047aaf03-4b4f-491a-8ee1-058de110587b", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "92de05f7-7bfa-4920-8fb6-035764ba1792", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8224b57a-623c-494e-9c46-1c32a4bef917", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "63ad2087-2ec4-4693-9b3e-57943905bb21", "zone": "pl-waw-1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bed9e25d-2413-4600-a94e-aa2bfa451697", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16a45a62-4404-4fd4-8dbb-b94bf717551b", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a8dfb491-cb30-4542-a449-61991aa8c21e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "db754ae1-4be1-4f29-9df6-065f7d2e4ac5", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d40afcf-4667-4b24-a4bd-bf1b9579259c", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "013993be-ae2e-4d73-89dc-8f80c16efce7", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4023941a-6073-4622-af29-01f004853cb4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b59b92fa-8cfc-465d-b129-273c8761f85d", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4d2f2c6c-2699-428d-8579-36e9968b4893", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T15:21:26.118028+00:00", "modification_date": "2023-06-28T15:21:26.118028+00:00"}], + "categories": ["distribution"], "current_public_version": "3cd96467-030d-4932-98f1-b6843ddc2adf", + "creation_date": "2021-07-21T09:09:36.581723+00:00", "modification_date": "2023-06-29T14:05:14.561058+00:00", + "valid_until": null}, {"id": "fd6931c1-5326-4f8d-8fdf-57867b2830e3", "name": + "Debian 12 (Bookworm)", "label": "debian_bookworm", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/debian.png", + "description": "Debian is a free operating system, developed by thousands of + volunteers from all over the world who collaborate via the Internet.", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "name": "2023-06-28T14:45:18.946075+00:00", "local_images": [{"id": "8b1e392c-120f-41bc-91af-3e27c04744e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "58288966-dbc5-471e-9571-583d86d9063f", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8e724257-ee51-4241-b8f2-a44c740c2bce", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "57d304dc-4773-4f60-8d14-54af67bef846", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "933f9ee1-96f1-4c59-aaf7-d4b3a6e4d0f7", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3054897d-c068-4631-8088-f3f37d0abd9f", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO"]}, {"id": "03cf521d-6195-47a9-b885-8c03c76a1ec8", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "285fadf3-6cd1-41dc-90e0-f25b029058e7", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c710f82-39d3-43a1-b4f6-2e4beeefd67f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "227027f8-a48b-4de5-8543-5fc58da395a0", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d14bcc5b-af71-4bb6-b1d9-e052815186e4", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "dd9ac72d-25ff-4b66-979f-f408126d0de9", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "abbbdc2c-7c43-4668-a93b-d4c9960c4e3c", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "79461349-bffb-4de2-acb2-2a120fa0c2a4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aeb6ba5-c6fa-4afb-a79a-364e0370e250", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "89726ac1-eae7-45bb-8fa4-a9ba277eb0bf", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2fc51d68-cb88-4b0d-bd42-2fc4044edee9", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "7216cbc5-e77f-43a4-aae1-fafdee0c507a", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T14:45:19.109899+00:00", "modification_date": "2023-06-28T14:45:19.109899+00:00"}], + "categories": ["distribution"], "current_public_version": "4d1b7c99-dce2-4197-b213-deb0f8e1b405", + "creation_date": "2023-06-05T14:20:04.240833+00:00", "modification_date": "2023-06-29T14:04:06.002485+00:00", + "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": + "Docker", "label": "docker", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/docker.png", + "description": "Docker is an open platform for developers and sysadmins to build, + ship, and run distributed applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "aeaa9adb-f93e-482b-bb03-e402def75243", + "name": "2023-04-13T13:03:17.035176+00:00", "local_images": [{"id": "5c789fa0-3618-46b6-a484-6915a074cd1b", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "822bd95d-39f5-4649-b9ac-1b23869fb5eb", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "50ebcf47-39b5-4087-ad18-79f63b9fdc05", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2d7d32fd-3c5c-4b5d-ab9a-6423741e6d4e", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "78b02952-be83-4b4b-a77c-1ecec5356652", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0a7c1075-086b-4b07-b285-84c6d55b544f", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "157c5202-f71d-40d2-9cbe-08a11d0d6ab6", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d8d51744-86c2-4389-884d-886a18ed76c4", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2425e8be-9e8f-460a-8adc-d711c4958ace", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:03:17.145319+00:00", + "modification_date": "2023-04-13T13:03:17.145319+00:00"}], "categories": ["instantapp"], + "current_public_version": "aeaa9adb-f93e-482b-bb03-e402def75243", "creation_date": + "2016-03-05T15:11:26.847640+00:00", "modification_date": "2023-04-13T14:34:48.199797+00:00", + "valid_until": null}, {"id": "186859f6-0152-45dd-9eb8-21fc5e8d774e", "name": + "Fedora 36", "label": "fedora_36", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "name": "2023-04-13T13:03:38.692646+00:00", "local_images": [{"id": "b613de94-efde-49b0-84fd-18698da03450", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4e0d352b-c33b-43c9-8b10-6750b70f87ec", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6b76e0e1-f650-434a-b901-628a24807738", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "186cf8ac-3ba8-4be3-a420-e09a7a556269", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5ab8b0ba-e458-4a2d-b349-4c63cab96f08", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12256f5e-7577-421d-b13a-8e6f53c7656c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68532aae-1625-4a7a-ac48-b12426e1fbc4", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "e55c488c-6ca3-41eb-875e-48f7babe1500", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "595da48b-750e-4745-a211-44926dabce33", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "375587da-52be-4149-8fff-1ffbc1b242b2", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "80d063d1-c022-4369-8e25-6578d0426e1c", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "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"]}], "creation_date": + "2023-04-13T13:03:38.803387+00:00", "modification_date": "2023-04-13T13:03:38.803387+00:00"}], + "categories": ["distribution"], "current_public_version": "9c65e858-7550-4118-9ca1-9086bf70ae11", + "creation_date": "2022-04-14T15:45:29.069701+00:00", "modification_date": "2023-06-13T10:11:39.592521+00:00", + "valid_until": "2023-09-04T00:00:00+00:00"}, {"id": "2b0e5802-eb82-4fd5-ac8f-6877c46aa14b", + "name": "Fedora 37", "label": "fedora_37", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "731bafdc-795e-4344-aad7-8b232d23cc0f", + "name": "2023-06-29T10:17:11.438863+00:00", "local_images": [{"id": "3d56b3aa-ca55-4ff7-845b-5f2202b21eab", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "68350cc3-a832-425a-a52a-ca7b5d97521b", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "52493d0b-3449-44db-9a25-c2ee88098c20", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b05a4b23-2693-45a7-a687-d5bf95928558", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "7056d038-70f4-4418-86de-9afa797b9bd4", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "4d290454-2c3f-4d54-8089-cc4959738517", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "edc71c21-e1d4-4d46-ac8a-25731a2ff0f7", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0d0882d-27cd-4efb-9b04-9b38c3831ea9", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2487c92c-112e-4433-9215-9c0b061aafa9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "425369d8-fc3b-4450-a51b-2e3204c13131", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e9f13d0a-7e3b-40fc-8773-5cbb5657d3ef", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0231ee97-32f6-46b5-b32d-dec9bf617b93", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f6b68c40-119d-47af-be6a-6b1559f2fb93", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d23ab05e-75be-47db-847e-5ffabb133da0", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "a0dc025d-5c50-49f4-98a4-3d3453b64557", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ae60415d-2201-4bd8-9a5e-5c36c64a8aac", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "009edf9b-b397-4d1c-b536-2c69c2dc8972", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "1fc5e8e0-affe-469d-9fa9-e728aee39140", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T10:17:11.578826+00:00", + "modification_date": "2023-06-29T10:17:11.578826+00:00"}], "categories": ["distribution"], + "current_public_version": "731bafdc-795e-4344-aad7-8b232d23cc0f", "creation_date": + "2022-11-14T10:48:04.097063+00:00", "modification_date": "2023-06-29T14:14:33.960964+00:00", + "valid_until": null}, {"id": "dab3ed4b-5d6a-4b77-82e2-04405fd2a59e", "name": + "Fedora 38", "label": "fedora_38", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/fedora.png", + "description": "Fedora is a powerful, flexible operating system that includes + the best and latest datacenter technologies. It puts you in control of all your + infrastructure and services", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "name": "2023-06-29T10:24:48.965555+00:00", "local_images": [{"id": "4cf0e56a-bf45-4fa4-bd1e-2ddfb661119e", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "9fd921c1-2bca-427e-863d-28e8f6fde734", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "35bcd438-3a67-4a78-ae27-0a27d23895bf", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8892b50e-0171-4f81-910c-831d58d1cb24", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c8a70187-6cca-4b99-9e2f-9c5b2670a1c2", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0866e42d-55ab-4a29-8f1c-2824cc714ccd", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "95b0b46d-1310-4202-92e2-c6ef8628fed8", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c06829c-5db9-4242-a704-3045fb5e9bb8", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "002b6925-99fd-4804-8f0b-41600a351d6f", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1e54d3d2-2f47-49ab-b2f7-f0e5631c7fa9", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4b880c30-fb8d-4985-9c74-be6593741ff5", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "07dde049-873d-40ba-a0a2-db2dd7e123c4", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "c4345c84-63dc-4455-a947-5ae8db254cd7", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "cac651c1-d44f-4cfd-9a0f-8e7791a275ec", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "380333c5-2a06-49a6-a7ac-15fe45be91b6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "12eb4550-6994-4e28-a63c-9a928e3a4f44", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1abdf7ab-5731-4bc6-997b-99fdea7d6609", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "16883b63-ec40-4eb6-8182-b0a95dc87672", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T10:24:49.126580+00:00", "modification_date": "2023-06-29T10:24:49.126580+00:00"}], + "categories": ["distribution"], "current_public_version": "b347e0b1-e27a-4c89-ac1c-25808db2d5bf", + "creation_date": "2023-04-18T07:53:13.621657+00:00", "modification_date": "2023-06-29T14:15:25.945175+00:00", + "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": + "GitLab", "label": "gitlab", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/gitlab.png", + "description": "GitLab is a web-based Git repository manager with wiki and issue + tracking features.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", + "name": "2023-04-13T13:06:28.354726+00:00", "local_images": [{"id": "416e6290-b9dd-47f8-9a90-f07cb7fa0f1d", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0030922b-675e-4348-853f-4e4490c14ee9", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "16622dfc-d69c-4c78-9462-1321f84ac750", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "01d0cc75-9b4c-4d88-8560-5a0308a20c97", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e71db560-19bc-4dfe-9c84-84ae7e3a6809", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "04f3be3a-f6d1-41e7-9b63-7b1d2e3492a1", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8d43f819-553b-4490-893b-cb82abeffb14", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "8369e2c9-6433-46db-9b8c-fe69e043d92e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "14f3da80-9ec2-4a12-a583-50275b3c6c16", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:06:28.530554+00:00", + "modification_date": "2023-04-13T13:06:28.530554+00:00"}], "categories": ["instantapp"], + "current_public_version": "b16ed12e-299b-4dbd-8225-9b8644d5ec04", "creation_date": + "2016-03-07T21:06:22.770864+00:00", "modification_date": "2023-04-13T14:32:36.692844+00:00", + "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": + "NextCloud", "label": "nextcloud", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/nextcloud.png", + "description": "Nextcloud is an open source, self-hosted file share and communication + platform.", "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": + "OCS"}, "versions": [{"id": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "name": + "2023-04-13T13:00:13.060943+00:00", "local_images": [{"id": "b1d51a36-38dc-4d65-873c-4fed3dbeb21e", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "220ab3a6-0b38-4d6c-864d-fd6feb8aa99c", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5e2f22ec-d003-485f-bec2-9a5372f5f0e4", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cee6ae09-afdc-4286-bc93-98fdb214effe", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4ac5d79b-597b-4d05-a3d2-b3f44431bc2a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "30d1c545-c406-4515-83ab-f5224d4f95b6", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f3a31d98-0e04-45da-8246-de949f5615e4", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9d1eec19-d016-49d4-bdfc-f141a1a4eb8e", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f0de85a8-5c37-474b-b4c8-76a233bee055", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:00:13.324444+00:00", + "modification_date": "2023-04-13T13:00:13.324444+00:00"}], "categories": ["instantapp"], + "current_public_version": "fe957b4f-1ab1-41bf-a142-b771f039d2c9", "creation_date": + "2019-04-16T12:22:56.930842+00:00", "modification_date": "2023-04-13T14:31:50.306200+00:00", + "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": + "OpenVPN", "label": "openvpn", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/openvpn.png", + "description": "Surf the web in a secure and anonymous way with OpenVPN InstantApp.", + "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "auth-team+ocs-organization@scaleway.com"}, + "versions": [{"id": "8c40dae0-21ad-4226-821a-aab4c6acae92", "name": "2023-04-13T12:54:17.348185+00:00", + "local_images": [{"id": "98cf2d5f-9268-4cc1-bc43-4ae9c9e66d75", "zone": "par1", + "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", + "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", + "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "defab02d-b971-4418-8349-2a2da5740274", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9ea9fd9c-a795-4de7-8cd2-ca21e04f6aa7", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "dfc57325-2ab1-4bd0-acb0-0f93ab55a8e2", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1a50ba7a-d691-4521-9837-b6c5e8be9ab4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "d2828fd6-1d35-4140-9079-54e7025df877", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a60d4970-e050-4677-b54b-c0d395c56100", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "3867a1f9-b51a-48de-a2ec-f109dfac38a5", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "6ba68330-d6d5-4b33-9a8c-5edbbd0d58eb", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T12:54:17.619668+00:00", + "modification_date": "2023-04-13T12:54:17.619668+00:00"}], "categories": ["instantapp"], + "current_public_version": "8c40dae0-21ad-4226-821a-aab4c6acae92", "creation_date": + "2016-03-07T21:04:57.667667+00:00", "modification_date": "2023-04-13T14:31:04.244508+00:00", + "valid_until": null}, {"id": "1576bf6b-f640-47f2-9117-968419d0546e", "name": + "Rocky Linux 8", "label": "rockylinux_8", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "069e4325-8cf4-43c3-a77b-0f3123591d66", + "name": "2023-06-29T09:39:16.385435+00:00", "local_images": [{"id": "a5c78b81-24b7-4395-bbee-13c30025f0e5", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "13e873b1-e6f9-4bef-8b49-de557aac831c", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "20ba6374-73b8-4251-ac85-d306cfb024ad", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "a78bd672-e115-4d25-bcf5-5cf9e6b6a762", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "8c623e56-1f67-4119-9781-89592bc67041", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "df94f587-fbd2-4dae-820e-e9707ddfa14b", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "500cece3-1b62-418a-850e-5ddb2946c447", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "3bdf545b-109e-449e-9392-345c76943b6d", "zone": "ams1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "9604e9d3-536c-4084-ab42-3d97a5402559", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "67f8c3df-e5e8-4d5c-8ae4-981c376ce3f6", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "816ef32f-a2ea-4aae-9a64-aa762abb02cd", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "fd5f7b3c-7e36-42d4-a073-ab5406b8e3a4", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5c5eb9c7-7c5e-4993-91ef-84e201038089", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "731f1363-44d1-42d9-91f7-634a151feae5", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b73f5ac6-ffcc-4e9e-99b6-a98697b00236", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "88fabf01-fa8c-4923-866e-736791660ce8", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "581f3d90-c26c-426c-880b-853c276ce63c", "zone": "pl-waw-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "15666542-96e3-49c6-a118-66c98bbe5220", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-06-29T09:39:16.526639+00:00", + "modification_date": "2023-06-29T09:39:16.526639+00:00"}], "categories": ["distribution"], + "current_public_version": "069e4325-8cf4-43c3-a77b-0f3123591d66", "creation_date": + "2021-06-25T10:16:16.254240+00:00", "modification_date": "2023-06-29T14:12:30.201206+00:00", + "valid_until": null}, {"id": "589c35a9-20ce-4ed9-92d7-16dc061be52b", "name": + "Rocky Linux 9", "label": "rockylinux_9", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/rockylinux.png", + "description": "Rocky Linux is a community-driven effort to bring you enterprise-grade, + production-ready Linux.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "953252d3-e46d-4023-9826-2324cda1afc2", + "name": "2023-06-29T09:26:03.468030+00:00", "local_images": [{"id": "a19a36d8-5ebe-4d2b-9f58-90b8bbce17d6", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "09ade2e5-f514-4336-b062-a9c0cbf15dca", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "209274a6-40fe-4b14-a726-d3c335f2bdfc", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "e2dbe3d9-8964-4b9a-b0bd-c00a446a0012", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b2384e5e-5e57-49c9-b2cf-bb08905490f1", "zone": "par1", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "2c0b83f0-d1b1-4d28-940d-bef8e96132e8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "ea5270d9-4e79-4b29-8b3a-376c4eae428c", + "zone": "fr-par-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "4236937e-76f3-4707-8479-45e95164b30e", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "70d21764-e8ff-4613-9f54-c0f0b65550a1", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "17d626d7-12c9-4ef4-a3d9-590b4671ed6e", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "89673e08-73f0-44c3-87d9-9a2102cc77be", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "17b61a58-f6d2-4af1-865c-f1f196037f20", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "bac260d6-5bab-48f1-9568-bec01eb45010", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "ca0faa90-8027-428b-9122-4599658e2b51", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "eca7a69d-87bc-4b93-a0c3-64ddc0fc1928", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "df3420cf-cff2-424f-a80c-0e787e62712a", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5aca8ad0-26a5-4149-ad02-f35893b0008a", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "435c4943-ff9e-4b43-be94-060a2c9afcf8", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-29T09:26:03.618422+00:00", "modification_date": "2023-06-29T09:26:03.618422+00:00"}], + "categories": ["distribution"], "current_public_version": "953252d3-e46d-4023-9826-2324cda1afc2", + "creation_date": "2022-08-24T09:26:33.639016+00:00", "modification_date": "2023-06-29T14:13:34.171849+00:00", + "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": + "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", "name": + "2023-06-28T12:47:17.053281+00:00", "local_images": [{"id": "aef2a64e-d6d8-4b39-b00d-61ce2ddce2c8", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "82a3876e-72b9-40bc-bc12-24e3f861d013", + "zone": "fr-par-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "af73ec15-9e43-4253-96a2-78eb6ba276e6", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0824cbe3-503f-4190-b1b9-46be6e088fb3", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f4c150c4-e242-4816-954a-4ea4cc2a7a43", + "zone": "pl-waw-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "04f966d7-b922-4893-b11e-01c311381db1", "zone": "fr-par-3", "arch": "x86_64", + "compatible_commercial_types": ["GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "bb68d4a8-7f1e-49c5-bec9-cdc39baa0c42", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "18a8a317-e3b2-461d-b959-06a7b8ae273b", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "76c27afa-28dd-4065-aeba-e420719e6c41", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "5b51710c-e543-47b5-92d2-a68a83cefbe9", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "0c537273-d37f-42ab-adf2-bae972e07d37", "zone": "nl-ams-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "48c7a6f9-8cc2-48a0-94f1-393cc5905de0", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "84f39b4e-03c3-45a5-8b2b-7d8918d66188", "zone": "nl-ams-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "0cc62d87-d5fd-480f-86f9-1ffe49247d05", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "59af3dbe-b76b-4da7-9359-2d1abb4e56b8", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d33bbc82-6982-4a2c-a674-8e90ee6aa151", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "8683cd46-d4d8-46b3-be4d-13049c688d11", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}, {"id": "69782bbc-a0bd-4a23-9c45-8057be9b9b90", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}], + "creation_date": "2023-06-28T12:47:17.220902+00:00", "modification_date": "2023-06-28T12:47:17.220902+00:00"}], + "categories": ["distribution"], "current_public_version": "7c70f490-6fd5-4f59-8d3e-4c59543d1e75", + "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2023-06-29T14:02:35.072612+00:00", + "valid_until": null}, {"id": "1123148c-7660-4cb2-9fd3-7b5b4896f72f", "name": + "Ubuntu 22.04 Jammy Jellyfish", "label": "ubuntu_jammy", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "3e21d063-d260-4edd-ac23-9e4539602bd5", "name": + "2023-06-28T11:49:42.473783+00:00", "local_images": [{"id": "d3b9cc2d-37a2-46e8-918e-2443e7a1caab", + "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "915cb204-e4b8-458e-9408-967a25a86f47", "zone": "par1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", + "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "fd8120c0-7668-4e15-b283-3107d982d448", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "0fef81ad-0411-4cba-abcb-15bd6a7f9879", + "zone": "nl-ams-2", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "b4cde7dd-c898-42fe-a00e-e61c93dc0596", "zone": "pl-waw-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "d28835dd-2588-4e20-aab6-1bd28b22781e", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4397c580-63d0-4131-bf4d-def7fc286ddb", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b7e4f8a1-45f5-40f3-87bf-5e0c17ad359f", + "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "01cd69e9-998f-46c4-867b-c0cad16fff4a", "zone": "nl-ams-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "313b34d5-f99b-474e-b5ba-a2080be559d2", + "zone": "nl-ams-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "d456e704-9e78-4116-8b82-83d01428804a", "zone": "fr-par-2", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "7b15abd5-2b9d-4447-9693-b14c88469f7f", + "zone": "pl-waw-1", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "c800fe16-e589-42f0-b05b-ee4f077936f8", "zone": "fr-par-3", "arch": "arm64", + "compatible_commercial_types": ["AMP2-C1", "AMP2-C2", "AMP2-C4", "AMP2-C8", + "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, {"id": "e4e82e3f-4fff-4468-abb0-32e82278059a", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "4858f8e6-fdfd-42a7-89f3-c7acc5f151d8", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "cf3edcaf-333e-4ebd-8b33-ebc23964339d", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "483699e6-b30b-4d31-941e-e0a7e617c212", + "zone": "pl-waw-3", "arch": "arm64", "compatible_commercial_types": ["AMP2-C1", + "AMP2-C2", "AMP2-C4", "AMP2-C8", "AMP2-C12", "AMP2-C24", "AMP2-C48", "AMP2-C60"]}, + {"id": "37928e4b-ca24-4c97-8b7d-edcc9bb4e1b4", "zone": "pl-waw-3", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", + "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", + "ENT1-XS", "ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", + "PRO2-XS", "PRO2-S", "PRO2-M", "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": + "2023-06-28T11:49:42.675609+00:00", "modification_date": "2023-06-28T11:49:42.675609+00:00"}], + "categories": ["distribution"], "current_public_version": "3e21d063-d260-4edd-ac23-9e4539602bd5", + "creation_date": "2022-04-07T13:35:54.966630+00:00", "modification_date": "2023-06-29T14:01:03.769090+00:00", + "valid_until": null}, {"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": + "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu is the ideal distribution for scale-out computing, Ubuntu + Server helps you make the most of your infrastructure.", "organization": {"id": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build + System"}, "versions": [{"id": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "name": + "2023-04-13T12:47:26.451219+00:00", "local_images": [{"id": "fe177b1f-c067-45f3-84a6-5aefd68f7f77", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "c128aa85-0cf6-48e1-8d32-660b9f1fc9be", "zone": "pl-waw-1", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "3bcf8475-dcd1-43ad-aabd-c7af51f4805a", "zone": "fr-par-2", "arch": "x86_64", + "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", + "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "9ffd49dd-f620-4ee4-91a2-65028ebbe1b5", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": - "6d79accc-3d62-4ae1-98c7-20f6f1164438", "zone": "nl-ams-2", "arch": "x86_64", + "3bb18d01-6f5e-4648-b524-70cc241e9686", "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", - "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "6c17a18f-ea38-488f-bd91-76ca33e4e11f", + "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": "55e9cd84-1a80-48ef-a3fb-3c2a2d13e164", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}, {"id": + "f8f3a701-58fd-45a7-8e10-4c849caa294e", "zone": "nl-ams-3", "arch": "x86_64", + "compatible_commercial_types": ["ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", + "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "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"]}], "creation_date": "2023-04-13T12:47:26.676017+00:00", + "modification_date": "2023-04-13T12:47:26.676017+00:00"}], "categories": ["distribution"], + "current_public_version": "599269e6-7332-4a0c-8cd8-0e9e17f6c91e", "creation_date": + "2018-04-27T14:07:25.221998+00:00", "modification_date": "2023-06-13T10:16:17.332319+00:00", + "valid_until": "2023-10-16T00:00:00+00:00"}, {"id": "4dcc771c-820f-405c-b663-4564bdc2ed56", + "name": "Ubuntu Focal GPU OS 11", "label": "ubuntu_focal_gpu_os_11", "logo": + "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", "description": + "Ubuntu 20.04 Focal Fossa for Nvidia GPU and Machine Learning", "organization": + {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources + Build System"}, "versions": [{"id": "4670b9fc-560f-4216-9804-100fac8f4440", + "name": "2023-07-11T14:36:08.637363+00:00", "local_images": [{"id": "620308d0-3c3a-49ca-9336-4933e5bd4073", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "86ee67f8-5f28-45f3-8344-a171bb0d84ec", "zone": "fr-par-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "8319423f-497e-46cf-94ee-8490f0c220cc", "zone": "ams1", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "28a3fc1e-bd0f-4809-9973-b9d46434ef3f", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "15ca7a2d-530d-4b8e-9478-f25e64782c78", "zone": "nl-ams-2", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, + {"id": "7fc05de1-7cd4-44b3-ba67-8dccf156b90d", "zone": "pl-waw-2", "arch": "x86_64", + "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}, {"id": "07e6223c-7d92-43b9-ad60-b3db712d026a", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S"]}, {"id": "8cc9fb41-e855-46c4-98b8-a8a10e9a5d57", "zone": "pl-waw-1", + "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", "GPU-3070-S"]}], + "creation_date": "2023-07-11T14:36:08.816277+00:00", "modification_date": "2023-07-11T14:36:08.816277+00:00"}], + "categories": ["Machine Learning"], "current_public_version": "4670b9fc-560f-4216-9804-100fac8f4440", + "creation_date": "2021-11-30T12:37:45.971134+00:00", "modification_date": "2023-07-11T14:53:48.664201+00:00", + "valid_until": null}, {"id": "a6c68db3-5613-4b08-acaa-2c92d8baf26c", "name": + "Ubuntu Jammy GPU OS 12", "label": "ubuntu_jammy_gpu_os_12", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/ubuntu.png", + "description": "Ubuntu 22.04 Jammy Jellyfish for Nvidia GPU and Machine Learning + (GPU passthrough)", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "name": "Instances User Resources Build System"}, "versions": [{"id": "010dea1d-852b-4192-bccd-038718d3487e", + "name": "2023-07-11T14:51:29.720136+00:00", "local_images": [{"id": "e250a24c-befd-471c-b068-4e1a62b8f0ac", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "076b7bbf-874a-4147-a6d4-d0120c49ad01", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "b15bd6fe-ada7-470e-a4a5-ef75ee5e7aec", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "adfb1952-8622-46ab-a6c8-a45ab5c97d80", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "1c794802-8656-4e98-b571-2ba7a97a97d4", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "a27bd829-b242-4caf-92a2-a89101066e57", + "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "73a04b4f-61b0-4760-b6b0-b55e01d6adb6", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}, {"id": "da2d2d6d-758b-4085-91ce-30dd2546a2eb", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S", + "GPU-3070-S", "H100-1-80G", "H100-2-80G"]}], "creation_date": "2023-07-11T14:51:29.881721+00:00", + "modification_date": "2023-07-11T14:51:29.881721+00:00"}], "categories": ["Machine + Learning"], "current_public_version": "010dea1d-852b-4192-bccd-038718d3487e", + "creation_date": "2023-01-20T14:30:57.496021+00:00", "modification_date": "2023-07-11T14:53:44.790537+00:00", + "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": + "WordPress", "label": "wordpress", "logo": "https://scw-marketplace-logos.s3.fr-par.scw.cloud/wordpress.png", + "description": "WordPress is the most popular web software you can use to create + a beautiful website or blog.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", + "name": "auth-team+ocs-organization@scaleway.com"}, "versions": [{"id": "08baf82b-82b8-4450-b545-c2fbfd4d6135", + "name": "2023-04-13T13:48:44.450791+00:00", "local_images": [{"id": "af715cfb-e95f-42bf-b308-eedc91ae4806", + "zone": "nl-ams-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "f9be223b-f639-4ed9-83f0-ee911be052de", + "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "1927920a-520f-4712-9a56-11d7cbbe43be", + "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "2406e707-b3cc-4721-9e7d-293ecec7dcf8", + "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "28357650-c47f-4bd2-8589-0cb4923c0f58", "zone": "pl-waw-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", - "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB"]}], - "creation_date": "2022-11-17T16:54:23.150832+00:00", "modification_date": "2022-11-17T16:54:23.150832+00:00"}], - "categories": ["instantapp"], "current_public_version": "49917541-e725-478f-9ed3-866bb71215fc", - "creation_date": "2016-03-07T21:03:59.783534+00:00", "modification_date": "2022-11-21T09:58:15.549240+00:00", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7c0ba4cb-6286-4220-9e28-de57042c6812", + "zone": "fr-par-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "9490b6b4-92cb-4c9e-abfc-1cee6187ee29", + "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", + "ENT1-XS", "ENT1-XXS", "GP1-L", "GP1-M", "GP1-S", "GP1-VIZ", "GP1-XL", "GP1-XS", + "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", + "PRO2-XXS", "RENDER-S", "STARDUST1-S", "START1-L", "START1-M", "START1-S", "START1-XS", + "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", "X64-60GB", "POP2-2C-8G", + "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", + "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "b8ce328f-25c2-4e59-be52-1572e3c4f769", + "zone": "nl-ams-3", "arch": "x86_64", "compatible_commercial_types": ["ENT1-2XL", + "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS", "PRO2-XXS", + "POP2-2C-8G", "POP2-4C-16G", "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", + "POP2-64C-256G", "POP2-HM-2C-16G", "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", + "POP2-HM-32C-256G", "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", + "POP2-HC-16C-32G", "POP2-HC-32C-64G", "POP2-HC-64C-128G"]}, {"id": "7237cd6a-fcc0-4d51-a268-57561c295323", + "zone": "pl-waw-3", "arch": "x86_64", "compatible_commercial_types": ["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "PLAY2-MICRO", "PLAY2-NANO", "PLAY2-PICO", "POP2-2C-8G", "POP2-4C-16G", + "POP2-8C-32G", "POP2-16C-64G", "POP2-32C-128G", "POP2-64C-256G", "POP2-HM-2C-16G", + "POP2-HM-4C-32G", "POP2-HM-8C-64G", "POP2-HM-16C-128G", "POP2-HM-32C-256G", + "POP2-HM-64C-512G", "POP2-HC-2C-4G", "POP2-HC-4C-8G", "POP2-HC-8C-16G", "POP2-HC-16C-32G", + "POP2-HC-32C-64G", "POP2-HC-64C-128G\""]}], "creation_date": "2023-04-13T13:48:44.619998+00:00", + "modification_date": "2023-04-13T13:48:44.619998+00:00"}], "categories": ["instantapp"], + "current_public_version": "08baf82b-82b8-4450-b545-c2fbfd4d6135", "creation_date": + "2016-03-07T21:03:59.783534+00:00", "modification_date": "2023-04-13T14:40:21.433436+00:00", "valid_until": null}]}' headers: Content-Length: - - "98989" + - "201119" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:05 GMT + - Wed, 12 Jul 2023 14:08:37 GMT Link: - ; rel="last" Server: @@ -1224,27 +4833,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f5b4f29-bb18-45ad-a098-17bac8c379a3 + - ca6d6121-4d4a-4047-aa95-15d1cf336cd1 X-Total-Count: - - "23" + - "24" status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}}' 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/instance/v1/zones/fr-par-1/images/b2338ae2-f6a6-472e-814a-012a39169f76 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/4cdb6366-9d0b-4daa-98c1-d171227fb92f method: GET response: - body: '{"image": {"id": "b2338ae2-f6a6-472e-814a-012a39169f76", "name": "Ubuntu + body: '{"image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "b9f0d6f5-2677-45b0-91b5-e42a68029a32", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2022-11-17T16:50:02.930092+00:00", - "modification_date": "2022-11-17T16:50:02.930092+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}}' headers: Content-Length: @@ -1254,7 +4869,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:05 GMT + - Wed, 12 Jul 2023 14:08:37 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1264,30 +4879,485 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c42a224-7b49-4cc1-b8ac-91a2caa28af2 + - 6c1b9681-c5bf-426d-a818-6c8e4c04c325 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"servers": {"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}}, "baremetal": false, "monthly_price": + 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "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}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": false, "monthly_price": + 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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}}, + "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "GP1-VIZ": + {"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}}, + "baremetal": false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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}}, + "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "PLAY2-MICRO": {"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}}, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "POP2-2C-8G": + {"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}}, "baremetal": false, "monthly_price": + 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-HC-16C-32G": + {"alt_names": [], "arch": "x86_64", "ncpus": 16, "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}}, "baremetal": + false, "monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": false, "monthly_price": + 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, + "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": + {"boot_types": ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "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": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}}, "START1-M": {"alt_names": [], "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}}, "baremetal": false, "monthly_price": + 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 300000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 300000000}]}}, "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}}, "baremetal": false, "monthly_price": + 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 100000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 100000000}]}}, "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}}, "baremetal": false, "monthly_price": + 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}}}' 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/instance/v1/zones/fr-par-1/products/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; 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": {"DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": - 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 800000000000}}, "baremetal": false, "monthly_price": 36.1496, "hourly_price": - 0.04952, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - true, "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}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, + "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}}, "baremetal": false, "monthly_price": + 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "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}]}}, "DEV1-M": + {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", @@ -1296,16 +5366,17 @@ interactions: 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 20000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, - "baremetal": false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - 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}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, + 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}}, "baremetal": false, "monthly_price": + 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": 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}]}}, "DEV1-XL": + {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", @@ -1314,34 +5385,34 @@ interactions: 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 500000000}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "volumes_constraint": {"min_size": 0, "max_size": - 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": - false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": - ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + "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}}, "baremetal": false, "monthly_price": 2576.9, "hourly_price": 3.53, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-M": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-S": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1350,16 +5421,16 @@ interactions: "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "ENT1-XS": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1368,7 +5439,7 @@ interactions: "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1376,71 +5447,73 @@ interactions: true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "GP1-L": {"alt_names": - [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "volumes_constraint": - {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": - 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["bootscript", - "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + [], "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}}, "baremetal": + false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "GP1-S": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "GP1-XL": - {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 300000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 72.0, "hourly_price": 0.1, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "PLAY2-MICRO": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": - {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["rescue", "local"], - "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": - true, "block_storage": true, "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}]}}, "PLAY2-NANO": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", + "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": + 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}]}}, "PLAY2-MICRO": {"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}}, "baremetal": false, "monthly_price": 39.42, "hourly_price": 0.054, "capabilities": + {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1449,34 +5522,196 @@ interactions: "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": 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}]}}, "PRO2-L": + {"internal_bandwidth": null, "internet_bandwidth": 100000000}]}}, "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}}, "baremetal": + false, "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "POP2-2C-8G": + {"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}}, "baremetal": false, "monthly_price": + 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, + "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": + false, "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["rescue", "local"], + 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": - 0, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, + "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, + {"internal_bandwidth": null, "internet_bandwidth": 800000000}]}}, "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}}, "baremetal": + false, "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "POP2-HC-16C-32G": + {"alt_names": [], "arch": "x86_64", "ncpus": 16, "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}}, "baremetal": + false, "monthly_price": 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": + 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": + 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["rescue", "local"], + "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": + true, "block_storage": 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}]}}, "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}}, "baremetal": + false, "monthly_price": 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": false, "monthly_price": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["rescue", "local"], + 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-S": + true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, + "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, + {"internal_bandwidth": null, "internet_bandwidth": 1600000000}]}}, "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}}, "baremetal": + false, "monthly_price": 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "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}}, "baremetal": + false, "monthly_price": 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": + ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": + false, "placement_groups": true, "block_storage": true, "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}]}}, "PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1485,7 +5720,7 @@ interactions: "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1494,7 +5729,7 @@ interactions: "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": 0}}, "baremetal": false, "monthly_price": 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": false, "placement_groups": @@ -1503,129 +5738,226 @@ interactions: "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 45097156608, "gpu": - 1, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": + 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": + {"boot_types": ["local", "rescue"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": 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}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, - "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": 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}]}}, "START1-L": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, - "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", + "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, + "baremetal": false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": + {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "local", "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 400000000}]}}, "START1-M": {"alt_names": [], "arch": - "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "volumes_constraint": {"min_size": + 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}]}}, "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}}, "baremetal": false, "monthly_price": + 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 400000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}}, "START1-M": {"alt_names": [], "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}}, "baremetal": false, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 50000000000, "max_size": - 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "baremetal": false, "monthly_price": 7.738, "hourly_price": - 0.0106, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "START1-XS": - {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, - "volumes_constraint": {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + 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}}, "baremetal": false, "monthly_price": + 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, + "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 18.0164, "hourly_price": - 0.02468, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": {"alt_names": - ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "volumes_constraint": - {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": - ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + 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}}, "baremetal": false, "monthly_price": + 18.0164, "hourly_price": 0.02468, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}}}' + headers: + Content-Length: + - "37931" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 12 Jul 2023 14:08:37 GMT + Link: + - ; rel="next",; + rel="last" + Server: + - Scaleway API-Gateway + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b126997d-e497-4e2b-8372-ecefc5552296 + X-Total-Count: + - "56" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"servers": {"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}}, "baremetal": false, "monthly_price": + 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "volumes_constraint": {"min_size": 50000000000, - "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 6.2926, "hourly_price": - 0.00862, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 200000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "X64-120GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": - 0, "volumes_constraint": {"min_size": 500000000000, "max_size": 1000000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": - "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "volumes_constraint": {"min_size": + 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}}, "baremetal": false, "monthly_price": + 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}, "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}}, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - true, "placement_groups": true, "block_storage": false, "private_network": 0}, + true, "placement_groups": true, "block_storage": true, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 32212254720, "gpu": 0, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "baremetal": false, "monthly_price": 86.9138, "hourly_price": - 0.11906, "capabilities": {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": - "bootscript", "hot_snapshots_local_volume": true, "placement_groups": true, - "block_storage": false, "private_network": 0}, "network": {"ipv6_support": true, - "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": 500000000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 500000000}]}}, "X64-60GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": - 0, "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["bootscript", "rescue", "local"], "default_boot_type": "bootscript", - "hot_snapshots_local_volume": true, "placement_groups": true, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 104857600, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 1000000000}]}}}}' + 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}}, "baremetal": false, "monthly_price": + 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}}, "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}}, "baremetal": false, "monthly_price": + 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; 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": {"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}}, "baremetal": false, "monthly_price": + 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "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}}, "baremetal": false, "monthly_price": + 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, + "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": + 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}, "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}}, "baremetal": false, "monthly_price": + 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 250000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}}, "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}}, "baremetal": false, "monthly_price": + 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 500000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}}, "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}}, "baremetal": false, "monthly_price": + 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": ["bootscript", + "rescue", "local"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": + true, "placement_groups": true, "block_storage": true, "private_network": 0}, + "network": {"ipv6_support": true, "sum_internal_bandwidth": 104857600, "sum_internet_bandwidth": + 1000000000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}}}}' headers: Content-Length: - - "28055" + - "4489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:05 GMT + - Wed, 12 Jul 2023 14:08:37 GMT Link: - - ; rel="last" + - ; rel="first",; + rel="previous",; rel="last" Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1635,38 +5967,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cacfab66-2b2f-4ecc-bf38-64ad104a6683 + - 89d9bd2b-a54d-439c-a6fd-a22eda2a04f7 X-Total-Count: - - "38" + - "56" status: 200 OK code: 200 duration: "" - request: - body: '{"project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"ip": {"id": "0525f6f6-82c8-4929-a178-c4bb08cd5e69", "address": "212.47.252.175", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "nat", "state": "attached", "tags": []}}' 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.20.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "441161d6-a758-496e-86f8-4645d26e1b1c", "address": "51.158.105.213", - "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "tags": - []}}' + body: '{"ip": {"id": "0525f6f6-82c8-4929-a178-c4bb08cd5e69", "address": "212.47.252.175", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "nat", "state": "attached", "tags": []}}' headers: Content-Length: - - "255" + - "307" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:06 GMT + - Wed, 12 Jul 2023 14:08:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/441161d6-a758-496e-86f8-4645d26e1b1c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/0525f6f6-82c8-4929-a178-c4bb08cd5e69 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1676,62 +6011,99 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58f71f3c-0ecf-4d50-81ed-b4858376ed7b + - b21d5325-3ffd-4161-8286-3b90ff0a8352 status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-srv-recursing-agnesi","commercial_type":"DEV1-S","image":"b2338ae2-f6a6-472e-814a-012a39169f76","public_ip":"441161d6-a758-496e-86f8-4645d26e1b1c","boot_type":"local","project":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b"}' + body: '{"server": {"id": "b1bf8481-b273-42db-a319-4820690dd2c3", "name": "cli-srv-bold-driscoll", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-bold-driscoll", "image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": + null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "a714afef-8954-4112-aadb-a4586405dca0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "b1bf8481-b273-42db-a319-4820690dd2c3", "name": "cli-srv-bold-driscoll"}, + "size": 20000000000, "state": "available", "creation_date": "2023-07-12T14:08:38.819900+00:00", + "modification_date": "2023-07-12T14:08:38.819900+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "0525f6f6-82c8-4929-a178-c4bb08cd5e69", "address": "212.47.252.175", + "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": + "dhcp"}, "public_ips": [{"id": "0525f6f6-82c8-4929-a178-c4bb08cd5e69", "address": + "212.47.252.175", "dynamic": false, "gateway": null, "netmask": "32", "family": + "inet", "provisioning_mode": "dhcp"}], "mac_address": "de:00:00:1d:09:f9", "routed_ip_enabled": + false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": + false, "private_ip": null, "creation_date": "2023-07-12T14:08:38.819900+00:00", + "modification_date": "2023-07-12T14:08:38.819900+00:00", "bootscript": {"id": + "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline + 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", + "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", + "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", + "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": + true, "zone": "fr-par-1"}, "security_group": {"id": "ac7c7160-8415-425b-8cf0-9976ee15ccd1", + "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' 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.20.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "7b06234c-147b-4277-be91-abc81405b8bd", "name": "cli-srv-recursing-agnesi", + body: '{"server": {"id": "b1bf8481-b273-42db-a319-4820690dd2c3", "name": "cli-srv-bold-driscoll", "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-agnesi", "image": {"id": "b2338ae2-f6a6-472e-814a-012a39169f76", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-bold-driscoll", "image": {"id": "4cdb6366-9d0b-4daa-98c1-d171227fb92f", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "b9f0d6f5-2677-45b0-91b5-e42a68029a32", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "20a8daaf-3c20-4699-a288-a004fa66d692", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2022-11-17T16:50:02.930092+00:00", - "modification_date": "2022-11-17T16:50:02.930092+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-04-13T12:40:21.308324+00:00", + "modification_date": "2023-04-13T12:40:21.308324+00:00", "default_bootscript": null, "from_server": null, "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "38651f1c-df22-4faf-8787-8f4500245acb", + "volumes": {"0": {"boot": false, "id": "a714afef-8954-4112-aadb-a4586405dca0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "7b06234c-147b-4277-be91-abc81405b8bd", "name": "cli-srv-recursing-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2023-02-28T09:52:06.418767+00:00", - "modification_date": "2023-02-28T09:52:06.418767+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "b1bf8481-b273-42db-a319-4820690dd2c3", "name": "cli-srv-bold-driscoll"}, + "size": 20000000000, "state": "available", "creation_date": "2023-07-12T14:08:38.819900+00:00", + "modification_date": "2023-07-12T14:08:38.819900+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "441161d6-a758-496e-86f8-4645d26e1b1c", "address": "51.158.105.213", - "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2023-02-28T09:52:06.418767+00:00", - "modification_date": "2023-02-28T09:52:06.418767+00:00", "bootscript": {"id": + "", "public_ip": {"id": "0525f6f6-82c8-4929-a178-c4bb08cd5e69", "address": "212.47.252.175", + "dynamic": false, "gateway": null, "netmask": "32", "family": "inet", "provisioning_mode": + "dhcp"}, "public_ips": [{"id": "0525f6f6-82c8-4929-a178-c4bb08cd5e69", "address": + "212.47.252.175", "dynamic": false, "gateway": null, "netmask": "32", "family": + "inet", "provisioning_mode": "dhcp"}], "mac_address": "de:00:00:1d:09:f9", "routed_ip_enabled": + false, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": + false, "private_ip": null, "creation_date": "2023-07-12T14:08:38.819900+00:00", + "modification_date": "2023-07-12T14:08:38.819900+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "a8f5f9bb-20a7-4244-9521-4cde6f510e0e", + true, "zone": "fr-par-1"}, "security_group": {"id": "ac7c7160-8415-425b-8cf0-9976ee15ccd1", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2646" + - "2974" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:06 GMT + - Wed, 12 Jul 2023 14:08:39 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7b06234c-147b-4277-be91-abc81405b8bd + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1bf8481-b273-42db-a319-4820690dd2c3 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1741,25 +6113,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - edf4ff85-87f5-446c-a0c7-97d23de28345 + - 62c5236d-5633-4b85-b726-776359ef612e status: 201 Created code: 201 duration: "" - request: - body: '{"private_network_id":"586a7789-0b58-4bc5-b13a-cdeb38cef0ba"}' + body: '{"private_nic": {"id": "95996a30-42a5-44fd-86b2-327b4abed000", "private_network_id": + "190d9c04-d79d-4913-af41-843fc85ad1a4", "server_id": "b1bf8481-b273-42db-a319-4820690dd2c3", + "mac_address": "02:00:00:13:5e:88", "state": "available", "creation_date": "2023-07-12T14:08:39.799344+00:00", + "modification_date": "2023-07-12T14:08:39.799344+00:00", "zone": "fr-par-1", + "tags": []}}' 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/instance/v1/zones/fr-par-1/servers/7b06234c-147b-4277-be91-abc81405b8bd/private_nics + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1bf8481-b273-42db-a319-4820690dd2c3/private_nics method: POST response: - body: '{"private_nic": {"id": "f666551a-ae53-41ed-9794-91666ae1c5e3", "private_network_id": - "586a7789-0b58-4bc5-b13a-cdeb38cef0ba", "server_id": "7b06234c-147b-4277-be91-abc81405b8bd", - "mac_address": "02:00:00:12:3d:f7", "state": "available", "creation_date": "2023-02-28T09:52:06.741586+00:00", - "modification_date": "2023-02-28T09:52:06.741586+00:00", "zone": "fr-par-1", + body: '{"private_nic": {"id": "95996a30-42a5-44fd-86b2-327b4abed000", "private_network_id": + "190d9c04-d79d-4913-af41-843fc85ad1a4", "server_id": "b1bf8481-b273-42db-a319-4820690dd2c3", + "mac_address": "02:00:00:13:5e:88", "state": "available", "creation_date": "2023-07-12T14:08:39.799344+00:00", + "modification_date": "2023-07-12T14:08:39.799344+00:00", "zone": "fr-par-1", "tags": []}}' headers: Content-Length: @@ -1769,7 +6145,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:07 GMT + - Wed, 12 Jul 2023 14:08:40 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -1779,23 +6155,27 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8b9be5b3-9115-4c71-b7bd-cec7d6d5011a + - 61860470-84d0-4286-8de1-8e811221a5a5 status: 201 Created code: 201 duration: "" - request: - body: "" + body: '{"private_nics": [{"id": "95996a30-42a5-44fd-86b2-327b4abed000", "private_network_id": + "190d9c04-d79d-4913-af41-843fc85ad1a4", "server_id": "b1bf8481-b273-42db-a319-4820690dd2c3", + "mac_address": "02:00:00:13:5e:88", "state": "available", "creation_date": "2023-07-12T14:08:39.799344+00:00", + "modification_date": "2023-07-12T14:08:39.799344+00:00", "zone": "fr-par-1", + "tags": []}]}' 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/instance/v1/zones/fr-par-1/servers/7b06234c-147b-4277-be91-abc81405b8bd/private_nics?page=1 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b1bf8481-b273-42db-a319-4820690dd2c3/private_nics?page=1 method: GET response: - body: '{"private_nics": [{"id": "f666551a-ae53-41ed-9794-91666ae1c5e3", "private_network_id": - "586a7789-0b58-4bc5-b13a-cdeb38cef0ba", "server_id": "7b06234c-147b-4277-be91-abc81405b8bd", - "mac_address": "02:00:00:12:3d:f7", "state": "available", "creation_date": "2023-02-28T09:52:06.741586+00:00", - "modification_date": "2023-02-28T09:52:06.741586+00:00", "zone": "fr-par-1", + body: '{"private_nics": [{"id": "95996a30-42a5-44fd-86b2-327b4abed000", "private_network_id": + "190d9c04-d79d-4913-af41-843fc85ad1a4", "server_id": "b1bf8481-b273-42db-a319-4820690dd2c3", + "mac_address": "02:00:00:13:5e:88", "state": "available", "creation_date": "2023-07-12T14:08:39.799344+00:00", + "modification_date": "2023-07-12T14:08:39.799344+00:00", "zone": "fr-par-1", "tags": []}]}' headers: Content-Length: @@ -1805,9 +6185,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 28 Feb 2023 09:52:07 GMT + - Wed, 12 Jul 2023 14:08:40 GMT Link: - - ; + - ; rel="last" Server: - Scaleway API-Gateway @@ -1818,7 +6198,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d936a0ff-f7ce-4802-a142-eec0f1a6a6f9 + - d0032b1a-3c72-4b81-a3be-11a7b2037875 X-Total-Count: - "1" status: 200 OK diff --git a/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.golden b/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.golden index b304ec4180..280bfaca12 100644 --- a/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.golden +++ b/internal/namespaces/instance/v1/testdata/test-list-ni-cs-simple.golden @@ -1,14 +1,14 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ ID SERVER ID PRIVATE NETWORK ID MAC ADDRESS STATE TAGS -f666551a-ae53-41ed-9794-91666ae1c5e3 7b06234c-147b-4277-be91-abc81405b8bd 586a7789-0b58-4bc5-b13a-cdeb38cef0ba 02:00:00:12:3d:f7 available [] +95996a30-42a5-44fd-86b2-327b4abed000 b1bf8481-b273-42db-a319-4820690dd2c3 190d9c04-d79d-4913-af41-843fc85ad1a4 02:00:00:13:5e:88 available [] 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 [ { - "id": "f666551a-ae53-41ed-9794-91666ae1c5e3", - "server_id": "7b06234c-147b-4277-be91-abc81405b8bd", - "private_network_id": "586a7789-0b58-4bc5-b13a-cdeb38cef0ba", - "mac_address": "02:00:00:12:3d:f7", + "id": "95996a30-42a5-44fd-86b2-327b4abed000", + "server_id": "b1bf8481-b273-42db-a319-4820690dd2c3", + "private_network_id": "190d9c04-d79d-4913-af41-843fc85ad1a4", + "mac_address": "02:00:00:13:5e:88", "state": "available" } ] diff --git a/internal/namespaces/vpc/v1/custom.go b/internal/namespaces/vpc/v1/custom.go deleted file mode 100644 index 5cd5f8f092..0000000000 --- a/internal/namespaces/vpc/v1/custom.go +++ /dev/null @@ -1,13 +0,0 @@ -package vpc - -import ( - "github.com/scaleway/scaleway-cli/v2/internal/core" -) - -func GetCommands() *core.Commands { - cmds := GetGeneratedCommands() - - cmds.MustFind("vpc", "private-network", "get").Override(privateNetworkGetBuilder) - - return cmds -} diff --git a/internal/namespaces/vpc/v1/custom_private_network.go b/internal/namespaces/vpc/v1/custom_private_network.go deleted file mode 100644 index 6a72c3f710..0000000000 --- a/internal/namespaces/vpc/v1/custom_private_network.go +++ /dev/null @@ -1,326 +0,0 @@ -package vpc - -import ( - "context" - - "github.com/scaleway/scaleway-cli/v2/internal/core" - "github.com/scaleway/scaleway-sdk-go/api/baremetal/v1" - "github.com/scaleway/scaleway-sdk-go/api/instance/v1" - "github.com/scaleway/scaleway-sdk-go/api/lb/v1" - "github.com/scaleway/scaleway-sdk-go/api/rdb/v1" - "github.com/scaleway/scaleway-sdk-go/api/redis/v1" - "github.com/scaleway/scaleway-sdk-go/api/vpc/v1" - "github.com/scaleway/scaleway-sdk-go/api/vpcgw/v1" - "github.com/scaleway/scaleway-sdk-go/scw" -) - -func privateNetworkGetBuilder(c *core.Command) *core.Command { - c.Interceptor = func(ctx context.Context, argsI interface{}, runner core.CommandRunner) (interface{}, error) { - getPNResp, err := runner(ctx, argsI) - if err != nil { - return getPNResp, err - } - pn := getPNResp.(*vpc.PrivateNetwork) - - client := core.ExtractClient(ctx) - - // Instance - listInstanceServers, err := listCustomInstanceServers(client, pn) - if err != nil { - return nil, err - } - - // Baremetal - listBaremetalServers, err := listCustomBaremetalServers(client, pn) - if err != nil { - return nil, err - } - - // LB - listLBs, err := listCustomLBs(client, pn) - if err != nil { - return nil, err - } - - // Rdb - listRdbInstances, err := listCustomRdbs(client, pn) - if err != nil { - return nil, err - } - - // Redis - listRedisClusters, err := listCustomRedisClusters(client, pn) - if err != nil { - return nil, err - } - - // Gateway - listGateways, err := listCustomGateways(client, pn) - if err != nil { - return nil, err - } - - return &struct { - *vpc.PrivateNetwork - InstanceServers []customInstanceServer `json:"instance_servers,omitempty"` - BaremetalServers []customBaremetalServer `json:"baremetal_servers,omitempty"` - LBs []customLB `json:"lbs,omitempty"` - RdbInstances []customRdb `json:"rdb_instances,omitempty"` - RedisClusters []customRedis `json:"redis_clusters,omitempty"` - Gateways []customGateway `json:"gateways,omitempty"` - }{ - pn, - listInstanceServers, - listBaremetalServers, - listLBs, - listRdbInstances, - listRedisClusters, - listGateways, - }, nil - } - - c.View = &core.View{ - Sections: []*core.ViewSection{ - { - FieldName: "InstanceServers", - Title: "Instance Servers", - HideIfEmpty: true, - }, - { - FieldName: "BaremetalServers", - Title: "Baremetal Servers", - HideIfEmpty: true, - }, - { - FieldName: "LBs", - Title: "Load-Balancers", - HideIfEmpty: true, - }, - { - FieldName: "RdbInstances", - Title: "Rdb Instances", - HideIfEmpty: true, - }, - { - FieldName: "RedisClusters", - Title: "Redis Clusters", - HideIfEmpty: true, - }, - { - FieldName: "Gateways", - Title: "Public Gateways", - HideIfEmpty: true, - }, - }, - } - - return c -} - -type customInstanceServer struct { - ID string `json:"id"` - Name string `json:"name"` - State instance.ServerState `json:"state"` - NicID string `json:"nic_id"` - MacAddress string `json:"mac"` -} -type customBaremetalServer struct { - ID string `json:"id"` - Name string `json:"server_id"` - State baremetal.ServerStatus `json:"state"` - BaremetalNetworkID string `json:"baremetal_network_id"` - Vlan *uint32 `json:"vlan"` -} -type customLB struct { - ID string `json:"id"` - Name string `json:"server_id"` - State lb.LBStatus `json:"state"` -} -type customRdb struct { - ID string `json:"id"` - Name string `json:"server_id"` - State rdb.InstanceStatus `json:"state"` - EndpointID string `json:"endpoint_id"` -} -type customRedis struct { - ID string `json:"id"` - Name string `json:"server_id"` - State redis.ClusterStatus `json:"state"` - EndpointID string `json:"endpoint_id"` -} -type customGateway struct { - ID string `json:"id"` - Name string `json:"server_id"` - State vpcgw.GatewayStatus `json:"state"` - GatewayNetworkID string `json:"gateway_network_id"` -} - -func listCustomInstanceServers(client *scw.Client, pn *vpc.PrivateNetwork) ([]customInstanceServer, error) { - instanceAPI := instance.NewAPI(client) - listInstanceServers, err := instanceAPI.ListServers(&instance.ListServersRequest{ - PrivateNetwork: &pn.ID, - }, scw.WithAllPages()) - if err != nil { - return nil, err - } - var customInstanceServers []customInstanceServer - for _, server := range listInstanceServers.Servers { - for _, nic := range server.PrivateNics { - if nic.PrivateNetworkID == pn.ID { - customInstanceServers = append(customInstanceServers, customInstanceServer{ - NicID: nic.ID, - ID: nic.ServerID, - MacAddress: nic.MacAddress, - Name: server.Name, - State: server.State, - }) - } - } - } - return customInstanceServers, nil -} - -func listCustomBaremetalServers(client *scw.Client, pn *vpc.PrivateNetwork) ([]customBaremetalServer, error) { - baremtalPNAPI := baremetal.NewPrivateNetworkAPI(client) - baremetalAPI := baremetal.NewAPI(client) - listBaremetalServers, err := baremtalPNAPI.ListServerPrivateNetworks(&baremetal.PrivateNetworkAPIListServerPrivateNetworksRequest{ - Zone: pn.Zone, - PrivateNetworkID: &pn.ID, - }, scw.WithAllPages()) - if err != nil { - return nil, err - } - var customBaremetalServers []customBaremetalServer - for _, server := range listBaremetalServers.ServerPrivateNetworks { - if server.PrivateNetworkID == pn.ID { - getBaremetalServer, err := baremetalAPI.GetServer(&baremetal.GetServerRequest{ - Zone: pn.Zone, - ServerID: server.ServerID, - }) - if err != nil { - return nil, err - } - customBaremetalServers = append(customBaremetalServers, customBaremetalServer{ - ID: server.ServerID, - State: getBaremetalServer.Status, - BaremetalNetworkID: server.ID, - Name: getBaremetalServer.Name, - Vlan: server.Vlan, - }) - } - } - return customBaremetalServers, nil -} - -func listCustomLBs(client *scw.Client, pn *vpc.PrivateNetwork) ([]customLB, error) { - LBAPI := lb.NewZonedAPI(client) - listLbs, err := LBAPI.ListLBs(&lb.ZonedAPIListLBsRequest{ - Zone: pn.Zone, - }) - var filteredLBs []*lb.LB - for _, loadbalancer := range listLbs.LBs { - if loadbalancer.PrivateNetworkCount >= 1 { - filteredLBs = append(filteredLBs, loadbalancer) - } - } - if err != nil { - return nil, err - } - - var customLBs []customLB - for _, loadbalancer := range filteredLBs { - listLBpns, err := LBAPI.ListLBPrivateNetworks(&lb.ZonedAPIListLBPrivateNetworksRequest{ - Zone: loadbalancer.Zone, - LBID: loadbalancer.ID, - }, scw.WithAllPages()) - if err != nil { - return nil, err - } - for _, res := range listLBpns.PrivateNetwork { - if res.PrivateNetworkID == pn.ID { - customLBs = append(customLBs, customLB{ - ID: res.LB.ID, - Name: res.LB.Name, - State: res.LB.Status, - }) - } - } - } - return customLBs, nil -} - -func listCustomRdbs(client *scw.Client, pn *vpc.PrivateNetwork) ([]customRdb, error) { - rdbAPI := rdb.NewAPI(client) - region, err := scw.Zone.Region(pn.Zone) - if err != nil { - return nil, err - } - listDBs, err := rdbAPI.ListInstances(&rdb.ListInstancesRequest{ - Region: region, - }, scw.WithAllPages()) - if err != nil { - return nil, err - } - var customRdbs []customRdb - for _, db := range listDBs.Instances { - for _, endpoint := range db.Endpoints { - if endpoint.PrivateNetwork != nil && endpoint.PrivateNetwork.PrivateNetworkID == pn.ID { - customRdbs = append(customRdbs, customRdb{ - EndpointID: endpoint.ID, - ID: db.ID, - Name: db.Name, - State: db.Status, - }) - } - } - } - return customRdbs, nil -} - -func listCustomRedisClusters(client *scw.Client, pn *vpc.PrivateNetwork) ([]customRedis, error) { - redisAPI := redis.NewAPI(client) - listRedisClusters, err := redisAPI.ListClusters(&redis.ListClustersRequest{ - Zone: pn.Zone, - }, scw.WithAllPages()) - if err != nil { - return nil, err - } - var customClusters []customRedis - for _, cluster := range listRedisClusters.Clusters { - for _, endpoint := range cluster.Endpoints { - if endpoint.PrivateNetwork != nil && endpoint.PrivateNetwork.ID == pn.ID { - customClusters = append(customClusters, customRedis{ - ID: cluster.ID, - Name: cluster.Name, - State: cluster.Status, - EndpointID: endpoint.ID, - }) - } - } - } - return customClusters, nil -} - -func listCustomGateways(client *scw.Client, pn *vpc.PrivateNetwork) ([]customGateway, error) { - vpcgwAPI := vpcgw.NewAPI(client) - listGateways, err := vpcgwAPI.ListGateways(&vpcgw.ListGatewaysRequest{ - Zone: pn.Zone, - }, scw.WithAllPages()) - if err != nil { - return nil, err - } - var customGateways []customGateway - for _, gateway := range listGateways.Gateways { - for _, gatewayNetwork := range gateway.GatewayNetworks { - if gatewayNetwork.PrivateNetworkID == pn.ID { - customGateways = append(customGateways, customGateway{ - ID: gateway.ID, - Name: gateway.Name, - State: gateway.Status, - GatewayNetworkID: gatewayNetwork.GatewayID, - }) - } - } - } - return customGateways, nil -} diff --git a/internal/namespaces/vpc/v1/custom_private_network_test.go b/internal/namespaces/vpc/v1/custom_private_network_test.go deleted file mode 100644 index fbd160a529..0000000000 --- a/internal/namespaces/vpc/v1/custom_private_network_test.go +++ /dev/null @@ -1,57 +0,0 @@ -package vpc - -import ( - "testing" - - "github.com/scaleway/scaleway-cli/v2/internal/core" - "github.com/scaleway/scaleway-cli/v2/internal/namespaces/instance/v1" - "github.com/scaleway/scaleway-cli/v2/internal/namespaces/lb/v1" - "github.com/scaleway/scaleway-cli/v2/internal/namespaces/rdb/v1" - "github.com/scaleway/scaleway-cli/v2/internal/namespaces/redis/v1" -) - -func Test_GetPrivateNetwork(t *testing.T) { - cmds := GetCommands() - cmds.Merge(instance.GetCommands()) - cmds.Merge(lb.GetCommands()) - cmds.Merge(rdb.GetCommands()) - cmds.Merge(redis.GetCommands()) - - t.Run("Simple", core.Test(&core.TestConfig{ - Commands: cmds, - BeforeFunc: core.BeforeFuncCombine( - createPN(), - createInstance(), - createNIC(), - ), - Cmd: "scw vpc private-network get {{ .PN.ID }}", - Check: core.TestCheckGolden(), - AfterFunc: core.AfterFuncCombine( - deleteInstance(), - deletePN(), - ), - })) - - t.Run("Multiple", core.Test(&core.TestConfig{ - Commands: cmds, - BeforeFunc: core.BeforeFuncCombine( - createPN(), - createInstance(), - createNIC(), - createLB(), - attachLB(), - createRdbInstance(), - ), - Cmd: "scw vpc private-network get {{ .PN.ID }}", - Check: core.TestCheckGolden(), - AfterFunc: core.AfterFuncCombine( - detachLB(), - deleteLB(), - deleteInstance(), - detachRdbInstance(), - waitRdbInstance(), - deleteRdbInstance(), - deletePN(), - ), - })) -} diff --git a/internal/namespaces/vpc/v1/helper_test.go b/internal/namespaces/vpc/v1/helper_test.go deleted file mode 100644 index d0f2337f46..0000000000 --- a/internal/namespaces/vpc/v1/helper_test.go +++ /dev/null @@ -1,80 +0,0 @@ -package vpc - -import ( - "github.com/scaleway/scaleway-cli/v2/internal/core" -) - -func createInstance() core.BeforeFunc { - return core.ExecStoreBeforeCmd( - "Instance", - "scw instance server create stopped=true image=ubuntu_focal", - ) -} - -func deleteInstance() core.AfterFunc { - return core.ExecAfterCmd("scw instance server delete {{ .Instance.ID }}") -} - -func createPN() core.BeforeFunc { - return core.ExecStoreBeforeCmd( - "PN", - "scw vpc private-network create", - ) -} - -func deletePN() core.AfterFunc { - return core.ExecAfterCmd("scw vpc private-network delete {{ .PN.ID }}") -} - -func createNIC() core.BeforeFunc { - return core.ExecStoreBeforeCmd( - "NIC", - "scw instance private-nic create server-id={{ .Instance.ID }} private-network-id={{ .PN.ID }}", - ) -} - -func createLB() core.BeforeFunc { - return core.ExecStoreBeforeCmd( - "LB", - "scw lb lb create name=cli-test description=cli-test --wait", - ) -} - -func attachLB() core.BeforeFunc { - return core.ExecBeforeCmd( - "scw lb private-network attach {{ .LB.ID }} private-network-id={{ .PN.ID }}", - ) -} - -func detachLB() core.AfterFunc { - return core.ExecAfterCmd( - "scw lb private-network detach {{ .LB.ID }} private-network-id={{ .PN.ID }}", - ) -} - -func deleteLB() core.AfterFunc { - return core.ExecAfterCmd("scw lb lb delete {{ .LB.ID }}") -} - -func createRdbInstance() core.BeforeFunc { - return core.ExecStoreBeforeCmd( - "RDB", - "scw rdb instance create node-type=DB-DEV-S is-ha-cluster=false name=cli-test engine=PostgreSQL-12 user-name=foobar password={4xdl*#QOoP+&3XRkGA)] init-endpoints.0.private-network.private-network-id={{ .PN.ID }} init-endpoints.0.private-network.service-ip=192.168.0.1/24 --wait", - ) -} - -func detachRdbInstance() core.AfterFunc { - return core.ExecAfterCmd( - "scw rdb endpoint delete endpoint-id={{ (index .RDB.Endpoints 0).ID }}", - ) -} - -func waitRdbInstance() core.AfterFunc { - return core.ExecAfterCmd( - "scw rdb instance wait {{ .RDB.ID }}", - ) -} - -func deleteRdbInstance() core.AfterFunc { - return core.ExecAfterCmd("scw rdb instance delete {{ .RDB.ID }}") -} diff --git a/internal/namespaces/vpc/v2/custom.go b/internal/namespaces/vpc/v2/custom.go index f2a2c7e919..a1f78a051f 100644 --- a/internal/namespaces/vpc/v2/custom.go +++ b/internal/namespaces/vpc/v2/custom.go @@ -6,8 +6,8 @@ import ( func GetCommands() *core.Commands { cmds := GetGeneratedCommands() - for _, cmd := range cmds.GetAll() { - cmd.Namespace = "vpc_v2" - } + + cmds.Remove("vpc", "post") + return cmds } diff --git a/internal/namespaces/webhosting/v1alpha1/testdata/test-list-offer-simple.golden b/internal/namespaces/webhosting/v1alpha1/testdata/test-list-offer-simple.golden index b7bfce9c67..1254a1d788 100644 --- a/internal/namespaces/webhosting/v1alpha1/testdata/test-list-offer-simple.golden +++ b/internal/namespaces/webhosting/v1alpha1/testdata/test-list-offer-simple.golden @@ -1,12 +1,12 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Offers: -ID BILLING OPERATION PATH PRICE AVAILABLE QUOTA WARNINGS -e500237a-a9e9-11ec-b909-0242ac120002 /webhosting/backup/fr-par € 2.99 true [] -f5c2ae8f-7625-4bca-b711-b44bb3d08694 /webhosting/lite/fr-par € 5.99 true [] -d86c61a0-a9e9-11ec-b909-0242ac120002 /webhosting/personal/fr-par € 9.99 true [] -de2426b4-a9e9-11ec-b909-0242ac120002 /webhosting/professional/fr-par € 18.99 true [] -e1c1e6c6-a9e9-11ec-b909-0242ac120002 /webhosting/ecommerce/fr-par € 29.99 true [] +ID BILLING OPERATION PATH PRICE AVAILABLE QUOTA WARNINGS END OF LIFE +e500237a-a9e9-11ec-b909-0242ac120002 /webhosting/backup/fr-par € 2.99 true [] false +f5c2ae8f-7625-4bca-b711-b44bb3d08694 /webhosting/lite/fr-par € 5.99 true [] false +d86c61a0-a9e9-11ec-b909-0242ac120002 /webhosting/personal/fr-par € 9.99 true [] false +de2426b4-a9e9-11ec-b909-0242ac120002 /webhosting/professional/fr-par € 18.99 true [] false +e1c1e6c6-a9e9-11ec-b909-0242ac120002 /webhosting/ecommerce/fr-par € 29.99 true [] false 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "offers": [ @@ -30,7 +30,8 @@ e1c1e6c6-a9e9-11ec-b909-0242ac120002 /webhosting/ecommerce/fr-par € 29.99 "nanos": 990000000 }, "available": true, - "quota_warnings": [] + "quota_warnings": [], + "end_of_life": false }, { "id": "f5c2ae8f-7625-4bca-b711-b44bb3d08694", @@ -52,7 +53,8 @@ e1c1e6c6-a9e9-11ec-b909-0242ac120002 /webhosting/ecommerce/fr-par € 29.99 "nanos": 990000000 }, "available": true, - "quota_warnings": [] + "quota_warnings": [], + "end_of_life": false }, { "id": "d86c61a0-a9e9-11ec-b909-0242ac120002", @@ -74,7 +76,8 @@ e1c1e6c6-a9e9-11ec-b909-0242ac120002 /webhosting/ecommerce/fr-par € 29.99 "nanos": 990000000 }, "available": true, - "quota_warnings": [] + "quota_warnings": [], + "end_of_life": false }, { "id": "de2426b4-a9e9-11ec-b909-0242ac120002", @@ -96,7 +99,8 @@ e1c1e6c6-a9e9-11ec-b909-0242ac120002 /webhosting/ecommerce/fr-par € 29.99 "nanos": 990000000 }, "available": true, - "quota_warnings": [] + "quota_warnings": [], + "end_of_life": false }, { "id": "e1c1e6c6-a9e9-11ec-b909-0242ac120002", @@ -118,7 +122,8 @@ e1c1e6c6-a9e9-11ec-b909-0242ac120002 /webhosting/ecommerce/fr-par € 29.99 "nanos": 990000000 }, "available": true, - "quota_warnings": [] + "quota_warnings": [], + "end_of_life": false } ] }