diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden index 916f50cf67..afd74d244d 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-add-servers-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: backend-id Backend ID server-ip.{index} Set all IPs to add on your backend - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for add-servers diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden index 58d0a4c508..f6f9be882f 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-create-usage.golden @@ -32,7 +32,7 @@ ARGS: [timeout-tunnel] Maximum tunnel inactivity time [on-marked-down-action] Modify what occurs when a backend server is marked down (on_marked_down_action_none | shutdown_sessions) [proxy-protocol] PROXY protocol, forward client's address (must be supported by backend servers software) (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) DEPRECATED ARGS: [send-proxy-v2] Deprecated in favor of proxy_protocol field ! diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden index 1c52513083..f596a31d9a 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: backend-id ID of the backend to delete - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden index 3c99158d7d..1c81688b79 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: backend-id Backend ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden index 3af9ea6bf4..d2f2e795e2 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-list-usage.golden @@ -9,7 +9,7 @@ ARGS: lb-id Load balancer ID [name] Use this to search by name [order-by] Choose order of response (created_at_asc | created_at_desc | name_asc | name_desc) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden index 59edf60f65..e92d126499 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-remove-servers-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: backend-id Backend ID server-ip.{index} Set all IPs to remove of your backend - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for remove-servers diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden index 342ff721dd..82e4c888fa 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-set-servers-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: backend-id Backend ID server-ip.{index} Set all IPs to add on your backend and remove all other - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for set-servers diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden index 843016b2ab..a6c56f78a7 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-update-healthcheck-usage.golden @@ -20,7 +20,7 @@ ARGS: [https-config.method] [https-config.code] [check-send-proxy] It defines whether the healthcheck should be done considering the proxy protocol - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for update-healthcheck diff --git a/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden b/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden index 1435330839..4f7d2bbf30 100644 --- a/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-backend-update-usage.golden @@ -18,7 +18,7 @@ ARGS: [timeout-tunnel] [on-marked-down-action] (on_marked_down_action_none | shutdown_sessions) [proxy-protocol] (proxy_protocol_unknown | proxy_protocol_none | proxy_protocol_v1 | proxy_protocol_v2 | proxy_protocol_v2_ssl | proxy_protocol_v2_ssl_cn) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) DEPRECATED ARGS: [send-proxy-v2] diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden index 88119a993d..8112f15064 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-create-usage.golden @@ -11,7 +11,7 @@ ARGS: [letsencrypt-common-name] Main domain name of certificate (make sure this domain exists and resolves to your load balancer HA IP) [letsencrypt-alternative-name.{index}] Alternative domain names (make sure all domain names exists and resolves to your load balancer HA IP) [custom-certificate-chain] The full PEM-formatted include an entire certificate chain including public key, private key, and optionally certificate authorities. - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden index 8cbd0678ad..a07da18cc3 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: certificate-id Certificate ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden index d9eada7eb2..b130a01f08 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: certificate-id Certificate ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden index 10f6056d35..0839a50371 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-list-usage.golden @@ -9,7 +9,7 @@ ARGS: lb-id Load balancer ID [order-by] You can order the response by created_at asc/desc or name asc/desc (created_at_asc | created_at_desc | name_asc | name_desc) [name] Use this to search by name - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden b/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden index 59d0fb5aca..3db33c240e 100644 --- a/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-certificate-update-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: certificate-id Certificate ID name Certificate name - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden index a5d78517a9..d4d49ce421 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-create-usage.golden @@ -12,7 +12,7 @@ ARGS: backend-id Backend ID [timeout-client] Set the maximum inactivity time on the client side [certificate-ids.{index}] List of certificate IDs to bind on the frontend - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) DEPRECATED ARGS: [certificate-id] Certificate ID, deprecated in favor of certificate_ids array ! diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden index 14bab1ab7c..6e283a8ae5 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: frontend-id Frontend ID to delete - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden index fefa2e8ebe..4380fecac8 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: frontend-id Frontend ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden index e10be264fe..8ada8e9f1a 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-list-usage.golden @@ -9,7 +9,7 @@ ARGS: lb-id Load balancer ID [name] Use this to search by name [order-by] Response order (created_at_asc | created_at_desc | name_asc | name_desc) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden b/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden index 4bedfe8dc9..15dad0217b 100644 --- a/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lb-frontend-update-usage.golden @@ -12,7 +12,7 @@ ARGS: backend-id Backend ID [timeout-client] Client session maximum inactivity time [certificate-ids.{index}] List of certificate IDs to bind on the frontend - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) DEPRECATED ARGS: [certificate-id] Certificate ID, deprecated in favor of `certificate_ids` array! diff --git a/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden index 51c24c906d..35969d47be 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-create-usage.golden @@ -14,7 +14,7 @@ ARGS: [match.http-filter-value.{index}] A list of possible values to match for the given HTTP filter [match.invert] If set to `true`, the ACL matching condition will be of type "UNLESS" index Order between your Acls (ascending order, 0 is first acl executed) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden index 6c14026c50..e9d9249276 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: acl-id ID of your ACL ressource - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden index 5842c45781..f6d37fc258 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: acl-id ID of your ACL ressource - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden index 01001cca39..a2a1ec1127 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-list-usage.golden @@ -9,7 +9,7 @@ ARGS: frontend-id ID of your frontend [order-by] You can order the response by created_at asc/desc or name asc/desc (created_at_asc | created_at_desc | name_asc | name_desc) [name] Filter acl per name - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden b/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden index e02081e3f5..4126d22f4b 100644 --- a/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbacl-update-usage.golden @@ -14,7 +14,7 @@ ARGS: [match.http-filter-value.{index}] A list of possible values to match for the given HTTP filter [match.invert] If set to `true`, the ACL matching condition will be of type "UNLESS" index Order between your Acls (ascending order, 0 is first acl executed) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden index c56fe12413..d270cbf0bf 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-create-usage.golden @@ -9,7 +9,7 @@ ARGS: [project-id] Project ID to use. If none is passed the default project ID will be used [reverse] Reverse domain name [organization-id] Organization ID to use. If none is passed the default organization ID will be used - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden index 64a0a0d1cf..fc78465cca 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-delete-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: ip-id IP address ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden index b20c9cc7b8..bfada00d13 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: ip-id IP address ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden index db996763f8..ca5cfe1bf7 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-list-usage.golden @@ -9,7 +9,7 @@ ARGS: [ip-address] Use this to search by IP address [project-id] Filter IPs by project ID [organization-id] Filter IPs by organization id - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden b/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden index 705ef5a209..c5939b5370 100644 --- a/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lbip-update-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: ip-id IP address ID [reverse] Reverse DNS - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden index 8a7956d13d..f2d3a52d8b 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-create-usage.golden @@ -14,7 +14,7 @@ ARGS: [type=LB-S] Load balancer offer type (LB-S | LB-GP-M | LB-GP-L) [ssl-compatibility-level] (ssl_compatibility_level_unknown | ssl_compatibility_level_intermediate | ssl_compatibility_level_modern | ssl_compatibility_level_old) [organization-id] Organization ID to use. If none is passed the default organization ID will be used - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for create diff --git a/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden index 1caa4cdbd3..2bc3d71239 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: lb-id Load balancer ID [release-ip] Set true if you don't want to keep this IP address - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for delete diff --git a/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden index 5eacca2b02..11e4a23f1e 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-get-stats-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: lb-id Load balancer ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for get-stats diff --git a/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden index ca90cfd247..f595451a2a 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-get-usage.golden @@ -7,7 +7,7 @@ USAGE: ARGS: lb-id Load balancer ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden index 4b748cfa8c..ea75708bb7 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-list-usage.golden @@ -10,7 +10,7 @@ ARGS: [order-by] (created_at_asc | created_at_desc | name_asc | name_desc) [project-id] Filter LBs by project ID [organization-id] Filter LBs by organization ID - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden index 411c2deea4..7c1295250f 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-migrate-usage.golden @@ -8,7 +8,7 @@ USAGE: ARGS: lb-id Load balancer ID type Load balancer type (check /lb-types to list all type) (LB-S | LB-GP-M | LB-GP-L) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for migrate diff --git a/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden index ff30ca4802..e908672cbd 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-types-list-usage.golden @@ -6,7 +6,7 @@ USAGE: scw lb lb-types list [arg=value ...] ARGS: - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for list diff --git a/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden index 31199f1dbf..2e3b1148d1 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-update-usage.golden @@ -11,7 +11,7 @@ ARGS: description Resource description [tags.{index}] List of keywords [ssl-compatibility-level] (ssl_compatibility_level_unknown | ssl_compatibility_level_intermediate | ssl_compatibility_level_modern | ssl_compatibility_level_old) - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | nl-ams-1 | pl-waw-1) FLAGS: -h, --help help for update diff --git a/cmd/scw/testdata/test-all-usage-lblb-wait-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-wait-usage.golden index cf9b9f3d7a..a4d07c23f7 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-wait-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-wait-usage.golden @@ -11,7 +11,7 @@ EXAMPLES: ARGS: lb-id ID of the load balancer you want to wait for. - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams) + [zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | pl-waw-1 | nl-ams-1) FLAGS: -h, --help help for wait diff --git a/go.mod b/go.mod index a2641b2903..f535d5f4ce 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/mattn/go-colorable v0.1.7 github.com/mattn/go-isatty v0.0.12 github.com/pkg/errors v0.9.1 // indirect - github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210426103954-8e31911750e7 + github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210427121621-c670eb8c8e8f github.com/sergi/go-diff v1.1.0 // indirect github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 diff --git a/go.sum b/go.sum index c83a543155..f6aead4542 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,8 @@ +cloud.google.com/go v0.26.0 h1:e0WKqKTd5BnrG8aKH3J3h+QvEIQtSUcf2n5UZ5ZgLtQ= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= +github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 h1:smF2tmSOzy2Mm+0dGI2AIUHY+w0BUc+4tn40djz7+6U= github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38/go.mod h1:r7bzyVFMNntcxPZXK3/+KdruV1H5KSlyVY0gc+NgInI= @@ -7,13 +10,18 @@ github.com/alecthomas/colour v0.1.0 h1:nOE9rJm6dsZ66RGWYSFrXw461ZIt9A6+nHgL7FRrD github.com/alecthomas/colour v0.1.0/go.mod h1:QO9JBoKquHd+jz9nshCh40fOfO+JzsoXy8qTHF68zU0= github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c h1:MVVbswUlqicyj8P/JljoocA7AyCo62gzD0O7jfvrhtE= github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ= +github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc h1:cAKDfWh5VpdgMhJosfJnn5/FoN2SRZ4p7fJNX58YPaU= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= +github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf h1:qet1QNfXsQxTZqLG4oE62mJzwPIB8+Tee4RNCL9ulrY= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= +github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= +github.com/beorn7/perks v1.0.0 h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 h1:JLaf/iINcLyjwbtTsCJjc6rtlASgHeIJPrB6QmwURnA= github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA= +github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= @@ -21,19 +29,28 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5O github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= +github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/containerd/console v1.0.0 h1:fU3UuQapBs+zLJu82NhR11Rif1ny2zfMMAyPJzSN5tQ= github.com/containerd/console v1.0.0/go.mod h1:8Pf4gM6VEbTNRIT26AyyU7hxdQU3MvAvxVI0sc00XBE= +github.com/coreos/bbolt v1.3.2 h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= +github.com/coreos/etcd v3.3.10+incompatible h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= +github.com/coreos/go-semver v0.2.0 h1:3Jm3tLmsgAYcjC+4Up7hJrFBPr+n7rAqYeSw/SZazuY= github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= +github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= +github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= +github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4= github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= github.com/dnaeon/go-vcr v1.0.1 h1:r8L/HqC0Hje5AXMu1ooW8oyQyOFv4GxqpL0nRP7SLLY= github.com/dnaeon/go-vcr v1.0.1/go.mod h1:aBB1+wY4s93YsC3HHjMBMrwTj2R9FHDzUr9KyGc8n1E= @@ -43,47 +60,71 @@ github.com/etdub/goparsetime v0.0.0-20160315173935-ea17b0ac3318 h1:iguwbR+9xsizl github.com/etdub/goparsetime v0.0.0-20160315173935-ea17b0ac3318/go.mod h1:O/QFFckzvu1KpS1AOuQGgi6ErznEF8nZZVNDDMXlDP4= github.com/fatih/color v1.9.0 h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= +github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/getsentry/raven-go v0.2.0 h1:no+xWJRb5ZI7eE8TWgIq1jLulQiIoLG0IfYxv5JYMGs= github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ= +github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= +github.com/go-kit/kit v0.8.0 h1:Wz+5lgoB0kkuqLEc6NVmwRknTKP6dTGbSqvhZtBI/j0= github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= +github.com/go-logfmt/logfmt v0.4.0 h1:MP4Eh7ZCb31lleYCFuwm0oe4/YGak+5l1vA2NOE80nA= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= +github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= +github.com/gogo/protobuf v1.2.1 h1:/s5zKNz0uPFCZ5hddgPdo2TK2TVrUNMn0OOX8/aZMTE= github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= +github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef h1:veQD95Isof8w9/WXiA+pa3tz3fJXkt5B7QaRBrM62gk= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/mock v1.1.1 h1:G5FRp8JnTd7RQH5kemVNlMeyXQAztQ3mOWV95KxsXH8= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= +github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= +github.com/grpc-ecosystem/grpc-gateway v1.9.0 h1:bM6ZAFZmc/wPFaRDi0d5L7hGEZEx/2u+Tmr2evNHDiI= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/hashicorp/go-version v1.2.1 h1:zEfKbn2+PDgroKdiOzqiE8rsmLqU2uwi5PB5pBJ3TkI= github.com/hashicorp/go-version v1.2.1/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= +github.com/jonboulle/clockwork v0.1.0 h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= +github.com/julienschmidt/httprouter v1.2.0 h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/karrick/tparse v2.4.2+incompatible h1:+cW306qKAzrASC5XieHkgN7/vPaGKIuK62Q7nI7DIRc= github.com/karrick/tparse v2.4.2+incompatible/go.mod h1:ASPA+vrIcN1uEW6BZg8vfWbzm69ODPSYZPU6qJyfdK0= +github.com/kisielk/errcheck v1.1.0 h1:ZqfnKyx9KGpRcW04j5nnPDgRgoXUeLh2YFBeFzphcA0= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= +github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= +github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pty v1.1.1 h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.7 h1:bQGKb3vps/j0E9GfJQ03JyhRuxsvdAanXlT9BTw3mdw= @@ -92,11 +133,17 @@ github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE= github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= +github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= +github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= +github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 h1:F9x/1yl3T2AeKLr2AMdilSD8+f9bvMnNN8VS5iDtovc= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= +github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -105,64 +152,94 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v0.9.3 h1:9iH4JKXLzFbOAdtqv/a+j8aewx2Y8lAjAydhbaScPF8= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= +github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= +github.com/prometheus/common v0.4.0 h1:7etb9YClo3a6HjLzfl6rIQaU+FDfi0VSX39io3aQ+DM= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 h1:sofwID9zm4tzrgykg80hfFph1mryUeLRsUfoocVVmRY= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= +github.com/prometheus/tsdb v0.7.1 h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= +github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= +github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210414083420-b36f019ca892 h1:8de9MJs8kRtUlc71A9+0wG5ToP9nk+Ujn/W03X/FGEg= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210414083420-b36f019ca892/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210426103954-8e31911750e7 h1:CRSYCJeNDBIBdWBIrwXjIplssCKESdd6sueuB9ViJ5w= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210426103954-8e31911750e7/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210427121621-c670eb8c8e8f h1:Rw09eSaxy7kzLCGYGYjz71C0hggZEnQO1KAWW1S4J5Q= +github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210427121621-c670eb8c8e8f/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8= github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= +github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= +github.com/sirupsen/logrus v1.2.0 h1:juTguoYk5qI21pwyTXY3B3Y5cOTH3ZUyZCg1v/mihuo= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/soheilhy/cmux v0.1.4 h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= +github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= +github.com/spf13/afero v1.1.2 h1:m8/z1t7/fwjysjQRYbP0RD+bUIF/8tJwPdEZsI83ACI= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= +github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cobra v1.0.0 h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8= github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= +github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/viper v1.4.0 h1:yXHLWeravcrgGyFSyCgdYpXQ9dR9c/WED3pg1RhxqEU= github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= +github.com/ugorji/go v1.1.4 h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= +github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= +github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= +go.etcd.io/bbolt v1.3.2 h1:Z/90sZLPOeCy2PwprqkFa25PdkusRzaj9P8zm/KNyvk= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= +go.uber.org/atomic v1.4.0 h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= +go.uber.org/multierr v1.1.0 h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= +go.uber.org/zap v1.10.0 h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a h1:vclmkQCjlDX5OydZ9wv8rBCcS0QyQY66Mpf/7BZbInM= golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= +golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 h1:XQyxROzUlZH+WIQwySDgnISgOivlhjIEwaQaJEJrrN0= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190522155817-f3200d17e092 h1:4QSRKanuywn15aTZvI/mIDEgPQpswuFndXpOj3rKEco= golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= +golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be h1:vEDujvNQGv4jgYKudGeI/+DAX4Jffq6hpD55MmoEvKs= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -176,20 +253,28 @@ golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae h1:/WDfKMnPU+m5M4xB+6x4kaepxRw6jWvR5iDRdvjHgy8= golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 h1:SvFZT6jyqRaOeXpc5h/JSfZenJ2O330aBsf7JfSUXmQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190311212946-11955173bddd h1:/e+gpKk9r3dJobndpTytxS2gOy6m5uvpg+ISQoEcusQ= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +google.golang.org/appengine v1.1.0 h1:igQkv0AAhEIvTEpD5LIpAfav2eeVO9HBTjvKHVJPRSs= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= +google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 h1:Nw54tB0rB7hY/N0NQvRW8DG4Yk3Q6T9cu9RcFQDu1tc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= +google.golang.org/grpc v1.21.0 h1:G+97AoqBnmZIT91cLG/EkCoK9NSelj64P8bOHHNmGn0= google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= +gopkg.in/alecthomas/kingpin.v2 v2.2.6 h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/resty.v1 v1.12.0 h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -200,4 +285,5 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 h1:XJP7lxbSxWLOMNdBE4B/STaqVy6L73o0knwj2vIlxnw= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= diff --git a/internal/namespaces/lb/v1/custom_certificate.go b/internal/namespaces/lb/v1/custom_certificate.go index 69aa1d1d40..6fe6542c07 100644 --- a/internal/namespaces/lb/v1/custom_certificate.go +++ b/internal/namespaces/lb/v1/custom_certificate.go @@ -36,8 +36,7 @@ func certificateCreateBuilder(c *core.Command) *core.Command { customeCertificateArgSpecs.Required = false type lbCreateCertificateRequestCustom struct { - Zone scw.Zone `json:"-"` - Region scw.Region + Zone scw.Zone `json:"-"` // OrganizationID with which the server will be created OrganizationID string `json:"organization_id"` // Name of the server (β‰ hostname) @@ -52,12 +51,12 @@ func certificateCreateBuilder(c *core.Command) *core.Command { c.Interceptor = func(ctx context.Context, argsI interface{}, runner core.CommandRunner) (interface{}, error) { args := argsI.(*lbCreateCertificateRequestCustom) - var createCertificateRequest *lb.CreateCertificateRequest + var createCertificateRequest *lb.ZonedAPICreateCertificateRequest if args.CustomCertificateChain != "" { - createCertificateRequest = &lb.CreateCertificateRequest{ - Region: args.Region, - LBID: args.LBID, - Name: args.Name, + createCertificateRequest = &lb.ZonedAPICreateCertificateRequest{ + Zone: args.Zone, + LBID: args.LBID, + Name: args.Name, CustomCertificate: &lb.CreateCertificateRequestCustomCertificate{ CertificateChain: args.CustomCertificateChain, }, @@ -66,10 +65,10 @@ func certificateCreateBuilder(c *core.Command) *core.Command { } if args.LetsencryptCommonName != "" { - createCertificateRequest = &lb.CreateCertificateRequest{ - Region: args.Region, - LBID: args.LBID, - Name: args.Name, + createCertificateRequest = &lb.ZonedAPICreateCertificateRequest{ + Zone: args.Zone, + LBID: args.LBID, + Name: args.Name, Letsencrypt: &lb.CreateCertificateRequestLetsencryptConfig{ CommonName: args.LetsencryptCommonName, SubjectAlternativeName: args.LetsencryptAlternativeName, diff --git a/internal/namespaces/lb/v1/custom_lb.go b/internal/namespaces/lb/v1/custom_lb.go index 74b2c9434e..7606eebe52 100644 --- a/internal/namespaces/lb/v1/custom_lb.go +++ b/internal/namespaces/lb/v1/custom_lb.go @@ -30,13 +30,13 @@ func lbWaitCommand() *core.Command { Namespace: "lb", Resource: "lb", Verb: "wait", - ArgsType: reflect.TypeOf(lb.WaitForLBRequest{}), + ArgsType: reflect.TypeOf(lb.ZonedAPIWaitForLBRequest{}), Run: func(ctx context.Context, argsI interface{}) (i interface{}, err error) { - api := lb.NewAPI(core.ExtractClient(ctx)) - args := argsI.(*lb.WaitForLBRequest) - return api.WaitForLb(&lb.WaitForLBRequest{ + api := lb.NewZonedAPI(core.ExtractClient(ctx)) + args := argsI.(*lb.ZonedAPIWaitForLBRequest) + return api.WaitForLb(&lb.ZonedAPIWaitForLBRequest{ LBID: args.LBID, - Region: args.Region, + Zone: args.Zone, RetryInterval: core.DefaultRetryInterval, }) }, @@ -47,7 +47,7 @@ func lbWaitCommand() *core.Command { Required: true, Positional: true, }, - core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms), + core.ZoneArgSpec(scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZonePlWaw1, scw.ZoneNlAms1), }, Examples: []*core.Example{ { @@ -67,10 +67,10 @@ func lbCreateBuilder(c *core.Command) *core.Command { } c.WaitFunc = func(ctx context.Context, argsI, respI interface{}) (interface{}, error) { - api := lb.NewAPI(core.ExtractClient(ctx)) - return api.WaitForLb(&lb.WaitForLBRequest{ + api := lb.NewZonedAPI(core.ExtractClient(ctx)) + return api.WaitForLb(&lb.ZonedAPIWaitForLBRequest{ LBID: respI.(*lb.LB).ID, - Region: respI.(*lb.LB).Region, + Zone: respI.(*lb.LB).Zone, RetryInterval: core.DefaultRetryInterval, }) } diff --git a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml index bce08904df..7f7e8c5234 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml @@ -2,26 +2,26 @@ version: 1 interactions: - request: - body: '{"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938d9b06-243c-42c5-bfdf-193c539665e3","ip_address":"195.154.69.153","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","reverse":"195-154-69-153.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:03:00.647864384Z","updated_at":"2021-04-07T12:03:00.647864384Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"2afc6fb2-f744-4e1a-97f9-daa82e9890a5","ip_address":"51.159.112.9","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","reverse":"51-159-112-9.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:32:58.640863695Z","updated_at":"2021-04-27T12:32:58.640863695Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "825" + - "821" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:03:00 GMT + - Tue, 27 Apr 2021 12:32:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7df542e2-3568-466a-8b5f-2bab48b64457 + - 105410e0-38a6-4c86-82e2-cdb310ca9e2d status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15a48e17-ba85-4ae6-b3b3-8d45b24b58a2 method: GET response: - body: '{"id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"cd9ccfd7-a957-440f-a8ad-ebda1194a516","status":"unknown","ip_address":"10.72.112.25","created_at":"2021-04-07T12:01:41.421699Z","updated_at":"2021-04-07T12:03:00.912240Z","region":"fr-par","zone":"fr-par-1"},{"id":"662d271b-4b3e-42b0-8082-7724af58ae71","status":"unknown","ip_address":"10.71.86.41","created_at":"2021-04-07T12:01:47.033803Z","updated_at":"2021-04-07T12:03:00.915858Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938d9b06-243c-42c5-bfdf-193c539665e3","ip_address":"195.154.69.153","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","reverse":"195-154-69-153.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:03:00.647864Z","updated_at":"2021-04-07T12:03:00.647864Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"2afc6fb2-f744-4e1a-97f9-daa82e9890a5","ip_address":"51.159.112.9","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","reverse":"51-159-112-9.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:32:58.640864Z","updated_at":"2021-04-27T12:32:58.640864Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1247" + - "815" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:03:00 GMT + - Tue, 27 Apr 2021 12:32:58 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66f059b6-9f2f-422b-b3bc-7f3701c964f5 + - 785f6184-0d06-409c-b816-224a81f8279a status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15a48e17-ba85-4ae6-b3b3-8d45b24b58a2 method: GET response: - body: '{"id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"cd9ccfd7-a957-440f-a8ad-ebda1194a516","status":"ready","ip_address":"10.72.112.25","created_at":"2021-04-07T12:01:41.421699Z","updated_at":"2021-04-07T12:03:01.164491Z","region":"fr-par","zone":"fr-par-1"},{"id":"662d271b-4b3e-42b0-8082-7724af58ae71","status":"ready","ip_address":"10.71.86.41","created_at":"2021-04-07T12:01:47.033803Z","updated_at":"2021-04-07T12:03:01.413207Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938d9b06-243c-42c5-bfdf-193c539665e3","ip_address":"195.154.69.153","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","reverse":"195-154-69-153.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:03:00.647864Z","updated_at":"2021-04-07T12:03:01.721575Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"d0cd286a-3d64-462e-acb7-ee88d7e23e97","status":"ready","ip_address":"10.71.116.141","created_at":"2021-04-27T12:03:35.552730Z","updated_at":"2021-04-27T12:32:59.174475Z","region":"fr-par","zone":"fr-par-1"},{"id":"8d3265f4-2b14-4ba8-882c-33de1c3a8382","status":"ready","ip_address":"10.73.144.61","created_at":"2021-04-27T12:18:02.776396Z","updated_at":"2021-04-27T12:32:59.435259Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"2afc6fb2-f744-4e1a-97f9-daa82e9890a5","ip_address":"51.159.112.9","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","reverse":"51-159-112-9.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:32:58.640864Z","updated_at":"2021-04-27T12:32:59.780614Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1241" + - "1239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:03:03 GMT + - Tue, 27 Apr 2021 12:33:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -95,31 +95,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14320ed5-91c9-437d-976b-a9d4f01d9a02 + - b4b58f06-c9eb-4747-b29e-486bdf745d74 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"cli-certiticate-intelligent-jackson","custom_certificate":{"certificate_chain":"\n-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAtmpvK5p1lPG2xL/AObtv3xJXhAmSkqn/uhObSwuo8JkK+Lpi\n86AQ/XRAjxAzfkEOQF3MOJGSK1uOqrZ/G5yH2XqK86HnoUkVpIy60yiF5fzeed3D\nf8pF1ymi4IEe2Y+Uzs4rMP5jxAxHPbLYKQgfg1u7PNlwpngw3uo7ZPcL/jZJNMwy\nYj3aeu2vh8obmCQDiE2hIKqW9V7M95bcWpWtmVCcplFMfbvq0pByPmOtCwx22IUO\nuRgx3dxTRrXmAXzERRjfnzJLr1WYrApmrmUkdQSgSf5TOZpopHd4SWJLvlHLh30/\nbCO2ofr1y7DOICnLNURBqRdnjIYlJ2Atup9h2x11NwgmxkeWfvoxcuP0XUZnFQbf\ngVkKQWZM6Dy2xIZPz8oRmYXiJDXs4yTDbUbWdP9BzmWlPDWQeIYPokX/9bpEe9OF\nSHzBaQpFUKzlmo6Yra+RJzLa0EctMrzgME16oGZFBPkULHrPMhbdniHgVcql2A2P\nl9UQxw6Qqo3jMloci7NFEqWF3c3DazjYbXaveojIJa3MXveSulUgiBFgiJs0wvfi\nAY49p9jhj5LiS5tYvDULjzeIsHaLgzCG8zTA86zW/Enx5/8SIyPUKtHtrkjzsjlH\ndbQ2DSnQQ5Sk6kBp9tX0RliDgGrbQ7upZ4jPdl9YbY1Wfy1+cMwGqjJ+cEUCAwEA\nAQKCAgAC5npSBSitb5JqWmoiANrsfwwpK0XLUyyftsQXU14iRSype70rBnZ+sSR9\nodJPxZUGbPdcRuQ+EDyadkBbHggC6zHeYcqfA9x2O06VIOXQHE8lPONo2rx1iVHv\no93rs564EwsYwlKvwUo4rulE7b4ihojZlNN3sh2EzdCX8F2ecxqC3mRGr5kTr0fF\nLu91Yc00k5dmP5Aa4qD7pshmIE8cSu3SryQ6M4yuQGGwoEEWFeKl2qe7Rak1T9V7\nIFVB3Mv6FUUo8NHHPeMpiRjM2QrVWXd69bI5Dj1vr/6XnBp8Miy8QL+LZp32wVi7\nHlqIpGF4vVcV6ytYTqG0mJDhkLsri9Lwe5OvN+gJe8/VLrJUb6PoJ12wWgQ80uWi\nYMQr/3H/fFU8vkfXqDEWa6fq3RYy8IimE5L+stsVtrkejdyFx8XyQhDnucfrFkrS\nX/3pceozQRquFrpcrk8RpMNE8chP8M+BhO4pvAORT1dVCdDXzuVQWjanxocIc/GD\nx7EHqDFKwxBrxAjobGdlIWZoj+sz3nAXAetMgmZMbSHHPUB5PGRuGy3HnLX7APR6\n1b1C8c+QpuKUv3uoSKRIzeiF5nwMMKsNsLa7ZtYBZXbrUOkrKVlj6mRNuGFC0n1P\nvrPT0XI+4T+xgdBobS1YH5qQn2TLhwoPW8FPb1V6/iU+IO6GWQKCAQEA27fGQ0pf\n5VgdcCsSml2HpjcAOLZraN4TI5xImZ4VnyA7esyIV9rV5VFNyihNxESZ3chl4NcD\n5WQaJ2zWBIto5Y/5gbhrNCvyeWuoJQ9YqviwKpCN0lqkvm1P8lLJmJrYbyhEm2T9\n2LZIcbgv2eW8pzeLtdr7Qpep8pwhvFIUGUXmNjka6T/WlIrQl3VVfzjHxd/mUmV2\nzzAVYjs45mHFZDwxSi+f4xM9q9wYkG7oAq4QoDLXcVQ+FIV12QjzmTA7erBBm9NK\nScFinS5YZxZGqw95Oc3yjskO34I/538uWjAdDQlDOghde6igw0f8UPTSgxBhmV4l\nTIex0npXhdAWqwKCAQEA1InFpd0v8WnFUqs60FepaRIoo3NZ0ZA2Vb2TvvgQxz+Q\nye7QcDf3VdRuWoXd6X6vtfeJ4G1avsh7aEItTfdXMx0pYTzyPlpJTweut+uGOyy5\nZBjfyYqiR3WzqWghKn4RZNJ5gKYsn8/doQ68IDUpqcngW+FUDR16uDdtf09vhOec\nEKgEZh6bSvRrQ6Zrav3gDhiJjPRQZpcEacFZO8WlB2QOFuBgEvF8niliz1NITtZJ\nsI0jXe+2m91ntIZmDhDMqEOhrYZD5R+PB06osXqE+Kh0/2u6AsoOkQczVco2bVXH\nPL0hNpQjCUveMTWhxQSrw1LCS0S2GMEbcWH/l2RUzwKCAQBKyFgA2zWcd8s9PEvO\nonrjBeFbbCtOvBdDjZPgRUASswPLngXh8SfQL0YMwn8FiFvecrDKQCShVNraBF8r\nmM+RItnHXx+N2E9lKFFIm9qQBqjfM+gxaoycC9SkI61d9YYo/0mqoksMEa7ClfAj\nd+AoAe3ZbbkLR1eeramF0WHp4DKkzfbs4L+GO2EXy+XXsVm9baGU9dfkWPdOQd3x\n++EVZq9YErGWthvNfNIXhsgM8XXTMLrHZebjUTF1N2jCAPqdnZQXF2k3hUytNvL7\n00cmPdQC6qfeFWysgkaB4nXCWJHqt/ZbsDExP4nILZ4hZ9KmrVKqwrJrQ9wwSVe0\nwciVAoIBAQCgqn11Ax3o+zIlajeNo5b3TLjXxq1RVBke+66ioFfep1jGrfd3vXcF\ntQ6u859rkU822aeqtj/xFRDlIZGp7J5Ij3TmgvIE3K+qRH55nlvcg9SprHwPmPNP\n3dQw7fyUaLSxaMJc1EHLlZFO3RqtpkKWjXtDObUWLQDGHXBy2xPMfmFl3f1lTSHL\nqbUkcLunJ7+mKDpjCZV12BeH8peILcKxMZvNA1TdPRwdW9/MJoL0xdzyz966dimu\n7dIlj6u6Wky7rlScHnFY1WCD/5xafenjJ0U6iK8WyLP2QmE2KyS1xjBU5AwlfBp4\nPpf6zzY4/2zwvLEPwSN+1wvtzE0wnrHVAoIBAEV+CnNJSTACRtbEymmdVXXUh632\nE7D99ggrmYTRHplrcg/8Vibnkq7lEdHR801nR0b1cTZZ0DR/8goxjiJpnFtAhMnp\npc+GzYt1OayWxYuY5y9MdXZZLD0IVae5yxlz0rCTq9WQ+kxOZTrddJ14nNXdM+wr\npg2cIt8R/OWVfH7DvspNi88IvUVVz828qt1OkxvunC4MNIkz/6OBkOhYp4+LkvD2\nTG3xuK+574wgTbQrlUTLsA2RYSaWVYaXQKDBPujNGnIbYym3J5+4XSkiDz0KapeU\nnaBi1WZgzi1fm8aacu7YXxUTIbyJpXdc8Mz5+6NNAk0K2clKoYsO/VbQswY=\n-----END RSA PRIVATE KEY-----\n-----BEGIN CERTIFICATE-----\nMIIFszCCA5ugAwIBAgIJANBJxhjW9oz3MA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNV\nBAYTAkZSMRYwFAYDVQQIDA1JbGUtZGUtRnJhbmNlMQ4wDAYDVQQHDAVQYXJpczEW\nMBQGA1UECgwNTXlDb21wYW55TmFtZTESMBAGA1UEAwwJbG9jYWxob3N0MRswGQYJ\nKoZIhvcNAQkBFgxtZUBlbWFpbC5jb20wHhcNMjAwNzIyMDk0MzA1WhcNMjEwNzIy\nMDk0MzA1WjB+MQswCQYDVQQGEwJGUjEWMBQGA1UECAwNSWxlLWRlLUZyYW5jZTEO\nMAwGA1UEBwwFUGFyaXMxFjAUBgNVBAoMDU15Q29tcGFueU5hbWUxEjAQBgNVBAMM\nCWxvY2FsaG9zdDEbMBkGCSqGSIb3DQEJARYMbWVAZW1haWwuY29tMIICIjANBgkq\nhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwM6FCUSBpmsDoNktO6E5EgxwqRU+q14u\n97MAiEKYFPWeEEz2F7nBKd4LT7agpG4kCCQIWohlqmYiWg6JJiEv2inKTTlYCYyU\n1VT0ZcP6xpkCL8r7oN4b3pwCPIjyRimo1Pf3DnvoyfDmL/O7MkafAJhFQ6STys7a\nKB9Q08mmc2nbCfjC1r+PIsYEI4OQRhDpZwSI4kJdLjjZS+lMaGv/US/yxYFnTju5\nMaSeIiQhrXQ9mXd1xHGAICrOut4aRN60qHCvTHF+fKjYj41L6CCjdVPB7kVSNdg1\n/hdEPMOL6mTL7oitporsneljhuhmkKCmVMtYwfyCr/Z3TiBIs2yD0ZrIkjdYSlkZ\nvbM2Fy2aSoGc+lYguCH36RaiLSKL5rXj63/EcRnYmm4/Qutjdl1ZVSzVB4V30cxh\nHedAZ1LQ77v9cFJKVthFxHGDa1uvCoRPbXMVP5zp6nIZWh2e39aClIniYKBTvHmN\nI6Ta9zI0DvpNQHnPJUkYfdbSq6cvopXgtucPF16oLw2e82PpfBy6bfzhKZ8Rlh3d\n1lRXYcx5NGo74vCiAEn8RorOMqB6Y22rVA7ugvAkd2j2x+3dXLixa2W2gunYBBIH\n3ZpXVWf3e8ityPL4ElWakU7S1p0qYLtLTSTQN/q93al4pd8sVeMWvYNlga8oZQVC\nHqo5wJl6Xn0CAwEAAaM0MDIwMAYDVR0RBCkwJ4ISc2VydmVyLmV4YW1wbGUuY29t\nghFhbGlhcy5leGFtcGxlLmNvbTANBgkqhkiG9w0BAQsFAAOCAgEAdPU0tVV1ryKL\nzsGZaCKeEM+izrXL6Mg2W/BjQJmyDVGgCW4WTNrXHwhINuT3gBdGOdc0FjI5lOwu\njRyCVkWfxQANusClG4jJ3V90s2C//bT3VkQIT6Ajl2VYsEoSHE+/hN/8S7U6MCUz\nezvhfyGKiTj7pD3pGyb47Gys4kXY1p5t/TO1kVoaAfhnEXFSYMeMQLYGct5VB59o\nNAQpSlt54umebbcHXz4V3M4/2R6RLQkkl1Jw9Xwq6uRRE52y3M/wAdVTpsRHixx/\nueyUqjx+ctPEXvZ7uvRuqYELV2gY/bFlNpR2J2mRw9Unw3sxSoDQG/CYmoiOIypF\nfhdM7aVQMAyiKlCCVEj4mo67kR6Phnr6mOHm6oappJxhqMS7476+SQMGgMj4E8Zm\n4jrDB1OC1Xk5f+DaNNH3RC2ONi8ujgjdlm6/kvSX7/9Qv/VXEnl4j0lwFTS0+uWA\nULsDgtZDL5rbIzyjHYsp3IsNStyTbgILVRzeG7ec8RQ9ywUQzdAgkUPnhZZCXeYa\nenQQD5IHhCPymbX1YaJtOrIIWxgstt4jM74fbke4RBTYjfdd/St0e0QT77x2nPSD\nW+PRZGQr+hGmvVf5TwVxOMNcwhVzBsFmo/fIwCef/F9N0j+8UUd8iv+LZ5DcWWCB\nu7hOptIAnzVMFt9d/EhtaU6+KoWS/sI=\n-----END CERTIFICATE-----\n"}}' + body: '{"name":"cli-certiticate-nice-hopper","custom_certificate":{"certificate_chain":"\n-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAtmpvK5p1lPG2xL/AObtv3xJXhAmSkqn/uhObSwuo8JkK+Lpi\n86AQ/XRAjxAzfkEOQF3MOJGSK1uOqrZ/G5yH2XqK86HnoUkVpIy60yiF5fzeed3D\nf8pF1ymi4IEe2Y+Uzs4rMP5jxAxHPbLYKQgfg1u7PNlwpngw3uo7ZPcL/jZJNMwy\nYj3aeu2vh8obmCQDiE2hIKqW9V7M95bcWpWtmVCcplFMfbvq0pByPmOtCwx22IUO\nuRgx3dxTRrXmAXzERRjfnzJLr1WYrApmrmUkdQSgSf5TOZpopHd4SWJLvlHLh30/\nbCO2ofr1y7DOICnLNURBqRdnjIYlJ2Atup9h2x11NwgmxkeWfvoxcuP0XUZnFQbf\ngVkKQWZM6Dy2xIZPz8oRmYXiJDXs4yTDbUbWdP9BzmWlPDWQeIYPokX/9bpEe9OF\nSHzBaQpFUKzlmo6Yra+RJzLa0EctMrzgME16oGZFBPkULHrPMhbdniHgVcql2A2P\nl9UQxw6Qqo3jMloci7NFEqWF3c3DazjYbXaveojIJa3MXveSulUgiBFgiJs0wvfi\nAY49p9jhj5LiS5tYvDULjzeIsHaLgzCG8zTA86zW/Enx5/8SIyPUKtHtrkjzsjlH\ndbQ2DSnQQ5Sk6kBp9tX0RliDgGrbQ7upZ4jPdl9YbY1Wfy1+cMwGqjJ+cEUCAwEA\nAQKCAgAC5npSBSitb5JqWmoiANrsfwwpK0XLUyyftsQXU14iRSype70rBnZ+sSR9\nodJPxZUGbPdcRuQ+EDyadkBbHggC6zHeYcqfA9x2O06VIOXQHE8lPONo2rx1iVHv\no93rs564EwsYwlKvwUo4rulE7b4ihojZlNN3sh2EzdCX8F2ecxqC3mRGr5kTr0fF\nLu91Yc00k5dmP5Aa4qD7pshmIE8cSu3SryQ6M4yuQGGwoEEWFeKl2qe7Rak1T9V7\nIFVB3Mv6FUUo8NHHPeMpiRjM2QrVWXd69bI5Dj1vr/6XnBp8Miy8QL+LZp32wVi7\nHlqIpGF4vVcV6ytYTqG0mJDhkLsri9Lwe5OvN+gJe8/VLrJUb6PoJ12wWgQ80uWi\nYMQr/3H/fFU8vkfXqDEWa6fq3RYy8IimE5L+stsVtrkejdyFx8XyQhDnucfrFkrS\nX/3pceozQRquFrpcrk8RpMNE8chP8M+BhO4pvAORT1dVCdDXzuVQWjanxocIc/GD\nx7EHqDFKwxBrxAjobGdlIWZoj+sz3nAXAetMgmZMbSHHPUB5PGRuGy3HnLX7APR6\n1b1C8c+QpuKUv3uoSKRIzeiF5nwMMKsNsLa7ZtYBZXbrUOkrKVlj6mRNuGFC0n1P\nvrPT0XI+4T+xgdBobS1YH5qQn2TLhwoPW8FPb1V6/iU+IO6GWQKCAQEA27fGQ0pf\n5VgdcCsSml2HpjcAOLZraN4TI5xImZ4VnyA7esyIV9rV5VFNyihNxESZ3chl4NcD\n5WQaJ2zWBIto5Y/5gbhrNCvyeWuoJQ9YqviwKpCN0lqkvm1P8lLJmJrYbyhEm2T9\n2LZIcbgv2eW8pzeLtdr7Qpep8pwhvFIUGUXmNjka6T/WlIrQl3VVfzjHxd/mUmV2\nzzAVYjs45mHFZDwxSi+f4xM9q9wYkG7oAq4QoDLXcVQ+FIV12QjzmTA7erBBm9NK\nScFinS5YZxZGqw95Oc3yjskO34I/538uWjAdDQlDOghde6igw0f8UPTSgxBhmV4l\nTIex0npXhdAWqwKCAQEA1InFpd0v8WnFUqs60FepaRIoo3NZ0ZA2Vb2TvvgQxz+Q\nye7QcDf3VdRuWoXd6X6vtfeJ4G1avsh7aEItTfdXMx0pYTzyPlpJTweut+uGOyy5\nZBjfyYqiR3WzqWghKn4RZNJ5gKYsn8/doQ68IDUpqcngW+FUDR16uDdtf09vhOec\nEKgEZh6bSvRrQ6Zrav3gDhiJjPRQZpcEacFZO8WlB2QOFuBgEvF8niliz1NITtZJ\nsI0jXe+2m91ntIZmDhDMqEOhrYZD5R+PB06osXqE+Kh0/2u6AsoOkQczVco2bVXH\nPL0hNpQjCUveMTWhxQSrw1LCS0S2GMEbcWH/l2RUzwKCAQBKyFgA2zWcd8s9PEvO\nonrjBeFbbCtOvBdDjZPgRUASswPLngXh8SfQL0YMwn8FiFvecrDKQCShVNraBF8r\nmM+RItnHXx+N2E9lKFFIm9qQBqjfM+gxaoycC9SkI61d9YYo/0mqoksMEa7ClfAj\nd+AoAe3ZbbkLR1eeramF0WHp4DKkzfbs4L+GO2EXy+XXsVm9baGU9dfkWPdOQd3x\n++EVZq9YErGWthvNfNIXhsgM8XXTMLrHZebjUTF1N2jCAPqdnZQXF2k3hUytNvL7\n00cmPdQC6qfeFWysgkaB4nXCWJHqt/ZbsDExP4nILZ4hZ9KmrVKqwrJrQ9wwSVe0\nwciVAoIBAQCgqn11Ax3o+zIlajeNo5b3TLjXxq1RVBke+66ioFfep1jGrfd3vXcF\ntQ6u859rkU822aeqtj/xFRDlIZGp7J5Ij3TmgvIE3K+qRH55nlvcg9SprHwPmPNP\n3dQw7fyUaLSxaMJc1EHLlZFO3RqtpkKWjXtDObUWLQDGHXBy2xPMfmFl3f1lTSHL\nqbUkcLunJ7+mKDpjCZV12BeH8peILcKxMZvNA1TdPRwdW9/MJoL0xdzyz966dimu\n7dIlj6u6Wky7rlScHnFY1WCD/5xafenjJ0U6iK8WyLP2QmE2KyS1xjBU5AwlfBp4\nPpf6zzY4/2zwvLEPwSN+1wvtzE0wnrHVAoIBAEV+CnNJSTACRtbEymmdVXXUh632\nE7D99ggrmYTRHplrcg/8Vibnkq7lEdHR801nR0b1cTZZ0DR/8goxjiJpnFtAhMnp\npc+GzYt1OayWxYuY5y9MdXZZLD0IVae5yxlz0rCTq9WQ+kxOZTrddJ14nNXdM+wr\npg2cIt8R/OWVfH7DvspNi88IvUVVz828qt1OkxvunC4MNIkz/6OBkOhYp4+LkvD2\nTG3xuK+574wgTbQrlUTLsA2RYSaWVYaXQKDBPujNGnIbYym3J5+4XSkiDz0KapeU\nnaBi1WZgzi1fm8aacu7YXxUTIbyJpXdc8Mz5+6NNAk0K2clKoYsO/VbQswY=\n-----END RSA PRIVATE KEY-----\n-----BEGIN CERTIFICATE-----\nMIIFszCCA5ugAwIBAgIJANBJxhjW9oz3MA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNV\nBAYTAkZSMRYwFAYDVQQIDA1JbGUtZGUtRnJhbmNlMQ4wDAYDVQQHDAVQYXJpczEW\nMBQGA1UECgwNTXlDb21wYW55TmFtZTESMBAGA1UEAwwJbG9jYWxob3N0MRswGQYJ\nKoZIhvcNAQkBFgxtZUBlbWFpbC5jb20wHhcNMjAwNzIyMDk0MzA1WhcNMjEwNzIy\nMDk0MzA1WjB+MQswCQYDVQQGEwJGUjEWMBQGA1UECAwNSWxlLWRlLUZyYW5jZTEO\nMAwGA1UEBwwFUGFyaXMxFjAUBgNVBAoMDU15Q29tcGFueU5hbWUxEjAQBgNVBAMM\nCWxvY2FsaG9zdDEbMBkGCSqGSIb3DQEJARYMbWVAZW1haWwuY29tMIICIjANBgkq\nhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwM6FCUSBpmsDoNktO6E5EgxwqRU+q14u\n97MAiEKYFPWeEEz2F7nBKd4LT7agpG4kCCQIWohlqmYiWg6JJiEv2inKTTlYCYyU\n1VT0ZcP6xpkCL8r7oN4b3pwCPIjyRimo1Pf3DnvoyfDmL/O7MkafAJhFQ6STys7a\nKB9Q08mmc2nbCfjC1r+PIsYEI4OQRhDpZwSI4kJdLjjZS+lMaGv/US/yxYFnTju5\nMaSeIiQhrXQ9mXd1xHGAICrOut4aRN60qHCvTHF+fKjYj41L6CCjdVPB7kVSNdg1\n/hdEPMOL6mTL7oitporsneljhuhmkKCmVMtYwfyCr/Z3TiBIs2yD0ZrIkjdYSlkZ\nvbM2Fy2aSoGc+lYguCH36RaiLSKL5rXj63/EcRnYmm4/Qutjdl1ZVSzVB4V30cxh\nHedAZ1LQ77v9cFJKVthFxHGDa1uvCoRPbXMVP5zp6nIZWh2e39aClIniYKBTvHmN\nI6Ta9zI0DvpNQHnPJUkYfdbSq6cvopXgtucPF16oLw2e82PpfBy6bfzhKZ8Rlh3d\n1lRXYcx5NGo74vCiAEn8RorOMqB6Y22rVA7ugvAkd2j2x+3dXLixa2W2gunYBBIH\n3ZpXVWf3e8ityPL4ElWakU7S1p0qYLtLTSTQN/q93al4pd8sVeMWvYNlga8oZQVC\nHqo5wJl6Xn0CAwEAAaM0MDIwMAYDVR0RBCkwJ4ISc2VydmVyLmV4YW1wbGUuY29t\nghFhbGlhcy5leGFtcGxlLmNvbTANBgkqhkiG9w0BAQsFAAOCAgEAdPU0tVV1ryKL\nzsGZaCKeEM+izrXL6Mg2W/BjQJmyDVGgCW4WTNrXHwhINuT3gBdGOdc0FjI5lOwu\njRyCVkWfxQANusClG4jJ3V90s2C//bT3VkQIT6Ajl2VYsEoSHE+/hN/8S7U6MCUz\nezvhfyGKiTj7pD3pGyb47Gys4kXY1p5t/TO1kVoaAfhnEXFSYMeMQLYGct5VB59o\nNAQpSlt54umebbcHXz4V3M4/2R6RLQkkl1Jw9Xwq6uRRE52y3M/wAdVTpsRHixx/\nueyUqjx+ctPEXvZ7uvRuqYELV2gY/bFlNpR2J2mRw9Unw3sxSoDQG/CYmoiOIypF\nfhdM7aVQMAyiKlCCVEj4mo67kR6Phnr6mOHm6oappJxhqMS7476+SQMGgMj4E8Zm\n4jrDB1OC1Xk5f+DaNNH3RC2ONi8ujgjdlm6/kvSX7/9Qv/VXEnl4j0lwFTS0+uWA\nULsDgtZDL5rbIzyjHYsp3IsNStyTbgILVRzeG7ec8RQ9ywUQzdAgkUPnhZZCXeYa\nenQQD5IHhCPymbX1YaJtOrIIWxgstt4jM74fbke4RBTYjfdd/St0e0QT77x2nPSD\nW+PRZGQr+hGmvVf5TwVxOMNcwhVzBsFmo/fIwCef/F9N0j+8UUd8iv+LZ5DcWWCB\nu7hOptIAnzVMFt9d/EhtaU6+KoWS/sI=\n-----END CERTIFICATE-----\n"}}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56/certificates + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15a48e17-ba85-4ae6-b3b3-8d45b24b58a2/certificates method: POST response: - body: '{"id":"af30de67-8745-4a76-9ca6-cdc1336c1623","type":"custom","status":"ready","common_name":"server.example.com","subject_alternative_name":["alias.example.com"],"fingerprint":"","not_valid_before":"2020-07-22T09:43:05Z","not_valid_after":"2021-07-22T09:43:05Z","lb":{"id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"cd9ccfd7-a957-440f-a8ad-ebda1194a516","status":"ready","ip_address":"10.72.112.25","created_at":"2021-04-07T12:01:41.421699Z","updated_at":"2021-04-07T12:03:01.164491Z","region":"fr-par","zone":"fr-par-1"},{"id":"662d271b-4b3e-42b0-8082-7724af58ae71","status":"ready","ip_address":"10.71.86.41","created_at":"2021-04-07T12:01:47.033803Z","updated_at":"2021-04-07T12:03:01.413207Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938d9b06-243c-42c5-bfdf-193c539665e3","ip_address":"195.154.69.153","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56","reverse":"195-154-69-153.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:03:00.647864Z","updated_at":"2021-04-07T12:03:01.721575Z","region":"fr-par","zone":"fr-par-1"},"name":"cli-certiticate-intelligent-jackson","created_at":"2021-04-07T12:03:03.160562250Z","updated_at":"2021-04-07T12:03:03.160562250Z"}' + body: '{"id":"66452944-ad92-479d-9c60-ce58032883cb","type":"custom","status":"ready","common_name":"server.example.com","subject_alternative_name":["alias.example.com"],"fingerprint":"","not_valid_before":"2020-07-22T09:43:05Z","not_valid_after":"2021-07-22T09:43:05Z","lb":{"id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"d0cd286a-3d64-462e-acb7-ee88d7e23e97","status":"ready","ip_address":"10.71.116.141","created_at":"2021-04-27T12:03:35.552730Z","updated_at":"2021-04-27T12:32:59.174475Z","region":"fr-par","zone":"fr-par-1"},{"id":"8d3265f4-2b14-4ba8-882c-33de1c3a8382","status":"ready","ip_address":"10.73.144.61","created_at":"2021-04-27T12:18:02.776396Z","updated_at":"2021-04-27T12:32:59.435259Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"2afc6fb2-f744-4e1a-97f9-daa82e9890a5","ip_address":"51.159.112.9","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15a48e17-ba85-4ae6-b3b3-8d45b24b58a2","reverse":"51-159-112-9.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:32:58.640864Z","updated_at":"2021-04-27T12:32:59.780614Z","region":"fr-par","zone":"fr-par-1"},"name":"cli-certiticate-nice-hopper","created_at":"2021-04-27T12:33:01.134142665Z","updated_at":"2021-04-27T12:33:01.134142665Z"}' headers: Content-Length: - - "1646" + - "1636" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:03:03 GMT + - Tue, 27 Apr 2021 12:33:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -129,7 +129,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5f2fdcb-d7d0-42b7-bfd0-076be57e9875 + - 714f6d8a-816a-4f9d-acab-676f311dbc3b status: 200 OK code: 200 duration: "" @@ -139,7 +139,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15a48e17-ba85-4ae6-b3b3-8d45b24b58a2?release_ip=false method: DELETE response: body: "" @@ -149,7 +149,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:03:03 GMT + - Tue, 27 Apr 2021 12:33:01 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2e7b404-945d-4b93-b2b3-b6973c4faed6 + - 43bc0361-1948-43cd-9d5c-70b8dc9e1c1d status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden index f07e7ce4e2..953b190a30 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden @@ -1,56 +1,56 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Type custom -ID af30de67-8745-4a76-9ca6-cdc1336c1623 +ID 66452944-ad92-479d-9c60-ce58032883cb CommonName server.example.com SubjectAlternativeName.0 alias.example.com Fingerprint - NotValidBefore few seconds ago NotValidAfter few seconds ago Status ready -LB.ID f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56 +LB.ID 15a48e17-ba85-4ae6-b3b3-8d45b24b58a2 LB.Name cli-test LB.Description cli-test LB.Status ready -LB.Instances.0.ID cd9ccfd7-a957-440f-a8ad-ebda1194a516 +LB.Instances.0.ID d0cd286a-3d64-462e-acb7-ee88d7e23e97 LB.Instances.0.Status ready -LB.Instances.0.IPAddress 10.72.112.25 +LB.Instances.0.IPAddress 10.71.116.141 LB.Instances.0.CreatedAt few seconds ago LB.Instances.0.UpdatedAt few seconds ago LB.Instances.0.Region fr-par LB.Instances.0.Zone fr-par-1 -LB.Instances.1.ID 662d271b-4b3e-42b0-8082-7724af58ae71 +LB.Instances.1.ID 8d3265f4-2b14-4ba8-882c-33de1c3a8382 LB.Instances.1.Status ready -LB.Instances.1.IPAddress 10.71.86.41 +LB.Instances.1.IPAddress 10.73.144.61 LB.Instances.1.CreatedAt few seconds ago LB.Instances.1.UpdatedAt few seconds ago LB.Instances.1.Region fr-par LB.Instances.1.Zone fr-par-1 -LB.OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -LB.IP.0.ID 938d9b06-243c-42c5-bfdf-193c539665e3 -LB.IP.0.IPAddress 195.154.69.153 -LB.IP.0.OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -LB.IP.0.LBID f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56 -LB.IP.0.Reverse 195-154-69-153.lb.fr-par.scw.cloud -LB.IP.0.ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +LB.OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +LB.IP.0.ID 2afc6fb2-f744-4e1a-97f9-daa82e9890a5 +LB.IP.0.IPAddress 51.159.112.9 +LB.IP.0.OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +LB.IP.0.LBID 15a48e17-ba85-4ae6-b3b3-8d45b24b58a2 +LB.IP.0.Reverse 51-159-112-9.lb.fr-par.scw.cloud +LB.IP.0.ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 LB.IP.0.Region fr-par LB.IP.0.Zone fr-par-1 LB.FrontendCount 0 LB.BackendCount 0 LB.Type lb-s LB.SslCompatibilityLevel ssl_compatibility_level_intermediate -LB.ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +LB.ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 LB.CreatedAt few seconds ago LB.UpdatedAt few seconds ago LB.Region fr-par LB.Zone fr-par-1 -Name cli-certiticate-intelligent-jackson +Name cli-certiticate-nice-hopper CreatedAt few seconds ago UpdatedAt few seconds ago 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "type": "custom", - "id": "af30de67-8745-4a76-9ca6-cdc1336c1623", + "id": "66452944-ad92-479d-9c60-ce58032883cb", "common_name": "server.example.com", "subject_alternative_name": [ "alias.example.com" @@ -60,39 +60,39 @@ UpdatedAt few seconds ago "not_valid_after": "2021-07-22T09:43:05Z", "status": "ready", "lb": { - "id": "f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56", + "id": "15a48e17-ba85-4ae6-b3b3-8d45b24b58a2", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "cd9ccfd7-a957-440f-a8ad-ebda1194a516", + "id": "d0cd286a-3d64-462e-acb7-ee88d7e23e97", "status": "ready", - "ip_address": "10.72.112.25", + "ip_address": "10.71.116.141", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" }, { - "id": "662d271b-4b3e-42b0-8082-7724af58ae71", + "id": "8d3265f4-2b14-4ba8-882c-33de1c3a8382", "status": "ready", - "ip_address": "10.71.86.41", + "ip_address": "10.73.144.61", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" } ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "ip": [ { - "id": "938d9b06-243c-42c5-bfdf-193c539665e3", - "ip_address": "195.154.69.153", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "f23fd29e-8b45-43d4-9f2b-4dc76ac4cd56", - "reverse": "195-154-69-153.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "id": "2afc6fb2-f744-4e1a-97f9-daa82e9890a5", + "ip_address": "51.159.112.9", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "lb_id": "15a48e17-ba85-4ae6-b3b3-8d45b24b58a2", + "reverse": "51-159-112-9.lb.fr-par.scw.cloud", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "region": "fr-par", "zone": "fr-par-1" } @@ -103,13 +103,13 @@ UpdatedAt few seconds ago "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" }, - "name": "cli-certiticate-intelligent-jackson", + "name": "cli-certiticate-nice-hopper", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml index e860806822..fa17d83d6e 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml @@ -2,26 +2,26 @@ version: 1 interactions: - request: - body: '{"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"foobar","description":"foobar","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","name":"foobar","description":"foobar","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"d2c5b5e4-79f1-476e-9ffc-955418d8f40b","name":"foobar","description":"foobar","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"92b2f1a2-b311-4a90-897b-174b3485537e","ip_address":"51.159.115.163","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"d2c5b5e4-79f1-476e-9ffc-955418d8f40b","reverse":"51-159-115-163.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:34.337969246Z","updated_at":"2021-04-07T12:01:34.337969246Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"71469823-5be8-40f5-aa40-3361bbf1371b","name":"foobar","description":"foobar","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2afb605-d667-4656-8c6c-2c4ecdf56d5d","ip_address":"195.154.70.93","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"71469823-5be8-40f5-aa40-3361bbf1371b","reverse":"195-154-70-93.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:12.279901042Z","updated_at":"2021-04-27T12:33:12.279901042Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "821" + - "819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:34 GMT + - Tue, 27 Apr 2021 12:33:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72f77a59-ad5c-4a35-9b67-451fbc95d850 + - 2eac2159-5b7f-4544-b1ca-9ba4b0965f26 status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/d2c5b5e4-79f1-476e-9ffc-955418d8f40b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/71469823-5be8-40f5-aa40-3361bbf1371b method: GET response: - body: '{"id":"d2c5b5e4-79f1-476e-9ffc-955418d8f40b","name":"foobar","description":"foobar","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"92b2f1a2-b311-4a90-897b-174b3485537e","ip_address":"51.159.115.163","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"d2c5b5e4-79f1-476e-9ffc-955418d8f40b","reverse":"51-159-115-163.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:34.337969Z","updated_at":"2021-04-07T12:01:34.337969Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"71469823-5be8-40f5-aa40-3361bbf1371b","name":"foobar","description":"foobar","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2afb605-d667-4656-8c6c-2c4ecdf56d5d","ip_address":"195.154.70.93","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"71469823-5be8-40f5-aa40-3361bbf1371b","reverse":"195-154-70-93.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:12.279901Z","updated_at":"2021-04-27T12:33:12.279901Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "815" + - "813" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:34 GMT + - Tue, 27 Apr 2021 12:33:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76c8df0a-426c-4336-bc33-db719d6c77e7 + - bbf701e3-57c5-4b70-9faf-b46f01b335d9 status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/d2c5b5e4-79f1-476e-9ffc-955418d8f40b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/71469823-5be8-40f5-aa40-3361bbf1371b method: GET response: - body: '{"id":"d2c5b5e4-79f1-476e-9ffc-955418d8f40b","name":"foobar","description":"foobar","status":"ready","instances":[{"id":"ea329601-36c3-40e4-af6c-65c995281d63","status":"ready","ip_address":"10.72.114.19","created_at":"2021-04-07T12:00:34.446036Z","updated_at":"2021-04-07T12:01:35.442700Z","region":"fr-par","zone":"fr-par-1"},{"id":"cbb0aa17-c14f-48d8-9fa2-9b9ebea32420","status":"ready","ip_address":"10.73.136.33","created_at":"2021-04-07T11:59:55.140319Z","updated_at":"2021-04-07T12:01:35.975606Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"92b2f1a2-b311-4a90-897b-174b3485537e","ip_address":"51.159.115.163","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"d2c5b5e4-79f1-476e-9ffc-955418d8f40b","reverse":"51-159-115-163.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:34.337969Z","updated_at":"2021-04-07T12:01:36.560965Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"71469823-5be8-40f5-aa40-3361bbf1371b","name":"foobar","description":"foobar","status":"ready","instances":[{"id":"900092ea-2ae4-4b41-88a9-11b9358b8061","status":"ready","ip_address":"10.64.140.107","created_at":"2021-04-27T08:18:49.486779Z","updated_at":"2021-04-27T12:33:13.036589Z","region":"fr-par","zone":"fr-par-1"},{"id":"276fbb99-3e38-43a1-8d85-674dd8622f21","status":"ready","ip_address":"10.71.62.35","created_at":"2021-04-27T02:21:49.172595Z","updated_at":"2021-04-27T12:33:13.498366Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2afb605-d667-4656-8c6c-2c4ecdf56d5d","ip_address":"195.154.70.93","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"71469823-5be8-40f5-aa40-3361bbf1371b","reverse":"195-154-70-93.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:12.279901Z","updated_at":"2021-04-27T12:33:13.887575Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1238" + - "1236" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:36 GMT + - Tue, 27 Apr 2021 12:33:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe4443ac-096f-4952-b9e4-f5119780e98f + - 0bceea62-f478-4bd8-b10c-792e48998845 status: 200 OK code: 200 duration: "" @@ -105,7 +105,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/d2c5b5e4-79f1-476e-9ffc-955418d8f40b?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/71469823-5be8-40f5-aa40-3361bbf1371b?release_ip=false method: DELETE response: body: "" @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:36 GMT + - Tue, 27 Apr 2021 12:33:14 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -125,7 +125,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db365852-7b9b-4e26-806a-ea8be5c82209 + - 3ea1d047-98c4-425a-857e-4f8950d30970 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden index 3de28a6017..0f4ccedb15 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden @@ -1,76 +1,76 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID d2c5b5e4-79f1-476e-9ffc-955418d8f40b +ID 71469823-5be8-40f5-aa40-3361bbf1371b Name foobar Description foobar Status ready -Instances.0.ID ea329601-36c3-40e4-af6c-65c995281d63 +Instances.0.ID 900092ea-2ae4-4b41-88a9-11b9358b8061 Instances.0.Status ready -Instances.0.IPAddress 10.72.114.19 +Instances.0.IPAddress 10.64.140.107 Instances.0.CreatedAt few seconds ago Instances.0.UpdatedAt few seconds ago Instances.0.Region fr-par Instances.0.Zone fr-par-1 -Instances.1.ID cbb0aa17-c14f-48d8-9fa2-9b9ebea32420 +Instances.1.ID 276fbb99-3e38-43a1-8d85-674dd8622f21 Instances.1.Status ready -Instances.1.IPAddress 10.73.136.33 +Instances.1.IPAddress 10.71.62.35 Instances.1.CreatedAt few seconds ago Instances.1.UpdatedAt few seconds ago Instances.1.Region fr-par Instances.1.Zone fr-par-1 -OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -IP.0.ID 92b2f1a2-b311-4a90-897b-174b3485537e -IP.0.IPAddress 51.159.115.163 -IP.0.OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -IP.0.LBID d2c5b5e4-79f1-476e-9ffc-955418d8f40b -IP.0.Reverse 51-159-115-163.lb.fr-par.scw.cloud -IP.0.ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +IP.0.ID c2afb605-d667-4656-8c6c-2c4ecdf56d5d +IP.0.IPAddress 195.154.70.93 +IP.0.OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +IP.0.LBID 71469823-5be8-40f5-aa40-3361bbf1371b +IP.0.Reverse 195-154-70-93.lb.fr-par.scw.cloud +IP.0.ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 IP.0.Region fr-par IP.0.Zone fr-par-1 FrontendCount 0 BackendCount 0 Type lb-s SslCompatibilityLevel ssl_compatibility_level_intermediate -ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 CreatedAt few seconds ago UpdatedAt few seconds ago Region fr-par Zone fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "d2c5b5e4-79f1-476e-9ffc-955418d8f40b", + "id": "71469823-5be8-40f5-aa40-3361bbf1371b", "name": "foobar", "description": "foobar", "status": "ready", "instances": [ { - "id": "ea329601-36c3-40e4-af6c-65c995281d63", + "id": "900092ea-2ae4-4b41-88a9-11b9358b8061", "status": "ready", - "ip_address": "10.72.114.19", + "ip_address": "10.64.140.107", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" }, { - "id": "cbb0aa17-c14f-48d8-9fa2-9b9ebea32420", + "id": "276fbb99-3e38-43a1-8d85-674dd8622f21", "status": "ready", - "ip_address": "10.73.136.33", + "ip_address": "10.71.62.35", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" } ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "ip": [ { - "id": "92b2f1a2-b311-4a90-897b-174b3485537e", - "ip_address": "51.159.115.163", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "d2c5b5e4-79f1-476e-9ffc-955418d8f40b", - "reverse": "51-159-115-163.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "id": "c2afb605-d667-4656-8c6c-2c4ecdf56d5d", + "ip_address": "195.154.70.93", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "lb_id": "71469823-5be8-40f5-aa40-3361bbf1371b", + "reverse": "195-154-70-93.lb.fr-par.scw.cloud", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "region": "fr-par", "zone": "fr-par-1" } @@ -81,7 +81,7 @@ Zone fr-par-1 "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml index 22d1ee0222..60e0a2647b 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml @@ -2,17 +2,17 @@ version: 1 interactions: - request: - body: '{"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230966953Z","updated_at":"2021-04-07T12:02:29.230966953Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871629888Z","updated_at":"2021-04-27T12:33:01.871629888Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - "825" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:29 GMT + - Tue, 27 Apr 2021 12:33:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b14d61c0-4934-4e84-9542-75cd4a12efd3 + - f0a35db1-e174-4560-98ec-cf851852cab8 status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b3956bc1-9b85-4c1b-b593-9598aa1f7da7 method: GET response: - body: '{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"39155890-3229-4aba-8d84-2c5f77d85806","status":"unknown","ip_address":"10.70.120.109","created_at":"2021-04-07T11:59:16.399653Z","updated_at":"2021-04-07T12:02:29.469607Z","region":"fr-par","zone":"fr-par-1"},{"id":"8fab0d64-4bb5-4a78-8f7c-ae31b33ef81e","status":"unknown","ip_address":"10.65.12.161","created_at":"2021-04-07T11:59:00.285448Z","updated_at":"2021-04-07T12:02:29.474029Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:29.230967Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"2e24f21d-558e-4466-9d7b-a3e84167ed84","status":"unknown","ip_address":"10.72.84.45","created_at":"2021-04-27T12:03:42.691838Z","updated_at":"2021-04-27T12:33:02.073498Z","region":"fr-par","zone":"fr-par-1"},{"id":"71e0b207-944d-46e7-b309-df2839f7ba6f","status":"unknown","ip_address":"10.64.60.135","created_at":"2021-04-27T11:50:59.473732Z","updated_at":"2021-04-27T12:33:02.077146Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871630Z","updated_at":"2021-04-27T12:33:01.871630Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1249" + - "1247" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:29 GMT + - Tue, 27 Apr 2021 12:33:02 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e15d8de7-93a7-415c-9539-5201a7e2136f + - 295502e8-c087-4358-af1e-ada21db40894 status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b3956bc1-9b85-4c1b-b593-9598aa1f7da7 method: GET response: - body: '{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"39155890-3229-4aba-8d84-2c5f77d85806","status":"ready","ip_address":"10.70.120.109","created_at":"2021-04-07T11:59:16.399653Z","updated_at":"2021-04-07T12:02:29.766401Z","region":"fr-par","zone":"fr-par-1"},{"id":"8fab0d64-4bb5-4a78-8f7c-ae31b33ef81e","status":"ready","ip_address":"10.65.12.161","created_at":"2021-04-07T11:59:00.285448Z","updated_at":"2021-04-07T12:02:31.051100Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:29.485011Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"2e24f21d-558e-4466-9d7b-a3e84167ed84","status":"ready","ip_address":"10.72.84.45","created_at":"2021-04-27T12:03:42.691838Z","updated_at":"2021-04-27T12:33:02.519933Z","region":"fr-par","zone":"fr-par-1"},{"id":"71e0b207-944d-46e7-b309-df2839f7ba6f","status":"ready","ip_address":"10.64.60.135","created_at":"2021-04-27T11:50:59.473732Z","updated_at":"2021-04-27T12:33:03.133024Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871630Z","updated_at":"2021-04-27T12:33:04.076138Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1245" + - "1241" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:31 GMT + - Tue, 27 Apr 2021 12:33:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -95,103 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 883f5c41-f183-4e9e-b8d7-71e305f3e0d2 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553 - method: GET - response: - body: '{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"39155890-3229-4aba-8d84-2c5f77d85806","status":"ready","ip_address":"10.70.120.109","created_at":"2021-04-07T11:59:16.399653Z","updated_at":"2021-04-07T12:02:29.766401Z","region":"fr-par","zone":"fr-par-1"},{"id":"8fab0d64-4bb5-4a78-8f7c-ae31b33ef81e","status":"ready","ip_address":"10.65.12.161","created_at":"2021-04-07T11:59:00.285448Z","updated_at":"2021-04-07T12:02:31.051100Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:29.485011Z","region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1245" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 07 Apr 2021 12:02:33 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 18b4c954-3f3a-4aa9-bf15-291baccf9246 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553 - method: GET - response: - body: '{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"39155890-3229-4aba-8d84-2c5f77d85806","status":"ready","ip_address":"10.70.120.109","created_at":"2021-04-07T11:59:16.399653Z","updated_at":"2021-04-07T12:02:29.766401Z","region":"fr-par","zone":"fr-par-1"},{"id":"8fab0d64-4bb5-4a78-8f7c-ae31b33ef81e","status":"ready","ip_address":"10.65.12.161","created_at":"2021-04-07T11:59:00.285448Z","updated_at":"2021-04-07T12:02:31.051100Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:29.485011Z","region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1245" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 07 Apr 2021 12:02:35 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 62d8804e-55e9-4d98-a3c3-90fcd5e397a2 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553 - method: GET - response: - body: '{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"39155890-3229-4aba-8d84-2c5f77d85806","status":"ready","ip_address":"10.70.120.109","created_at":"2021-04-07T11:59:16.399653Z","updated_at":"2021-04-07T12:02:29.766401Z","region":"fr-par","zone":"fr-par-1"},{"id":"8fab0d64-4bb5-4a78-8f7c-ae31b33ef81e","status":"ready","ip_address":"10.65.12.161","created_at":"2021-04-07T11:59:00.285448Z","updated_at":"2021-04-07T12:02:31.051100Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:36.439473Z","region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1243" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 07 Apr 2021 12:02:37 GMT - Server: - - Scaleway API-Gateway - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a218894b-8033-489d-8559-d91eb6848418 + - a45873c8-f302-4da3-a7fd-f7378455362d status: 200 OK code: 200 duration: "" @@ -204,16 +108,16 @@ interactions: url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: - body: '{"images": [{"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://marketplace-logos.s3.nl-ams.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": "46b87e8b-e9b5-417f-a185-3d0fac2531bc", "name": "2021-03-30T08:50:27.029754+00:00", "local_images": [{"id": "5e84372e-6abe-4df5-834d-b12af4b24af8", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "a7306ef9-5e1b-464d-a409-a44026d91a9e", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "7663c62b-40e3-4e6b-a835-70723ec2050b", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "5dd154af-ddad-496f-b631-388f0a787df1", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "c7646cb3-9100-4041-aefd-07e9639c6d9e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "f63fe42a-900f-4a5e-ba99-ab0e59469b7e", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "28c59566-b53c-45dc-844d-43029388152d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "bbe8ed3d-c693-4437-b2dd-5d5968655f94", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "60eb89c7-1c29-4a94-a954-dddb81fc1a55", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}], "creation_date": "2021-03-30T08:50:27.247448+00:00", "modification_date": "2021-03-30T08:50:27.247448+00:00"}], "categories": ["distribution"], "current_public_version": "46b87e8b-e9b5-417f-a185-3d0fac2531bc", "creation_date": "2018-04-27T14:07:25.221998+00:00", "modification_date": "2021-04-01T07:04:52.514102+00:00", "valid_until": null}, {"id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "name": "Ubuntu Xenial", "label": "ubuntu_xenial", "logo": "https://marketplace-logos.s3.nl-ams.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": "f71f0db2-513e-4e32-8b85-85c153b67b39", "name": "2021-03-30T09:22:06.072470+00:00", "local_images": [{"id": "245e5cea-a9b4-4a36-9055-27185afe8690", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "f1b14363-cea2-4b85-84c7-602d24474b99", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "75ace7bb-699b-4cea-813c-633c31de3e9e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "605ceb9b-0d67-4565-b324-6dfff7c1307e", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "7d04dd2a-6cee-4aec-be9e-f87154009112", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "16ca98f1-89f1-4315-a7fd-a711ac3bcb83", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}], "creation_date": "2021-03-30T09:22:06.123537+00:00", "modification_date": "2021-03-30T09:22:06.123537+00:00"}], "categories": ["distribution"], "current_public_version": "f71f0db2-513e-4e32-8b85-85c153b67b39", "creation_date": "2016-04-22T13:27:33.769932+00:00", "modification_date": "2021-04-01T07:06:41.643152+00:00", "valid_until": null}, {"id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", "name": "Debian Stretch", "label": "debian_stretch", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "description": "Debian is a free, powerful and stable operating system.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "a1478726-083c-4d31-815d-255e07123155", "name": "2021-03-30T11:48:36.852155+00:00", "local_images": [{"id": "2e7e23ee-db6b-4d86-a779-abd90d500482", "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": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0ac73990-3bd5-424a-8128-0825821c0c4f", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "X64-15GB", "C2L", "C2M", "X64-30GB", "X64-120GB", "X64-60GB"]}, {"id": "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "9096ef85-6520-4b8e-9303-77fd51ec3c5a", "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", "STARDUST1-S"]}, {"id": "6c694560-503e-4463-8cc8-4b5ae11b0fca", "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": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "X64-15GB", "C2L", "C2M", "X64-30GB", "X64-120GB", "X64-60GB"]}, {"id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "eb803e1e-36ff-4fec-9a68-20da4cb95c0d", "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", "STARDUST1-S"]}], "creation_date": "2021-03-30T11:48:36.906051+00:00", "modification_date": "2021-03-30T11:48:36.906051+00:00"}], "categories": ["distribution"], "current_public_version": "a1478726-083c-4d31-815d-255e07123155", "creation_date": "2017-06-26T15:37:13.460764+00:00", "modification_date": "2021-04-01T07:10:04.448317+00:00", "valid_until": null}, {"id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", "name": "Debian Jessie", "label": "debian_jessie", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "description": "Debian is a free, powerful and stable operating system.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "d3846a7b-8219-4938-ad96-cc2173e22481", "name": "2018-04-10T22:31:04.321157", "local_images": [{"id": "2dfad6d2-e527-4e93-8eb1-8dc57803b310", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "610f68d5-cbad-4923-98ae-782af8f3b527", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "dc22e553-2d2e-4689-94f8-8817db824202", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "2e570f53-199e-47cc-95dd-f7bc392496e3", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "abf9e3a2-7171-4764-91ef-57f30b21193d", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "69cbdd54-88a1-4458-b75e-662a0848a7ce", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "e1dd422e-44eb-451c-b60c-7330ff421bfb", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1aa604d6-2ec2-4774-91a2-56309dacde47", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-10T22:31:04.322822+00:00", "modification_date": "2018-04-10T22:31:04.322822+00:00"}], "categories": ["distribution"], "current_public_version": "d3846a7b-8219-4938-ad96-cc2173e22481", "creation_date": "2016-03-05T14:52:36.322319+00:00", "modification_date": "2019-03-26T14:00:50.449502+00:00", "valid_until": null}, {"id": "1d47b370-ac63-43b1-9f34-7328675e5e18", "name": "CentOS 7.6", "label": "centos_7.6", "logo": "https://marketplace-logos.s3.nl-ams.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": "11111111-1111-4111-8111-111111111111", "name": "OCS"}, "versions": [{"id": "53138072-3099-4566-8b18-de7b2739696a", "name": "2019-03-18T09:29:00.168590", "local_images": [{"id": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "VC1M", "C2L", "C2M", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "0f44b130-2bc7-4f82-993e-de9d1042c56e", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "10aae8d8-0073-44f9-ac19-a171ac40bc78", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "775a2a9f-551a-4309-838f-64ed7438c263", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2019-03-18T09:29:00.247544+00:00", "modification_date": "2019-03-18T09:29:00.247544+00:00"}], "categories": ["distribution"], "current_public_version": "53138072-3099-4566-8b18-de7b2739696a", "creation_date": "2019-03-06T11:27:48.406290+00:00", "modification_date": "2019-03-26T14:00:50.839069+00:00", "valid_until": null}, {"id": "98fc244a-ed4c-4523-bd17-b9c4070b8e7e", "name": "CentOS 7.4", "label": "centos_7.4", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "31be34e5-074d-4c63-8c77-454459f77c3f", "name": "2018-04-20T13:55:06.817954", "local_images": [{"id": "ec8b431e-ad39-4523-8b94-f3fa7f3cbd06", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "7220ac63-bac8-484b-9d44-93e3bd01f5a6", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "9d3bb257-9bb3-4f7e-ab75-cbdae33d41a4", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a2d1bdb1-a1e1-4e39-9ffa-d0da7de02f38", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-20T13:55:06.824033+00:00", "modification_date": "2018-04-20T13:55:06.824033+00:00"}], "categories": ["distribution"], "current_public_version": "31be34e5-074d-4c63-8c77-454459f77c3f", "creation_date": "2018-04-19T10:12:28.968536+00:00", "modification_date": "2019-03-26T14:00:53.445597+00:00", "valid_until": null}, {"id": "69adec15-f1a7-469a-9ba5-868577832521", "name": "Fedora 29", "label": "fedora_29", "logo": "https://marketplace-logos.s3.nl-ams.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": "11111111-1111-4111-8111-111111111111", "name": "OCS"}, "versions": [{"id": "a0f02365-f1af-48cb-b82d-75853a4e05e1", "name": "2019-03-06T09:08:01.016040", "local_images": [{"id": "541f4562-5417-4b59-85d6-caaf64c1f127", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "3c0f706e-0947-47a3-88a3-595c29f7567a", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1c7efe35-332e-4fde-b8d6-30606b81a8e7", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "90c83cdc-8560-4543-9033-1e63e3474e12", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-06T09:08:01.112958+00:00", "modification_date": "2019-03-06T09:08:01.112958+00:00"}], "categories": ["distribution"], "current_public_version": "a0f02365-f1af-48cb-b82d-75853a4e05e1", "creation_date": "2019-03-06T09:07:51.652433+00:00", "modification_date": "2019-03-26T14:00:51.848785+00:00", "valid_until": null}, {"id": "30d0f04f-6422-4b74-9ce9-1c2267419978", "name": "Fedora 28", "label": "fedora_28", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "49e33199-28cc-44d6-bb2e-a6147944ad5c", "name": "2018-05-03T12:01:10.135200", "local_images": [{"id": "830aad94-24e5-4363-b2c3-e62921bd9294", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "c9cd1782-2159-44b8-83b1-9c48ed6c8a63", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "27c84474-0af7-473f-9295-b5b85be5e429", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "5c7b710b-ff79-4e56-81d3-6bf31a946ad0", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-05-03T12:01:10.147973+00:00", "modification_date": "2018-05-03T12:01:10.147973+00:00"}], "categories": ["distribution"], "current_public_version": "49e33199-28cc-44d6-bb2e-a6147944ad5c", "creation_date": "2018-05-03T09:51:57.274011+00:00", "modification_date": "2019-03-26T14:00:50.156015+00:00", "valid_until": null}, {"id": "4bff4f37-3ef9-457e-9e8d-4a786cb2a5f2", "name": "Fedora 27", "label": "fedora_27", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "name": "2018-09-06T10:51:13.011044", "local_images": [{"id": "097a100e-fd2f-4918-8a5b-d86de5a489be", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "73f0bcd8-a152-4665-ac09-1b105905a475", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "9bef3647-8ccb-43aa-b753-d289851e85bf", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "801b5f02-eb8c-4d77-bce6-5cea21bf9260", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-09-06T10:51:13.009967+00:00", "modification_date": "2018-09-06T10:51:13.009967+00:00"}], "categories": ["distribution"], "current_public_version": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "creation_date": "2018-04-19T10:14:08.648100+00:00", "modification_date": "2019-03-26T14:00:53.140907+00:00", "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": "Arch Linux", "label": "arch_linux", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "f7696517-bc49-448b-9869-f2c84e7c2a96", "name": "2018-04-20T15:59:04.593811", "local_images": [{"id": "f21defd0-9fd9-4fb2-a29a-22844a6be3cd", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "3c904f73-080e-4c6f-8b28-8426cfdcb3c7", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1e23c590-a371-403b-a8db-cfd9a2f74c03", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "6a347714-49ab-44a6-92fb-1f0ba6aa96e9", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": "2018-04-20T15:59:04.594929+00:00"}], "categories": ["distribution"], "current_public_version": "f7696517-bc49-448b-9869-f2c84e7c2a96", "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2019-03-26T14:00:49.327070+00:00", "valid_until": null}, {"id": "c0649a2a-e6bf-4712-9303-8d967153209c", "name": "Alpine Linux", "label": "alpine_linux", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/alpinelinux.png", "description": "Alpine Linux is security-oriented, lightweight Linux distribution based on musl libc and busybox.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "be2293b6-9eba-4497-9659-2cfb927483b5", "name": "2018-04-26T10:18:10.196011", "local_images": [{"id": "24141068-1043-4885-bf2b-8290f617e273", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "241b0bb3-9eed-4a7b-b0fd-71c45452ac95", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "7ba96c78-de91-4116-a075-54284ac58632", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "e9607990-506c-478b-b134-649a3777472b", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-26T10:18:10.201002+00:00", "modification_date": "2018-04-26T10:18:10.201002+00:00"}], "categories": ["distribution"], "current_public_version": "be2293b6-9eba-4497-9659-2cfb927483b5", "creation_date": "2016-03-05T14:49:50.255568+00:00", "modification_date": "2019-03-26T14:00:54.425917+00:00", "valid_until": null}, {"id": "293a2ddf-6e33-4e63-81f0-fbdd90641480", "name": "CentOS 8", "label": "centos_8", "logo": "https://marketplace-logos.s3.nl-ams.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": "ddda3abc-59c1-4385-b551-65e63f7f759e", "name": "2021-03-31T11:10:17.416332+00:00", "local_images": [{"id": "4d93a3c2-771d-446d-a904-c2ac938eace2", "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", "STARDUST1-S"]}, {"id": "f07fc6dd-1219-424b-bd5f-eabc145c1b61", "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": "a79c7b52-a9e0-4474-b6fd-b436c4ad8d0b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "b23e727e-1e01-49e9-ae1d-a29180228ae5", "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": "0caa749a-160f-4361-8007-0d1b5ea265c9", "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", "STARDUST1-S"]}], "creation_date": "2021-03-31T11:10:17.605755+00:00", "modification_date": "2021-03-31T11:10:17.605755+00:00"}], "categories": ["distribution"], "current_public_version": "ddda3abc-59c1-4385-b551-65e63f7f759e", "creation_date": "2020-04-29T11:48:57.810456+00:00", "modification_date": "2021-04-01T07:12:10.660353+00:00", "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": "Debian Buster", "label": "debian_buster", "logo": "https://marketplace-logos.s3.nl-ams.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": "70a28442-1712-4a06-a77c-2f4b712bcc3d", "name": "2021-03-30T11:22:41.282946+00:00", "local_images": [{"id": "ba956003-4988-4c30-91ba-5320ae5d8bac", "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": "61ae99dc-aaef-4a32-b2f4-07f1a534aaa4", "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", "STARDUST1-S"]}, {"id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "d178f0f3-da78-4691-8368-2ac175f9940b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "f3a69d77-3faf-4a0d-97c1-1994d96cffa5", "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": "d9c10ab7-1496-4be8-a4d9-9dec4571f61f", "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", "STARDUST1-S"]}], "creation_date": "2021-03-30T11:22:41.337836+00:00", "modification_date": "2021-03-30T11:22:41.337836+00:00"}], "categories": ["distribution"], "current_public_version": "70a28442-1712-4a06-a77c-2f4b712bcc3d", "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2021-04-01T07:08:18.822693+00:00", "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": "Docker", "label": "docker", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "name": "2019-03-07T17:07:39.004809", "local_images": [{"id": "89c80d27-ddf4-4ffa-8215-b335cce3fd05", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "99e2a9c6-f0b9-42b6-8823-8b0d86ffe9bf", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "45a7e942-1fb0-48c0-bbf6-0acb9af24604", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c669011a-ee16-42b6-b0c3-ecd19e419539", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "dcf35840-c007-4c8b-a48b-227cfd8a347b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "df7298ce-ab95-4384-90d1-76b8fff31f06", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "929c50f5-721c-4672-817c-8704eb4bc1d1", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-07T17:07:39.090644+00:00", "modification_date": "2019-03-07T17:07:39.090644+00:00"}], "categories": ["instantapp"], "current_public_version": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "creation_date": "2016-03-05T15:11:26.847640+00:00", "modification_date": "2019-03-26T14:00:49.524465+00:00", "valid_until": null}, {"id": "e549e5b4-33eb-4c97-950a-8baf107f895f", "name": "Fedora 32", "label": "fedora_32", "logo": "https://marketplace-logos.s3.nl-ams.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": "75ba84da-ee4f-44ca-9fac-49ac43e8a0d2", "name": "2021-03-31T14:22:08.724842+00:00", "local_images": [{"id": "19717715-2e56-41d4-9795-bf3d0d509d5a", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "5a987969-ab7b-4e03-909f-3aed546cee06", "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": "616bcd6c-b87e-4eb7-824c-ade385459a5a", "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", "STARDUST1-S"]}, {"id": "ffd5ed07-3ed8-46cb-9b78-b267b7848cbf", "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": "dd8bf78f-59c8-452a-b41e-0f43d25d6220", "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", "STARDUST1-S"]}], "creation_date": "2021-03-31T14:22:08.799093+00:00", "modification_date": "2021-03-31T14:22:08.799093+00:00"}], "categories": ["distribution"], "current_public_version": "75ba84da-ee4f-44ca-9fac-49ac43e8a0d2", "creation_date": "2020-05-19T08:21:31.875735+00:00", "modification_date": "2021-04-01T07:14:57.371602+00:00", "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": "GitLab", "label": "gitlab", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "name": "2019-04-09T13:31:03.352588", "local_images": [{"id": "06a2a6e9-922d-4353-9472-bbb1f79fda63", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "3e71b78e-dd20-48ae-8d6e-f594cb255af5", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "4527e41c-0e90-43a8-857e-d9584bf8467f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1cd308b9-5988-4b04-80a1-389f5f63738b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": "2019-04-09T13:31:03.648676+00:00"}], "categories": ["instantapp"], "current_public_version": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "creation_date": "2016-03-07T21:06:22.770864+00:00", "modification_date": "2019-04-09T13:31:04.022755+00:00", "valid_until": null}, {"id": "90d512b8-e4b7-4821-98e9-78241d73a7e6", "name": "Gogs", "label": "gogs", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gogs.png", "description": "A painless self-hosted Git service.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", "name": "2018-05-16T15:11:25.303762", "local_images": [{"id": "776705c4-be8e-4a27-b740-2e8bbba518c5", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a513a250-e6e9-4687-892e-9d10b29e3972", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "d1341ece-ffda-4386-ad3a-27d60b650401", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "69b8bc0e-7771-42af-a4ad-ca756c31a18a", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2018-05-16T15:11:25.881343+00:00", "modification_date": "2018-05-16T15:11:25.881343+00:00"}], "categories": ["instantapp"], "current_public_version": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", "creation_date": "2016-03-07T21:00:44.946716+00:00", "modification_date": "2019-03-26T14:00:54.513196+00:00", "valid_until": null}, {"id": "6c8d25c0-cb6f-4220-98aa-830b7e479ba5", "name": "Golang", "label": "golang", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/golang.png", "description": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.A dynamic, open source programming language with a focus on simplicity and productivity.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "name": "2018-04-18T08:00:48.129246", "local_images": [{"id": "43213956-c7a3-44b8-9d96-d51fa7457969", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5ffb52aa-ea55-4596-9d0f-e403701b6624", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "bef7a6af-1bab-490a-a6cb-6a07c1b9ac7b", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f0b7d9b8-aa31-45b4-9f7e-a68aa164ce6f", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "76ca1eb7-f68f-4770-a7a1-ab7665ae3297", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}], "creation_date": "2018-04-18T08:00:48.175340+00:00", "modification_date": "2018-04-18T08:00:48.175340+00:00"}], "categories": ["instantapp"], "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "creation_date": "2016-03-08T07:01:11.482482+00:00", "modification_date": "2019-03-26T14:00:52.861225+00:00", "valid_until": null}, {"id": "d72d1b73-7460-446b-91fb-b451d079aa4d", "name": "Java", "label": "java", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "description": "Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "name": "2018-04-18T10:11:18.477156", "local_images": [{"id": "c50cb4b2-bf7b-47e2-ab5f-3a9d3d4c1aef", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "98c93894-26a8-463b-a72b-c9d2b531b95d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "43c43b5e-1e4f-4905-baef-71df3c565b4d", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "0c3f9f03-f490-444b-a05e-f342e917fed0", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5e07622b-ad8b-4f65-b55f-cca18c3c0bbf", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}], "creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": "2018-04-18T10:11:18.535736+00:00"}], "categories": ["instantapp"], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "creation_date": "2016-03-07T21:07:46.908969+00:00", "modification_date": "2019-03-26T14:00:49.430836+00:00", "valid_until": null}, {"id": "986ba672-b489-4f66-9e3b-90194ac336d4", "name": "LEMP stack", "label": "lemp_stack", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/lemp.png", "description": "LEMP stack is a version where Apache has been replaced with the more lightweight web server Nginx.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "a2e5ed1a-6f01-4f20-aabd-4115c67df590", "name": "2019-04-09T13:31:10.613803", "local_images": [{"id": "32332006-1420-4260-97c7-c1da586f68cd", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "d16622f6-32c1-4d16-a3ca-38b23d3a25fb", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1bd37d60-4494-485f-9a82-0a211005489c", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "415d3727-0013-419a-abc6-1a688b096730", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "26c3727a-5b77-4b26-89c9-445ea2006f07", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "155ab61a-e069-4acb-bae3-e8217c5c0376", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2019-04-09T13:31:11.315416+00:00", "modification_date": "2019-04-09T13:31:11.315416+00:00"}], "categories": ["instantapp"], "current_public_version": "a2e5ed1a-6f01-4f20-aabd-4115c67df590", "creation_date": "2016-03-07T21:06:53.552980+00:00", "modification_date": "2019-04-09T13:31:12.129567+00:00", "valid_until": null}, {"id": "98ad7ccb-cc7f-4828-9da3-113e9c1bd2db", "name": "Mattermost", "label": "mattermost", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/mattermost.png", "description": "self-hosted Slack-alternative", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "42371bf7-c1ca-4889-a6d4-43febda865ca", "name": "2018-05-03T10:27:55.021511", "local_images": [{"id": "486e128c-fde7-42d7-9200-5d91b8dc2761", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "eb2ed407-177c-4195-a4ca-f3baa85e62ed", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}], "creation_date": "2018-05-03T10:27:55.610920+00:00", "modification_date": "2018-05-03T10:27:55.610920+00:00"}], "categories": ["instantapp"], "current_public_version": "42371bf7-c1ca-4889-a6d4-43febda865ca", "creation_date": "2016-07-11T14:52:57.803007+00:00", "modification_date": "2019-03-26T14:00:51.938920+00:00", "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": "NextCloud", "label": "nextcloud", "logo": "https://marketplace-logos.s3.nl-ams.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": "2fe66cc6-8985-4b5f-8325-83acc0589436", "name": "2019-04-16T12:25:37.374676", "local_images": [{"id": "e9af0a24-4312-4305-9386-b3a79e02f92d", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "c38073cf-ee40-4dc2-8059-ec2845f38f46", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "b9e319f5-ac4c-400d-8ff6-a6a769755190", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "0390c3e0-186d-4b24-8d0d-0e08b74fb59a", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "900971a4-3a3e-4ef9-b92f-b33c366c9f5c", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "7b7d4dde-6fe1-4586-a5a5-ae1af2ca2605", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": "2019-04-16T12:25:38.052537+00:00"}], "categories": ["instantapp"], "current_public_version": "2fe66cc6-8985-4b5f-8325-83acc0589436", "creation_date": "2019-04-16T12:22:56.930842+00:00", "modification_date": "2019-04-16T12:25:38.758921+00:00", "valid_until": null}, {"id": "d11d7cc2-6ec8-4f95-a286-24fb5bac9e39", "name": "Node.js", "label": "node.js", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nodejs.png", "description": "Node.js is an open source, cross-platform runtime environment for server-side and networking applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "af308511-bcb3-4583-b0e0-79dbb1eea63e", "name": "2018-04-18T10:07:15.691016", "local_images": [{"id": "a8020f20-8a66-43f3-8253-35941db3d237", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "3cc79cc6-4649-46d9-a2b6-698f1236e1d0", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "c9fb2bed-a9b8-4e1a-bf15-db8e763fe7a7", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "f01db1d0-092a-47de-a32e-09bd6bda7715", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "6f2e99e8-da99-4990-b689-7294e8a604fa", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "03980aee-14cd-44f1-be3c-508c8b8a19e6", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}], "creation_date": "2018-04-18T10:07:15.744660+00:00", "modification_date": "2018-04-18T10:07:15.744660+00:00"}], "categories": ["instantapp"], "current_public_version": "af308511-bcb3-4583-b0e0-79dbb1eea63e", "creation_date": "2016-03-07T21:06:07.014951+00:00", "modification_date": "2019-03-26T14:00:51.148549+00:00", "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": "OpenVPN", "label": "openvpn", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "d812e374-1169-4c91-aa90-c72acceeecb2", "name": "2019-03-25T13:06:01.961936", "local_images": [{"id": "b15ddb1a-0611-412e-881a-3aed1b36392b", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "02906ae8-bf44-4dd0-bd05-6312dd9fa234", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "3aa3622c-45d4-4388-9618-cce6974c71a0", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "cb4f1087-8edc-4a03-a718-e646cc21a14f", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a5430536-2a51-425d-8613-ef84dae91e27", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "51573d2d-301f-4d24-b0d6-f151728c82f5", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "DEV1-S"]}, {"id": "cac79531-98d5-48fa-aba1-8250214b88a3", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "4f15411a-ced3-456b-858c-a9fbfd22d37b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-25T13:06:02.622633+00:00", "modification_date": "2019-03-25T13:06:02.622633+00:00"}], "categories": ["instantapp"], "current_public_version": "d812e374-1169-4c91-aa90-c72acceeecb2", "creation_date": "2016-03-07T21:04:57.667667+00:00", "modification_date": "2019-03-26T14:00:52.955853+00:00", "valid_until": null}, {"id": "e22a5d54-ecb5-4fdd-a130-a473737ff7ab", "name": "ownCloud", "label": "owncloud", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/owncloud.png", "description": "ownCloud lets you sync & share your files, calendar, contacts and more. Access your data from all your devices, on an open platform you can extend and modify.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "c9c02a9c-e072-48af-aefd-bf6be9028022", "name": "2018-04-18T10:09:38.952503", "local_images": [{"id": "a5fb716a-1c60-4740-a179-98ce315ca3d7", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "2fdbbbb4-3b63-403b-9604-27713971efd6", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "4208a611-a789-40ea-ac0e-fb3001ee39a9", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "93de8eae-535f-47bd-88fa-84af7b5eaf76", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "7ad0b56b-1128-418d-9a5c-c006375e63ff", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1dc04f4a-6d85-4f21-b6e8-0de9ea3efabf", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-18T10:09:39.010195+00:00", "modification_date": "2018-04-18T10:09:39.010195+00:00"}], "categories": ["instantapp"], "current_public_version": "c9c02a9c-e072-48af-aefd-bf6be9028022", "creation_date": "2016-03-07T21:05:14.365925+00:00", "modification_date": "2019-03-26T14:00:52.457272+00:00", "valid_until": null}, {"id": "58a551e0-1b8b-4c83-82e7-1b4602ad43d1", "name": "PrestaShop", "label": "prestashop", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/prestashop.png", "description": "PrestaShop is a free, open source e-commerce solution.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "name": "2018-05-16T14:57:15.505378", "local_images": [{"id": "4d07fcfa-ccda-4945-81aa-8de2206b39c0", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "73db574d-d5a0-49d5-b6ca-dd662895fac3", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c97dc20f-8066-4d56-aabf-2b75162c0f9f", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "c78c3206-eb2b-4217-ad7c-0aca98dec145", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "7f91941c-f06a-4103-91a4-793f03b11fda", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2018-05-16T14:57:16.059809+00:00", "modification_date": "2018-05-16T14:57:16.059809+00:00"}], "categories": ["instantapp"], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "creation_date": "2016-03-07T21:01:47.997930+00:00", "modification_date": "2019-03-26T14:00:50.067950+00:00", "valid_until": null}, {"id": "5c0f7971-c308-442e-82ab-2eb147439bd7", "name": "Python", "label": "python", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/python.png", "description": "The intended audience of this InstantApp is Python developers who want to bootstrap or test a Python application easily, in seconds.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "2642a982-e61d-4a58-8105-8838a69a85e3", "name": "2018-04-17T16:43:36.031203", "local_images": [{"id": "70b9c9cf-c2d9-4a80-b450-a7aef8226d96", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5218fa4e-8239-4831-ac2a-c96e23f387a2", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "f205e2a6-621a-4534-a5d1-36f6cf1f8376", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "d8416c83-8713-4622-b5aa-87388d6060c7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1fc8dc9e-56ef-4e1f-a7b3-3daaef994b9c", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-17T16:43:36.089412+00:00", "modification_date": "2018-04-17T16:43:36.089412+00:00"}], "categories": ["instantapp"], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", "creation_date": "2016-03-07T21:05:46.642023+00:00", "modification_date": "2019-03-26T14:00:49.970905+00:00", "valid_until": null}, {"id": "42866fbe-9168-4f77-8271-09beb6049a07", "name": "Ruby", "label": "ruby", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", "description": "A dynamic, open source programming language with a focus on simplicity and productivity.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "5b8c935b-5047-43fd-a423-045dae3e0d78", "name": "2018-04-18T10:21:49.057120", "local_images": [{"id": "09c71ada-00c6-43de-ad44-c77c5b857a05", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "24f2e8ee-80f1-4a8d-83c4-74ed8cd80ed0", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "e2479a13-414b-4a0c-ba50-d01e67ee8600", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "8e3f0420-850e-4711-95df-3c1c11ee6854", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a6ed60a0-c967-4ef5-9432-5173f8c075a6", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-18T10:21:49.119857+00:00", "modification_date": "2018-04-18T10:21:49.119857+00:00"}], "categories": ["instantapp"], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", "creation_date": "2016-03-07T22:15:25.347873+00:00", "modification_date": "2019-03-26T14:00:54.119256+00:00", "valid_until": null}, {"id": "4e18f1fc-0b66-4692-a38d-bfa4c94f29de", "name": "Torrents", "label": "torrents", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", "description": "The torrents InstantApp spawns a private server to upload and download your digital files.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "name": "2019-03-25T13:04:01.408435", "local_images": [{"id": "41d0db97-4822-4642-96ec-6f3fbcfc167c", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "3fbe5f72-81da-4a0a-91ef-36ab68fc801e", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "1aed7396-79dc-431d-af03-d3dde35d195f", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "DEV1-S"]}, {"id": "398875b6-de43-4946-976f-ba5189954912", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "a3160162-3d72-4632-8e42-4849a1280743", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f5d116e3-2b58-44cf-a83a-cd0682135473", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-25T13:04:02.099902+00:00", "modification_date": "2019-03-25T13:04:02.099902+00:00"}], "categories": ["instantapp"], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "creation_date": "2016-03-07T21:08:02.980958+00:00", "modification_date": "2019-03-26T14:00:51.427329+00:00", "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://marketplace-logos.s3.nl-ams.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": "449bdf2d-9c08-4db6-9c17-156d6cb083bc", "name": "2021-03-25T11:49:34.134953+00:00", "local_images": [{"id": "9ca69019-edd2-4adf-bc0a-bd259ff8dc55", "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": "7af873db-4999-4147-a176-59f6f22833fd", "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": "a3ea99d3-c2fe-4189-acd3-219d9057eadd", "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", "STARDUST1-S"]}, {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "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", "STARDUST1-S"]}], "creation_date": "2021-03-25T11:49:34.183695+00:00", "modification_date": "2021-03-25T11:49:34.183695+00:00"}], "categories": ["distribution"], "current_public_version": "449bdf2d-9c08-4db6-9c17-156d6cb083bc", "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2021-03-25T12:12:21.986402+00:00", "valid_until": null}, {"id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "name": "Ubuntu Bionic ML 10.1", "label": "ubuntu_bionic_ml_10.1", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "description": "Ubuntu Bionic for Machine Learning 10.1", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "38be59ec-1291-4696-83a9-f46a2eb2ce70", "name": "2021-01-27T16:04:54.780008", "local_images": [{"id": "cefd1206-67ce-4321-ad7e-090272fbf4e6", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}, {"id": "329dfbda-aa29-438f-bba0-2a1eff865d65", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}], "creation_date": "2021-01-27T16:04:55.121317+00:00", "modification_date": "2021-01-27T16:04:55.121317+00:00"}], "categories": ["Machine Learning"], "current_public_version": "38be59ec-1291-4696-83a9-f46a2eb2ce70", "creation_date": "2019-03-06T17:24:56.871317+00:00", "modification_date": "2021-01-27T16:07:53.196132+00:00", "valid_until": null}, {"id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", "name": "Ubuntu Bionic ML 9.2", "label": "ubuntu_bionic_ml_9.2", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "description": "Ubuntu Bionic for Machine Learning 9.2", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "5e867d97-93eb-4420-80ee-14e8348d5ad6", "name": "2021-01-27T15:43:05.903480", "local_images": [{"id": "eea5b9d6-0b1f-4411-b369-75a5d4372ca7", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}, {"id": "04495e24-7295-4533-b817-344c36553305", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}], "creation_date": "2021-01-27T15:43:06.292055+00:00", "modification_date": "2021-01-27T15:43:06.292055+00:00"}], "categories": ["Machine Learning"], "current_public_version": "5e867d97-93eb-4420-80ee-14e8348d5ad6", "creation_date": "2019-03-06T17:24:29.909001+00:00", "modification_date": "2021-01-27T15:52:02.617863+00:00", "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": "WordPress", "label": "wordpress", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "name": "2019-03-08T08:58:28.893091", "local_images": [{"id": "8523fb41-500a-4f21-998b-890908da6119", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5645133b-67a3-4644-9941-16f7e2b428ea", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "757fac76-5265-46f8-8a1f-00c0fb270010", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0bfbc358-88f6-45b8-ba9d-d47c96a18fa7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "7a892c1a-bbdc-491f-9974-4008e3708664", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "726334eb-0733-4b6a-becd-769ff9bfe16d", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "ad1f7900-e843-4745-846f-9b1ec1230557", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": "2019-03-08T08:58:28.971149+00:00"}], "categories": ["instantapp"], "current_public_version": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "creation_date": "2016-03-07T21:03:59.783534+00:00", "modification_date": "2019-03-26T14:00:50.250657+00:00", "valid_until": null}]}' + body: '{"images": [{"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://marketplace-logos.s3.nl-ams.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": "46b87e8b-e9b5-417f-a185-3d0fac2531bc", "name": "2021-03-30T08:50:27.029754+00:00", "local_images": [{"id": "5e84372e-6abe-4df5-834d-b12af4b24af8", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "a7306ef9-5e1b-464d-a409-a44026d91a9e", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "7663c62b-40e3-4e6b-a835-70723ec2050b", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "5dd154af-ddad-496f-b631-388f0a787df1", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "c7646cb3-9100-4041-aefd-07e9639c6d9e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "f63fe42a-900f-4a5e-ba99-ab0e59469b7e", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "28c59566-b53c-45dc-844d-43029388152d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "bbe8ed3d-c693-4437-b2dd-5d5968655f94", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "60eb89c7-1c29-4a94-a954-dddb81fc1a55", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}], "creation_date": "2021-03-30T08:50:27.247448+00:00", "modification_date": "2021-03-30T08:50:27.247448+00:00"}], "categories": ["distribution"], "current_public_version": "46b87e8b-e9b5-417f-a185-3d0fac2531bc", "creation_date": "2018-04-27T14:07:25.221998+00:00", "modification_date": "2021-04-01T07:04:52.514102+00:00", "valid_until": null}, {"id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "name": "Ubuntu Xenial", "label": "ubuntu_xenial", "logo": "https://marketplace-logos.s3.nl-ams.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": "f71f0db2-513e-4e32-8b85-85c153b67b39", "name": "2021-03-30T09:22:06.072470+00:00", "local_images": [{"id": "245e5cea-a9b4-4a36-9055-27185afe8690", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "f1b14363-cea2-4b85-84c7-602d24474b99", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "75ace7bb-699b-4cea-813c-633c31de3e9e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "605ceb9b-0d67-4565-b324-6dfff7c1307e", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "7d04dd2a-6cee-4aec-be9e-f87154009112", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "16ca98f1-89f1-4315-a7fd-a711ac3bcb83", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}], "creation_date": "2021-03-30T09:22:06.123537+00:00", "modification_date": "2021-03-30T09:22:06.123537+00:00"}], "categories": ["distribution"], "current_public_version": "f71f0db2-513e-4e32-8b85-85c153b67b39", "creation_date": "2016-04-22T13:27:33.769932+00:00", "modification_date": "2021-04-01T07:06:41.643152+00:00", "valid_until": null}, {"id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", "name": "Debian Stretch", "label": "debian_stretch", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "description": "Debian is a free, powerful and stable operating system.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "a1478726-083c-4d31-815d-255e07123155", "name": "2021-03-30T11:48:36.852155+00:00", "local_images": [{"id": "2e7e23ee-db6b-4d86-a779-abd90d500482", "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": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0ac73990-3bd5-424a-8128-0825821c0c4f", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "X64-15GB", "C2L", "C2M", "X64-30GB", "X64-120GB", "X64-60GB"]}, {"id": "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "9096ef85-6520-4b8e-9303-77fd51ec3c5a", "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", "STARDUST1-S"]}, {"id": "6c694560-503e-4463-8cc8-4b5ae11b0fca", "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": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "X64-15GB", "C2L", "C2M", "X64-30GB", "X64-120GB", "X64-60GB"]}, {"id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "eb803e1e-36ff-4fec-9a68-20da4cb95c0d", "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", "STARDUST1-S"]}], "creation_date": "2021-03-30T11:48:36.906051+00:00", "modification_date": "2021-03-30T11:48:36.906051+00:00"}], "categories": ["distribution"], "current_public_version": "a1478726-083c-4d31-815d-255e07123155", "creation_date": "2017-06-26T15:37:13.460764+00:00", "modification_date": "2021-04-01T07:10:04.448317+00:00", "valid_until": null}, {"id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", "name": "Debian Jessie", "label": "debian_jessie", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "description": "Debian is a free, powerful and stable operating system.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "d3846a7b-8219-4938-ad96-cc2173e22481", "name": "2018-04-10T22:31:04.321157", "local_images": [{"id": "2dfad6d2-e527-4e93-8eb1-8dc57803b310", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "610f68d5-cbad-4923-98ae-782af8f3b527", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "dc22e553-2d2e-4689-94f8-8817db824202", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "2e570f53-199e-47cc-95dd-f7bc392496e3", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "abf9e3a2-7171-4764-91ef-57f30b21193d", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "69cbdd54-88a1-4458-b75e-662a0848a7ce", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "e1dd422e-44eb-451c-b60c-7330ff421bfb", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1aa604d6-2ec2-4774-91a2-56309dacde47", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-10T22:31:04.322822+00:00", "modification_date": "2018-04-10T22:31:04.322822+00:00"}], "categories": ["distribution"], "current_public_version": "d3846a7b-8219-4938-ad96-cc2173e22481", "creation_date": "2016-03-05T14:52:36.322319+00:00", "modification_date": "2019-03-26T14:00:50.449502+00:00", "valid_until": null}, {"id": "1d47b370-ac63-43b1-9f34-7328675e5e18", "name": "CentOS 7.6", "label": "centos_7.6", "logo": "https://marketplace-logos.s3.nl-ams.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": "11111111-1111-4111-8111-111111111111", "name": "OCS"}, "versions": [{"id": "53138072-3099-4566-8b18-de7b2739696a", "name": "2019-03-18T09:29:00.168590", "local_images": [{"id": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "VC1M", "C2L", "C2M", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "0f44b130-2bc7-4f82-993e-de9d1042c56e", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "10aae8d8-0073-44f9-ac19-a171ac40bc78", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "775a2a9f-551a-4309-838f-64ed7438c263", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2019-03-18T09:29:00.247544+00:00", "modification_date": "2019-03-18T09:29:00.247544+00:00"}], "categories": ["distribution"], "current_public_version": "53138072-3099-4566-8b18-de7b2739696a", "creation_date": "2019-03-06T11:27:48.406290+00:00", "modification_date": "2019-03-26T14:00:50.839069+00:00", "valid_until": null}, {"id": "98fc244a-ed4c-4523-bd17-b9c4070b8e7e", "name": "CentOS 7.4", "label": "centos_7.4", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "31be34e5-074d-4c63-8c77-454459f77c3f", "name": "2018-04-20T13:55:06.817954", "local_images": [{"id": "ec8b431e-ad39-4523-8b94-f3fa7f3cbd06", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "7220ac63-bac8-484b-9d44-93e3bd01f5a6", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "9d3bb257-9bb3-4f7e-ab75-cbdae33d41a4", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a2d1bdb1-a1e1-4e39-9ffa-d0da7de02f38", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-20T13:55:06.824033+00:00", "modification_date": "2018-04-20T13:55:06.824033+00:00"}], "categories": ["distribution"], "current_public_version": "31be34e5-074d-4c63-8c77-454459f77c3f", "creation_date": "2018-04-19T10:12:28.968536+00:00", "modification_date": "2019-03-26T14:00:53.445597+00:00", "valid_until": null}, {"id": "69adec15-f1a7-469a-9ba5-868577832521", "name": "Fedora 29", "label": "fedora_29", "logo": "https://marketplace-logos.s3.nl-ams.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": "11111111-1111-4111-8111-111111111111", "name": "OCS"}, "versions": [{"id": "a0f02365-f1af-48cb-b82d-75853a4e05e1", "name": "2019-03-06T09:08:01.016040", "local_images": [{"id": "541f4562-5417-4b59-85d6-caaf64c1f127", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "3c0f706e-0947-47a3-88a3-595c29f7567a", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1c7efe35-332e-4fde-b8d6-30606b81a8e7", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "90c83cdc-8560-4543-9033-1e63e3474e12", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-06T09:08:01.112958+00:00", "modification_date": "2019-03-06T09:08:01.112958+00:00"}], "categories": ["distribution"], "current_public_version": "a0f02365-f1af-48cb-b82d-75853a4e05e1", "creation_date": "2019-03-06T09:07:51.652433+00:00", "modification_date": "2019-03-26T14:00:51.848785+00:00", "valid_until": null}, {"id": "30d0f04f-6422-4b74-9ce9-1c2267419978", "name": "Fedora 28", "label": "fedora_28", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "49e33199-28cc-44d6-bb2e-a6147944ad5c", "name": "2018-05-03T12:01:10.135200", "local_images": [{"id": "830aad94-24e5-4363-b2c3-e62921bd9294", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "c9cd1782-2159-44b8-83b1-9c48ed6c8a63", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "27c84474-0af7-473f-9295-b5b85be5e429", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "5c7b710b-ff79-4e56-81d3-6bf31a946ad0", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-05-03T12:01:10.147973+00:00", "modification_date": "2018-05-03T12:01:10.147973+00:00"}], "categories": ["distribution"], "current_public_version": "49e33199-28cc-44d6-bb2e-a6147944ad5c", "creation_date": "2018-05-03T09:51:57.274011+00:00", "modification_date": "2019-03-26T14:00:50.156015+00:00", "valid_until": null}, {"id": "4bff4f37-3ef9-457e-9e8d-4a786cb2a5f2", "name": "Fedora 27", "label": "fedora_27", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "name": "2018-09-06T10:51:13.011044", "local_images": [{"id": "097a100e-fd2f-4918-8a5b-d86de5a489be", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "73f0bcd8-a152-4665-ac09-1b105905a475", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "9bef3647-8ccb-43aa-b753-d289851e85bf", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "801b5f02-eb8c-4d77-bce6-5cea21bf9260", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-09-06T10:51:13.009967+00:00", "modification_date": "2018-09-06T10:51:13.009967+00:00"}], "categories": ["distribution"], "current_public_version": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "creation_date": "2018-04-19T10:14:08.648100+00:00", "modification_date": "2019-03-26T14:00:53.140907+00:00", "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": "Arch Linux", "label": "arch_linux", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "f7696517-bc49-448b-9869-f2c84e7c2a96", "name": "2018-04-20T15:59:04.593811", "local_images": [{"id": "f21defd0-9fd9-4fb2-a29a-22844a6be3cd", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "3c904f73-080e-4c6f-8b28-8426cfdcb3c7", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1e23c590-a371-403b-a8db-cfd9a2f74c03", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "6a347714-49ab-44a6-92fb-1f0ba6aa96e9", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": "2018-04-20T15:59:04.594929+00:00"}], "categories": ["distribution"], "current_public_version": "f7696517-bc49-448b-9869-f2c84e7c2a96", "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2019-03-26T14:00:49.327070+00:00", "valid_until": null}, {"id": "c0649a2a-e6bf-4712-9303-8d967153209c", "name": "Alpine Linux", "label": "alpine_linux", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/alpinelinux.png", "description": "Alpine Linux is security-oriented, lightweight Linux distribution based on musl libc and busybox.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "be2293b6-9eba-4497-9659-2cfb927483b5", "name": "2018-04-26T10:18:10.196011", "local_images": [{"id": "24141068-1043-4885-bf2b-8290f617e273", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "241b0bb3-9eed-4a7b-b0fd-71c45452ac95", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "GP1-XS", "DEV1-M", "DEV1-L", "DEV1-S", "GP1-XL", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S"]}, {"id": "7ba96c78-de91-4116-a075-54284ac58632", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "e9607990-506c-478b-b134-649a3777472b", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-26T10:18:10.201002+00:00", "modification_date": "2018-04-26T10:18:10.201002+00:00"}], "categories": ["distribution"], "current_public_version": "be2293b6-9eba-4497-9659-2cfb927483b5", "creation_date": "2016-03-05T14:49:50.255568+00:00", "modification_date": "2019-03-26T14:00:54.425917+00:00", "valid_until": null}, {"id": "293a2ddf-6e33-4e63-81f0-fbdd90641480", "name": "CentOS 8", "label": "centos_8", "logo": "https://marketplace-logos.s3.nl-ams.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": "ddda3abc-59c1-4385-b551-65e63f7f759e", "name": "2021-03-31T11:10:17.416332+00:00", "local_images": [{"id": "4d93a3c2-771d-446d-a904-c2ac938eace2", "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", "STARDUST1-S"]}, {"id": "f07fc6dd-1219-424b-bd5f-eabc145c1b61", "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": "a79c7b52-a9e0-4474-b6fd-b436c4ad8d0b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "b23e727e-1e01-49e9-ae1d-a29180228ae5", "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": "0caa749a-160f-4361-8007-0d1b5ea265c9", "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", "STARDUST1-S"]}], "creation_date": "2021-03-31T11:10:17.605755+00:00", "modification_date": "2021-03-31T11:10:17.605755+00:00"}], "categories": ["distribution"], "current_public_version": "ddda3abc-59c1-4385-b551-65e63f7f759e", "creation_date": "2020-04-29T11:48:57.810456+00:00", "modification_date": "2021-04-01T07:12:10.660353+00:00", "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": "Debian Buster", "label": "debian_buster", "logo": "https://marketplace-logos.s3.nl-ams.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": "70a28442-1712-4a06-a77c-2f4b712bcc3d", "name": "2021-03-30T11:22:41.282946+00:00", "local_images": [{"id": "ba956003-4988-4c30-91ba-5320ae5d8bac", "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": "61ae99dc-aaef-4a32-b2f4-07f1a534aaa4", "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", "STARDUST1-S"]}, {"id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "d178f0f3-da78-4691-8368-2ac175f9940b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "f3a69d77-3faf-4a0d-97c1-1994d96cffa5", "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": "d9c10ab7-1496-4be8-a4d9-9dec4571f61f", "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", "STARDUST1-S"]}], "creation_date": "2021-03-30T11:22:41.337836+00:00", "modification_date": "2021-03-30T11:22:41.337836+00:00"}], "categories": ["distribution"], "current_public_version": "70a28442-1712-4a06-a77c-2f4b712bcc3d", "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2021-04-01T07:08:18.822693+00:00", "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": "Docker", "label": "docker", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "name": "2019-03-07T17:07:39.004809", "local_images": [{"id": "89c80d27-ddf4-4ffa-8215-b335cce3fd05", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "99e2a9c6-f0b9-42b6-8823-8b0d86ffe9bf", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "45a7e942-1fb0-48c0-bbf6-0acb9af24604", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c669011a-ee16-42b6-b0c3-ecd19e419539", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "dcf35840-c007-4c8b-a48b-227cfd8a347b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "df7298ce-ab95-4384-90d1-76b8fff31f06", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "929c50f5-721c-4672-817c-8704eb4bc1d1", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-07T17:07:39.090644+00:00", "modification_date": "2019-03-07T17:07:39.090644+00:00"}], "categories": ["instantapp"], "current_public_version": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "creation_date": "2016-03-05T15:11:26.847640+00:00", "modification_date": "2019-03-26T14:00:49.524465+00:00", "valid_until": null}, {"id": "e549e5b4-33eb-4c97-950a-8baf107f895f", "name": "Fedora 32", "label": "fedora_32", "logo": "https://marketplace-logos.s3.nl-ams.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": "75ba84da-ee4f-44ca-9fac-49ac43e8a0d2", "name": "2021-03-31T14:22:08.724842+00:00", "local_images": [{"id": "19717715-2e56-41d4-9795-bf3d0d509d5a", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "5a987969-ab7b-4e03-909f-3aed546cee06", "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": "616bcd6c-b87e-4eb7-824c-ade385459a5a", "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", "STARDUST1-S"]}, {"id": "ffd5ed07-3ed8-46cb-9b78-b267b7848cbf", "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": "dd8bf78f-59c8-452a-b41e-0f43d25d6220", "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", "STARDUST1-S"]}], "creation_date": "2021-03-31T14:22:08.799093+00:00", "modification_date": "2021-03-31T14:22:08.799093+00:00"}], "categories": ["distribution"], "current_public_version": "75ba84da-ee4f-44ca-9fac-49ac43e8a0d2", "creation_date": "2020-05-19T08:21:31.875735+00:00", "modification_date": "2021-04-01T07:14:57.371602+00:00", "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": "GitLab", "label": "gitlab", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "name": "2019-04-09T13:31:03.352588", "local_images": [{"id": "06a2a6e9-922d-4353-9472-bbb1f79fda63", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "3e71b78e-dd20-48ae-8d6e-f594cb255af5", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "4527e41c-0e90-43a8-857e-d9584bf8467f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1cd308b9-5988-4b04-80a1-389f5f63738b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": "2019-04-09T13:31:03.648676+00:00"}], "categories": ["instantapp"], "current_public_version": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "creation_date": "2016-03-07T21:06:22.770864+00:00", "modification_date": "2019-04-09T13:31:04.022755+00:00", "valid_until": null}, {"id": "90d512b8-e4b7-4821-98e9-78241d73a7e6", "name": "Gogs", "label": "gogs", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gogs.png", "description": "A painless self-hosted Git service.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", "name": "2018-05-16T15:11:25.303762", "local_images": [{"id": "776705c4-be8e-4a27-b740-2e8bbba518c5", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a513a250-e6e9-4687-892e-9d10b29e3972", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "d1341ece-ffda-4386-ad3a-27d60b650401", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "69b8bc0e-7771-42af-a4ad-ca756c31a18a", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2018-05-16T15:11:25.881343+00:00", "modification_date": "2018-05-16T15:11:25.881343+00:00"}], "categories": ["instantapp"], "current_public_version": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", "creation_date": "2016-03-07T21:00:44.946716+00:00", "modification_date": "2019-03-26T14:00:54.513196+00:00", "valid_until": null}, {"id": "6c8d25c0-cb6f-4220-98aa-830b7e479ba5", "name": "Golang", "label": "golang", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/golang.png", "description": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.A dynamic, open source programming language with a focus on simplicity and productivity.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "name": "2018-04-18T08:00:48.129246", "local_images": [{"id": "43213956-c7a3-44b8-9d96-d51fa7457969", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5ffb52aa-ea55-4596-9d0f-e403701b6624", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "bef7a6af-1bab-490a-a6cb-6a07c1b9ac7b", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f0b7d9b8-aa31-45b4-9f7e-a68aa164ce6f", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "76ca1eb7-f68f-4770-a7a1-ab7665ae3297", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}], "creation_date": "2018-04-18T08:00:48.175340+00:00", "modification_date": "2018-04-18T08:00:48.175340+00:00"}], "categories": ["instantapp"], "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "creation_date": "2016-03-08T07:01:11.482482+00:00", "modification_date": "2019-03-26T14:00:52.861225+00:00", "valid_until": null}, {"id": "d72d1b73-7460-446b-91fb-b451d079aa4d", "name": "Java", "label": "java", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "description": "Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "name": "2018-04-18T10:11:18.477156", "local_images": [{"id": "c50cb4b2-bf7b-47e2-ab5f-3a9d3d4c1aef", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "98c93894-26a8-463b-a72b-c9d2b531b95d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "43c43b5e-1e4f-4905-baef-71df3c565b4d", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "0c3f9f03-f490-444b-a05e-f342e917fed0", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5e07622b-ad8b-4f65-b55f-cca18c3c0bbf", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}], "creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": "2018-04-18T10:11:18.535736+00:00"}], "categories": ["instantapp"], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "creation_date": "2016-03-07T21:07:46.908969+00:00", "modification_date": "2019-03-26T14:00:49.430836+00:00", "valid_until": null}, {"id": "986ba672-b489-4f66-9e3b-90194ac336d4", "name": "LEMP stack", "label": "lemp_stack", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/lemp.png", "description": "LEMP stack is a version where Apache has been replaced with the more lightweight web server Nginx.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "a2e5ed1a-6f01-4f20-aabd-4115c67df590", "name": "2019-04-09T13:31:10.613803", "local_images": [{"id": "32332006-1420-4260-97c7-c1da586f68cd", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "d16622f6-32c1-4d16-a3ca-38b23d3a25fb", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1bd37d60-4494-485f-9a82-0a211005489c", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "415d3727-0013-419a-abc6-1a688b096730", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "26c3727a-5b77-4b26-89c9-445ea2006f07", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "155ab61a-e069-4acb-bae3-e8217c5c0376", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2019-04-09T13:31:11.315416+00:00", "modification_date": "2019-04-09T13:31:11.315416+00:00"}], "categories": ["instantapp"], "current_public_version": "a2e5ed1a-6f01-4f20-aabd-4115c67df590", "creation_date": "2016-03-07T21:06:53.552980+00:00", "modification_date": "2019-04-09T13:31:12.129567+00:00", "valid_until": null}, {"id": "98ad7ccb-cc7f-4828-9da3-113e9c1bd2db", "name": "Mattermost", "label": "mattermost", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/mattermost.png", "description": "self-hosted Slack-alternative", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "42371bf7-c1ca-4889-a6d4-43febda865ca", "name": "2018-05-03T10:27:55.021511", "local_images": [{"id": "486e128c-fde7-42d7-9200-5d91b8dc2761", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "eb2ed407-177c-4195-a4ca-f3baa85e62ed", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}], "creation_date": "2018-05-03T10:27:55.610920+00:00", "modification_date": "2018-05-03T10:27:55.610920+00:00"}], "categories": ["instantapp"], "current_public_version": "42371bf7-c1ca-4889-a6d4-43febda865ca", "creation_date": "2016-07-11T14:52:57.803007+00:00", "modification_date": "2019-03-26T14:00:51.938920+00:00", "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": "NextCloud", "label": "nextcloud", "logo": "https://marketplace-logos.s3.nl-ams.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": "2fe66cc6-8985-4b5f-8325-83acc0589436", "name": "2019-04-16T12:25:37.374676", "local_images": [{"id": "e9af0a24-4312-4305-9386-b3a79e02f92d", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "c38073cf-ee40-4dc2-8059-ec2845f38f46", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "b9e319f5-ac4c-400d-8ff6-a6a769755190", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "0390c3e0-186d-4b24-8d0d-0e08b74fb59a", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "900971a4-3a3e-4ef9-b92f-b33c366c9f5c", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "7b7d4dde-6fe1-4586-a5a5-ae1af2ca2605", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": "2019-04-16T12:25:38.052537+00:00"}], "categories": ["instantapp"], "current_public_version": "2fe66cc6-8985-4b5f-8325-83acc0589436", "creation_date": "2019-04-16T12:22:56.930842+00:00", "modification_date": "2019-04-16T12:25:38.758921+00:00", "valid_until": null}, {"id": "d11d7cc2-6ec8-4f95-a286-24fb5bac9e39", "name": "Node.js", "label": "node.js", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nodejs.png", "description": "Node.js is an open source, cross-platform runtime environment for server-side and networking applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "af308511-bcb3-4583-b0e0-79dbb1eea63e", "name": "2018-04-18T10:07:15.691016", "local_images": [{"id": "a8020f20-8a66-43f3-8253-35941db3d237", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "3cc79cc6-4649-46d9-a2b6-698f1236e1d0", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "c9fb2bed-a9b8-4e1a-bf15-db8e763fe7a7", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "f01db1d0-092a-47de-a32e-09bd6bda7715", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "6f2e99e8-da99-4990-b689-7294e8a604fa", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "03980aee-14cd-44f1-be3c-508c8b8a19e6", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}], "creation_date": "2018-04-18T10:07:15.744660+00:00", "modification_date": "2018-04-18T10:07:15.744660+00:00"}], "categories": ["instantapp"], "current_public_version": "af308511-bcb3-4583-b0e0-79dbb1eea63e", "creation_date": "2016-03-07T21:06:07.014951+00:00", "modification_date": "2019-03-26T14:00:51.148549+00:00", "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": "OpenVPN", "label": "openvpn", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "d812e374-1169-4c91-aa90-c72acceeecb2", "name": "2019-03-25T13:06:01.961936", "local_images": [{"id": "b15ddb1a-0611-412e-881a-3aed1b36392b", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "02906ae8-bf44-4dd0-bd05-6312dd9fa234", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "3aa3622c-45d4-4388-9618-cce6974c71a0", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "cb4f1087-8edc-4a03-a718-e646cc21a14f", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a5430536-2a51-425d-8613-ef84dae91e27", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "51573d2d-301f-4d24-b0d6-f151728c82f5", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "DEV1-S"]}, {"id": "cac79531-98d5-48fa-aba1-8250214b88a3", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "4f15411a-ced3-456b-858c-a9fbfd22d37b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-25T13:06:02.622633+00:00", "modification_date": "2019-03-25T13:06:02.622633+00:00"}], "categories": ["instantapp"], "current_public_version": "d812e374-1169-4c91-aa90-c72acceeecb2", "creation_date": "2016-03-07T21:04:57.667667+00:00", "modification_date": "2019-03-26T14:00:52.955853+00:00", "valid_until": null}, {"id": "e22a5d54-ecb5-4fdd-a130-a473737ff7ab", "name": "ownCloud", "label": "owncloud", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/owncloud.png", "description": "ownCloud lets you sync & share your files, calendar, contacts and more. Access your data from all your devices, on an open platform you can extend and modify.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "c9c02a9c-e072-48af-aefd-bf6be9028022", "name": "2018-04-18T10:09:38.952503", "local_images": [{"id": "a5fb716a-1c60-4740-a179-98ce315ca3d7", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "2fdbbbb4-3b63-403b-9604-27713971efd6", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "4208a611-a789-40ea-ac0e-fb3001ee39a9", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "93de8eae-535f-47bd-88fa-84af7b5eaf76", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "7ad0b56b-1128-418d-9a5c-c006375e63ff", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1dc04f4a-6d85-4f21-b6e8-0de9ea3efabf", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-18T10:09:39.010195+00:00", "modification_date": "2018-04-18T10:09:39.010195+00:00"}], "categories": ["instantapp"], "current_public_version": "c9c02a9c-e072-48af-aefd-bf6be9028022", "creation_date": "2016-03-07T21:05:14.365925+00:00", "modification_date": "2019-03-26T14:00:52.457272+00:00", "valid_until": null}, {"id": "58a551e0-1b8b-4c83-82e7-1b4602ad43d1", "name": "PrestaShop", "label": "prestashop", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/prestashop.png", "description": "PrestaShop is a free, open source e-commerce solution.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "name": "2018-05-16T14:57:15.505378", "local_images": [{"id": "4d07fcfa-ccda-4945-81aa-8de2206b39c0", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "73db574d-d5a0-49d5-b6ca-dd662895fac3", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c97dc20f-8066-4d56-aabf-2b75162c0f9f", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "c78c3206-eb2b-4217-ad7c-0aca98dec145", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "7f91941c-f06a-4103-91a4-793f03b11fda", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2018-05-16T14:57:16.059809+00:00", "modification_date": "2018-05-16T14:57:16.059809+00:00"}], "categories": ["instantapp"], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "creation_date": "2016-03-07T21:01:47.997930+00:00", "modification_date": "2019-03-26T14:00:50.067950+00:00", "valid_until": null}, {"id": "5c0f7971-c308-442e-82ab-2eb147439bd7", "name": "Python", "label": "python", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/python.png", "description": "The intended audience of this InstantApp is Python developers who want to bootstrap or test a Python application easily, in seconds.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "2642a982-e61d-4a58-8105-8838a69a85e3", "name": "2018-04-17T16:43:36.031203", "local_images": [{"id": "70b9c9cf-c2d9-4a80-b450-a7aef8226d96", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5218fa4e-8239-4831-ac2a-c96e23f387a2", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "f205e2a6-621a-4534-a5d1-36f6cf1f8376", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "d8416c83-8713-4622-b5aa-87388d6060c7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1fc8dc9e-56ef-4e1f-a7b3-3daaef994b9c", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-17T16:43:36.089412+00:00", "modification_date": "2018-04-17T16:43:36.089412+00:00"}], "categories": ["instantapp"], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", "creation_date": "2016-03-07T21:05:46.642023+00:00", "modification_date": "2019-03-26T14:00:49.970905+00:00", "valid_until": null}, {"id": "42866fbe-9168-4f77-8271-09beb6049a07", "name": "Ruby", "label": "ruby", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", "description": "A dynamic, open source programming language with a focus on simplicity and productivity.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "5b8c935b-5047-43fd-a423-045dae3e0d78", "name": "2018-04-18T10:21:49.057120", "local_images": [{"id": "09c71ada-00c6-43de-ad44-c77c5b857a05", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "24f2e8ee-80f1-4a8d-83c4-74ed8cd80ed0", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "e2479a13-414b-4a0c-ba50-d01e67ee8600", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "8e3f0420-850e-4711-95df-3c1c11ee6854", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a6ed60a0-c967-4ef5-9432-5173f8c075a6", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-18T10:21:49.119857+00:00", "modification_date": "2018-04-18T10:21:49.119857+00:00"}], "categories": ["instantapp"], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", "creation_date": "2016-03-07T22:15:25.347873+00:00", "modification_date": "2019-03-26T14:00:54.119256+00:00", "valid_until": null}, {"id": "4e18f1fc-0b66-4692-a38d-bfa4c94f29de", "name": "Torrents", "label": "torrents", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", "description": "The torrents InstantApp spawns a private server to upload and download your digital files.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "name": "2019-03-25T13:04:01.408435", "local_images": [{"id": "41d0db97-4822-4642-96ec-6f3fbcfc167c", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "3fbe5f72-81da-4a0a-91ef-36ab68fc801e", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "1aed7396-79dc-431d-af03-d3dde35d195f", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "DEV1-S"]}, {"id": "398875b6-de43-4946-976f-ba5189954912", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "a3160162-3d72-4632-8e42-4849a1280743", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f5d116e3-2b58-44cf-a83a-cd0682135473", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-25T13:04:02.099902+00:00", "modification_date": "2019-03-25T13:04:02.099902+00:00"}], "categories": ["instantapp"], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "creation_date": "2016-03-07T21:08:02.980958+00:00", "modification_date": "2019-03-26T14:00:51.427329+00:00", "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://marketplace-logos.s3.nl-ams.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": "449bdf2d-9c08-4db6-9c17-156d6cb083bc", "name": "2021-03-25T11:49:34.134953+00:00", "local_images": [{"id": "58ee4636-3043-4ca3-82c4-5976a071453d", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "9ca69019-edd2-4adf-bc0a-bd259ff8dc55", "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": "7af873db-4999-4147-a176-59f6f22833fd", "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": "a3ea99d3-c2fe-4189-acd3-219d9057eadd", "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", "STARDUST1-S"]}, {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "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", "STARDUST1-S"]}], "creation_date": "2021-03-25T11:49:34.183695+00:00", "modification_date": "2021-03-25T11:49:34.183695+00:00"}], "categories": ["distribution"], "current_public_version": "449bdf2d-9c08-4db6-9c17-156d6cb083bc", "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2021-03-25T12:12:21.986402+00:00", "valid_until": null}, {"id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "name": "Ubuntu Bionic ML 10.1", "label": "ubuntu_bionic_ml_10.1", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "description": "Ubuntu Bionic for Machine Learning 10.1", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "38be59ec-1291-4696-83a9-f46a2eb2ce70", "name": "2021-01-27T16:04:54.780008", "local_images": [{"id": "cefd1206-67ce-4321-ad7e-090272fbf4e6", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}, {"id": "329dfbda-aa29-438f-bba0-2a1eff865d65", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}], "creation_date": "2021-01-27T16:04:55.121317+00:00", "modification_date": "2021-01-27T16:04:55.121317+00:00"}], "categories": ["Machine Learning"], "current_public_version": "38be59ec-1291-4696-83a9-f46a2eb2ce70", "creation_date": "2019-03-06T17:24:56.871317+00:00", "modification_date": "2021-01-27T16:07:53.196132+00:00", "valid_until": null}, {"id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", "name": "Ubuntu Bionic ML 9.2", "label": "ubuntu_bionic_ml_9.2", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "description": "Ubuntu Bionic for Machine Learning 9.2", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "5e867d97-93eb-4420-80ee-14e8348d5ad6", "name": "2021-01-27T15:43:05.903480", "local_images": [{"id": "eea5b9d6-0b1f-4411-b369-75a5d4372ca7", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}, {"id": "04495e24-7295-4533-b817-344c36553305", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}], "creation_date": "2021-01-27T15:43:06.292055+00:00", "modification_date": "2021-01-27T15:43:06.292055+00:00"}], "categories": ["Machine Learning"], "current_public_version": "5e867d97-93eb-4420-80ee-14e8348d5ad6", "creation_date": "2019-03-06T17:24:29.909001+00:00", "modification_date": "2021-01-27T15:52:02.617863+00:00", "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": "WordPress", "label": "wordpress", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "name": "2019-03-08T08:58:28.893091", "local_images": [{"id": "8523fb41-500a-4f21-998b-890908da6119", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5645133b-67a3-4644-9941-16f7e2b428ea", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "757fac76-5265-46f8-8a1f-00c0fb270010", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0bfbc358-88f6-45b8-ba9d-d47c96a18fa7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "7a892c1a-bbdc-491f-9974-4008e3708664", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "GP1-XS", "DEV1-M", "DEV1-L", "DEV1-S", "GP1-XL", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S"]}, {"id": "726334eb-0733-4b6a-becd-769ff9bfe16d", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "ad1f7900-e843-4745-846f-9b1ec1230557", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": "2019-03-08T08:58:28.971149+00:00"}], "categories": ["instantapp"], "current_public_version": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "creation_date": "2016-03-07T21:03:59.783534+00:00", "modification_date": "2019-03-26T14:00:50.250657+00:00", "valid_until": null}]}' headers: Content-Length: - - "75103" + - "75478" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:37 GMT + - Tue, 27 Apr 2021 12:33:04 GMT Link: - ; rel="last" Server: @@ -225,7 +129,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43a37dd3-39ba-4fb2-a2f0-89e139bccc13 + - 187cf8b0-786c-4428-b2b7-724a0f2f809f X-Total-Count: - "33" status: 200 OK @@ -249,7 +153,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:38 GMT + - Tue, 27 Apr 2021 12:33:04 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -259,7 +163,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eed47777-fe2c-47a5-b09a-79f70cfecf82 + - 93ba60b4-24cf-4aa4-8733-9f8fa1295eee status: 200 OK code: 200 duration: "" @@ -281,7 +185,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:38 GMT + - Tue, 27 Apr 2021 12:33:04 GMT Link: - ; rel="last" Server: @@ -293,14 +197,14 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18e8e001-7477-45d1-9f0f-64042144ed26 + - 8f6d5f1b-07b0-4a43-ae88-e120727b87bb X-Total-Count: - "24" status: 200 OK code: 200 duration: "" - request: - body: '{"project":"951df375-e094-4d26-97c1-ba548eeb9c42"}' + body: '{"project":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: @@ -310,18 +214,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "dc78c1dd-4436-4193-b82f-94bd5881ea35", "address": "51.15.215.79", "reverse": null, "server": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "zone": "fr-par-1", "tags": []}}' + body: '{"ip": {"id": "8d86e244-3680-4d49-87a1-56ac9ad28a3e", "address": "163.172.180.42", "reverse": null, "server": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "zone": "fr-par-1", "tags": []}}' headers: Content-Length: - - "253" + - "255" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:38 GMT + - Tue, 27 Apr 2021 12:33:05 GMT Location: - - https://par1-cmp-prd-api01.internal.scaleway.com/ips/dc78c1dd-4436-4193-b82f-94bd5881ea35 + - https://par1-cmp-prd-api02.internal.scaleway.com/ips/8d86e244-3680-4d49-87a1-56ac9ad28a3e Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -331,12 +235,12 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20414667-53d5-4dfa-9fd6-7f2218c53453 + - 2c43de7f-b5da-42db-9e72-fac4e8bc4a58 status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-srv-nice-faraday","commercial_type":"DEV1-S","image":"16152446-99ed-4795-9d3f-87ec2f5b891d","public_ip":"dc78c1dd-4436-4193-b82f-94bd5881ea35","boot_type":"local","project":"951df375-e094-4d26-97c1-ba548eeb9c42"}' + body: '{"name":"cli-srv-frosty-tharp","commercial_type":"DEV1-S","image":"16152446-99ed-4795-9d3f-87ec2f5b891d","public_ip":"8d86e244-3680-4d49-87a1-56ac9ad28a3e","boot_type":"local","project":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: @@ -346,18 +250,18 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "519e0c13-05c1-4bcd-afcd-b8983485e57c", "name": "cli-srv-nice-faraday", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "hostname": "cli-srv-nice-faraday", "image": {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "210db8e4-9645-4369-aa7e-9caa57ba79dd", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2021-03-25T11:32:29.589126+00:00", "modification_date": "2021-03-25T11:32:29.589126+00:00", "default_bootscript": null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": {"0": {"id": "e852ae3c-94f8-4242-8c2c-b0d58aad37eb", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "export_uri": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "server": {"id": "519e0c13-05c1-4bcd-afcd-b8983485e57c", "name": "cli-srv-nice-faraday"}, "size": 20000000000, "state": "available", "creation_date": "2021-04-07T12:02:38.914654+00:00", "modification_date": "2021-04-07T12:02:38.914654+00:00", "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": {"id": "dc78c1dd-4436-4193-b82f-94bd5881ea35", "address": "51.15.215.79", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": null, "creation_date": "2021-04-07T12:02:38.914654+00:00", "modification_date": "2021-04-07T12:02:38.914654+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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "http://169.254.42.24/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": "54e2d5f6-d79c-44cc-b19f-613699b9cc7e", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + body: '{"server": {"id": "5e18df58-3f97-41f9-b982-11386b3203d8", "name": "cli-srv-frosty-tharp", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "hostname": "cli-srv-frosty-tharp", "image": {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "210db8e4-9645-4369-aa7e-9caa57ba79dd", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2021-03-25T11:32:29.589126+00:00", "modification_date": "2021-03-25T11:32:29.589126+00:00", "default_bootscript": null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": {"0": {"id": "e0029c38-d39b-4236-bf8b-75453abd8612", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "export_uri": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "server": {"id": "5e18df58-3f97-41f9-b982-11386b3203d8", "name": "cli-srv-frosty-tharp"}, "size": 20000000000, "state": "available", "creation_date": "2021-04-27T12:33:06.414160+00:00", "modification_date": "2021-04-27T12:33:06.414160+00:00", "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": {"id": "8d86e244-3680-4d49-87a1-56ac9ad28a3e", "address": "163.172.180.42", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": null, "creation_date": "2021-04-27T12:33:06.414160+00:00", "modification_date": "2021-04-27T12:33:06.414160+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": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/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": "8c2471b6-317d-46a9-ba7d-081f1bc8ba69", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2610" + - "2668" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:38 GMT + - Tue, 27 Apr 2021 12:33:07 GMT Location: - - https://par1-cmp-prd-api01.internal.scaleway.com/servers/519e0c13-05c1-4bcd-afcd-b8983485e57c + - https://par1-cmp-prd-api02.internal.scaleway.com/servers/5e18df58-3f97-41f9-b982-11386b3203d8 Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -367,7 +271,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 797179c5-f35e-4142-bf17-4f2eaab1b429 + - cc753d8b-bd95-4073-af5d-d4c725942031 status: 201 Created code: 201 duration: "" @@ -379,19 +283,19 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b3956bc1-9b85-4c1b-b593-9598aa1f7da7/backends method: POST response: - body: '{"id":"5e05ba2c-6390-425b-8bb8-bc595efee900","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"39155890-3229-4aba-8d84-2c5f77d85806","status":"ready","ip_address":"10.70.120.109","created_at":"2021-04-07T11:59:16.399653Z","updated_at":"2021-04-07T12:02:29.766401Z","region":"fr-par","zone":"fr-par-1"},{"id":"8fab0d64-4bb5-4a78-8f7c-ae31b33ef81e","status":"ready","ip_address":"10.65.12.161","created_at":"2021-04-07T11:59:00.285448Z","updated_at":"2021-04-07T12:02:31.051100Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:36.439473Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-07T12:02:39.308873812Z","updated_at":"2021-04-07T12:02:39.308873812Z"}' + body: '{"id":"af43ce8c-bebe-4f42-ac6b-41631fe436f4","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"2e24f21d-558e-4466-9d7b-a3e84167ed84","status":"ready","ip_address":"10.72.84.45","created_at":"2021-04-27T12:03:42.691838Z","updated_at":"2021-04-27T12:33:02.519933Z","region":"fr-par","zone":"fr-par-1"},{"id":"71e0b207-944d-46e7-b309-df2839f7ba6f","status":"ready","ip_address":"10.64.60.135","created_at":"2021-04-27T11:50:59.473732Z","updated_at":"2021-04-27T12:33:03.133024Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871630Z","updated_at":"2021-04-27T12:33:04.076138Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-27T12:33:07.461935378Z","updated_at":"2021-04-27T12:33:07.461935378Z"}' headers: Content-Length: - - "1869" + - "1867" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:39 GMT + - Tue, 27 Apr 2021 12:33:07 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -401,22 +305,22 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d6ae2abf-8817-462d-af22-cccbab056840 + - d334742d-fdfa-4ed7-8172-e7071a0f440c status: 200 OK code: 200 duration: "" - request: - body: '{"name":"cli-test","inbound_port":8888,"backend_id":"5e05ba2c-6390-425b-8bb8-bc595efee900","certificate_id":null,"certificate_ids":null,"timeout_client":null}' + body: '{"name":"cli-test","inbound_port":8888,"backend_id":"af43ce8c-bebe-4f42-ac6b-41631fe436f4","certificate_id":null,"certificate_ids":null,"timeout_client":null}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553/frontends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b3956bc1-9b85-4c1b-b593-9598aa1f7da7/frontends method: POST response: - body: '{"id":"16f01e8d-f019-4f6c-9ac5-efdc7c9cf5b6","name":"cli-test","inbound_port":8888,"backend":{"id":"5e05ba2c-6390-425b-8bb8-bc595efee900","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:36.439473Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-07T12:02:39.308874Z","updated_at":"2021-04-07T12:02:39.308874Z"},"lb":{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:36.439473Z","region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2021-04-07T12:02:39.774026Z","updated_at":"2021-04-07T12:02:39.774026Z"}' + body: '{"id":"4af479d8-221c-4686-8da5-d335cda86dc9","name":"cli-test","inbound_port":8888,"backend":{"id":"af43ce8c-bebe-4f42-ac6b-41631fe436f4","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871630Z","updated_at":"2021-04-27T12:33:04.076138Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-27T12:33:07.461935Z","updated_at":"2021-04-27T12:33:07.461935Z"},"lb":{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871630Z","updated_at":"2021-04-27T12:33:04.076138Z","region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2021-04-27T12:33:07.916396Z","updated_at":"2021-04-27T12:33:07.916396Z"}' headers: Content-Length: - "2502" @@ -425,7 +329,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:40 GMT + - Tue, 27 Apr 2021 12:33:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -435,7 +339,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 433fbb51-6ca3-414d-b79b-6bdf44e465de + - 02fa23a8-e90c-4bfc-b907-6bb09a8eb550 status: 200 OK code: 200 duration: "" @@ -445,10 +349,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/frontends/16f01e8d-f019-4f6c-9ac5-efdc7c9cf5b6 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/4af479d8-221c-4686-8da5-d335cda86dc9 method: GET response: - body: '{"id":"16f01e8d-f019-4f6c-9ac5-efdc7c9cf5b6","name":"cli-test","inbound_port":8888,"backend":{"id":"5e05ba2c-6390-425b-8bb8-bc595efee900","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:36.439473Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-07T12:02:39.308874Z","updated_at":"2021-04-07T12:02:39.308874Z"},"lb":{"id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"938b2e28-c5a2-47c8-a19b-6d349f8c057e","ip_address":"195.154.68.113","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"76a2e082-c40e-40c2-ba6b-b2521ef4c553","reverse":"195-154-68-113.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:02:29.230967Z","updated_at":"2021-04-07T12:02:36.439473Z","region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2021-04-07T12:02:39.774026Z","updated_at":"2021-04-07T12:02:39.774026Z"}' + body: '{"id":"4af479d8-221c-4686-8da5-d335cda86dc9","name":"cli-test","inbound_port":8888,"backend":{"id":"af43ce8c-bebe-4f42-ac6b-41631fe436f4","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871630Z","updated_at":"2021-04-27T12:33:04.076138Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-27T12:33:07.461935Z","updated_at":"2021-04-27T12:33:07.461935Z"},"lb":{"id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"7c44c350-fa2c-49c8-8cb8-24a92f65463b","ip_address":"51.159.115.255","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"b3956bc1-9b85-4c1b-b593-9598aa1f7da7","reverse":"51-159-115-255.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:01.871630Z","updated_at":"2021-04-27T12:33:04.076138Z","region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2021-04-27T12:33:07.916396Z","updated_at":"2021-04-27T12:33:07.916396Z"}' headers: Content-Length: - "2502" @@ -457,7 +361,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:40 GMT + - Tue, 27 Apr 2021 12:33:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -467,7 +371,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8f83685-e0f1-4d0d-b42b-c2528413ca8f + - eb0d759e-eb14-4773-b06f-16d80e796a34 status: 200 OK code: 200 duration: "" @@ -477,7 +381,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/76a2e082-c40e-40c2-ba6b-b2521ef4c553?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b3956bc1-9b85-4c1b-b593-9598aa1f7da7?release_ip=false method: DELETE response: body: "" @@ -487,7 +391,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:40 GMT + - Tue, 27 Apr 2021 12:33:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -497,7 +401,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d11de7c4-ca5a-4230-8477-4fa40fe01127 + - 3396d9c1-0e18-4a36-9a96-063d53483d03 status: 204 No Content code: 204 duration: "" @@ -507,19 +411,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/519e0c13-05c1-4bcd-afcd-b8983485e57c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5e18df58-3f97-41f9-b982-11386b3203d8 method: GET response: - body: '{"server": {"id": "519e0c13-05c1-4bcd-afcd-b8983485e57c", "name": "cli-srv-nice-faraday", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "hostname": "cli-srv-nice-faraday", "image": {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "210db8e4-9645-4369-aa7e-9caa57ba79dd", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2021-03-25T11:32:29.589126+00:00", "modification_date": "2021-03-25T11:32:29.589126+00:00", "default_bootscript": null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": {"0": {"id": "e852ae3c-94f8-4242-8c2c-b0d58aad37eb", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "export_uri": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "server": {"id": "519e0c13-05c1-4bcd-afcd-b8983485e57c", "name": "cli-srv-nice-faraday"}, "size": 20000000000, "state": "available", "creation_date": "2021-04-07T12:02:38.914654+00:00", "modification_date": "2021-04-07T12:02:38.914654+00:00", "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": {"id": "dc78c1dd-4436-4193-b82f-94bd5881ea35", "address": "51.15.215.79", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": null, "creation_date": "2021-04-07T12:02:38.914654+00:00", "modification_date": "2021-04-07T12:02:38.914654+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://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "http://169.254.42.24/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": "54e2d5f6-d79c-44cc-b19f-613699b9cc7e", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + body: '{"server": {"id": "5e18df58-3f97-41f9-b982-11386b3203d8", "name": "cli-srv-frosty-tharp", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "hostname": "cli-srv-frosty-tharp", "image": {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "210db8e4-9645-4369-aa7e-9caa57ba79dd", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2021-03-25T11:32:29.589126+00:00", "modification_date": "2021-03-25T11:32:29.589126+00:00", "default_bootscript": null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": {"0": {"id": "e0029c38-d39b-4236-bf8b-75453abd8612", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "export_uri": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "server": {"id": "5e18df58-3f97-41f9-b982-11386b3203d8", "name": "cli-srv-frosty-tharp"}, "size": 20000000000, "state": "available", "creation_date": "2021-04-27T12:33:06.414160+00:00", "modification_date": "2021-04-27T12:33:06.414160+00:00", "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": {"id": "8d86e244-3680-4d49-87a1-56ac9ad28a3e", "address": "163.172.180.42", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": null, "creation_date": "2021-04-27T12:33:06.414160+00:00", "modification_date": "2021-04-27T12:33:06.414160+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": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/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": "8c2471b6-317d-46a9-ba7d-081f1bc8ba69", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2610" + - "2668" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:40 GMT + - Tue, 27 Apr 2021 12:33:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -529,7 +433,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37f0564c-9f78-467e-b81f-12060f41d866 + - 80aabd38-40bd-48cf-970a-67fd71b58ca4 status: 200 OK code: 200 duration: "" @@ -539,7 +443,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/519e0c13-05c1-4bcd-afcd-b8983485e57c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5e18df58-3f97-41f9-b982-11386b3203d8 method: DELETE response: body: "" @@ -549,7 +453,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:40 GMT + - Tue, 27 Apr 2021 12:33:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -559,7 +463,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7b66f78-4bfa-4f6a-a35d-f9d9d4e382f5 + - 41f0cde5-ec6b-4060-8fc7-cac306e36965 status: 204 No Content code: 204 duration: "" @@ -569,7 +473,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e852ae3c-94f8-4242-8c2c-b0d58aad37eb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e0029c38-d39b-4236-bf8b-75453abd8612 method: DELETE response: body: "" @@ -579,7 +483,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:02:40 GMT + - Tue, 27 Apr 2021 12:33:08 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -589,7 +493,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2de9f6dc-86a7-41b4-b076-3e71e197df29 + - e5af37ee-cd6b-440c-b7c5-d6d7a40a5cd0 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden index 668fa6a10b..25086d2305 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden @@ -1,37 +1,37 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 16f01e8d-f019-4f6c-9ac5-efdc7c9cf5b6 +ID 4af479d8-221c-4686-8da5-d335cda86dc9 Name cli-test InboundPort 8888 CreatedAt few seconds ago UpdatedAt few seconds ago Lb: -ID 76a2e082-c40e-40c2-ba6b-b2521ef4c553 +ID b3956bc1-9b85-4c1b-b593-9598aa1f7da7 Name cli-test Description cli-test Status ready -OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -IP.0.ID 938b2e28-c5a2-47c8-a19b-6d349f8c057e -IP.0.IPAddress 195.154.68.113 -IP.0.OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -IP.0.LBID 76a2e082-c40e-40c2-ba6b-b2521ef4c553 -IP.0.Reverse 195-154-68-113.lb.fr-par.scw.cloud -IP.0.ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +IP.0.ID 7c44c350-fa2c-49c8-8cb8-24a92f65463b +IP.0.IPAddress 51.159.115.255 +IP.0.OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +IP.0.LBID b3956bc1-9b85-4c1b-b593-9598aa1f7da7 +IP.0.Reverse 51-159-115-255.lb.fr-par.scw.cloud +IP.0.ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 IP.0.Region fr-par IP.0.Zone fr-par-1 FrontendCount 1 BackendCount 1 Type lb-s SslCompatibilityLevel ssl_compatibility_level_intermediate -ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 CreatedAt few seconds ago UpdatedAt few seconds ago Region fr-par Zone fr-par-1 Backend: -ID 5e05ba2c-6390-425b-8bb8-bc595efee900 +ID af43ce8c-bebe-4f42-ac6b-41631fe436f4 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -43,24 +43,24 @@ HealthCheck.Port 8888 HealthCheck.CheckTimeout 1s HealthCheck.CheckDelay 3s HealthCheck.CheckSendProxy false -LB.ID 76a2e082-c40e-40c2-ba6b-b2521ef4c553 +LB.ID b3956bc1-9b85-4c1b-b593-9598aa1f7da7 LB.Name cli-test LB.Description cli-test LB.Status ready -LB.OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -LB.IP.0.ID 938b2e28-c5a2-47c8-a19b-6d349f8c057e -LB.IP.0.IPAddress 195.154.68.113 -LB.IP.0.OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -LB.IP.0.LBID 76a2e082-c40e-40c2-ba6b-b2521ef4c553 -LB.IP.0.Reverse 195-154-68-113.lb.fr-par.scw.cloud -LB.IP.0.ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +LB.OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +LB.IP.0.ID 7c44c350-fa2c-49c8-8cb8-24a92f65463b +LB.IP.0.IPAddress 51.159.115.255 +LB.IP.0.OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +LB.IP.0.LBID b3956bc1-9b85-4c1b-b593-9598aa1f7da7 +LB.IP.0.Reverse 51-159-115-255.lb.fr-par.scw.cloud +LB.IP.0.ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 LB.IP.0.Region fr-par LB.IP.0.Zone fr-par-1 LB.FrontendCount 1 LB.BackendCount 1 LB.Type lb-s LB.SslCompatibilityLevel ssl_compatibility_level_intermediate -LB.ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +LB.ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 LB.CreatedAt few seconds ago LB.UpdatedAt few seconds ago LB.Region fr-par @@ -72,11 +72,11 @@ CreatedAt few seconds ago UpdatedAt few seconds ago 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "16f01e8d-f019-4f6c-9ac5-efdc7c9cf5b6", + "id": "4af479d8-221c-4686-8da5-d335cda86dc9", "name": "cli-test", "inbound_port": 8888, "backend": { - "id": "5e05ba2c-6390-425b-8bb8-bc595efee900", + "id": "af43ce8c-bebe-4f42-ac6b-41631fe436f4", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -93,20 +93,20 @@ UpdatedAt few seconds ago }, "pool": [], "lb": { - "id": "76a2e082-c40e-40c2-ba6b-b2521ef4c553", + "id": "b3956bc1-9b85-4c1b-b593-9598aa1f7da7", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "ip": [ { - "id": "938b2e28-c5a2-47c8-a19b-6d349f8c057e", - "ip_address": "195.154.68.113", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "76a2e082-c40e-40c2-ba6b-b2521ef4c553", - "reverse": "195-154-68-113.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "id": "7c44c350-fa2c-49c8-8cb8-24a92f65463b", + "ip_address": "51.159.115.255", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "lb_id": "b3956bc1-9b85-4c1b-b593-9598aa1f7da7", + "reverse": "51-159-115-255.lb.fr-par.scw.cloud", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "region": "fr-par", "zone": "fr-par-1" } @@ -117,7 +117,7 @@ UpdatedAt few seconds ago "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -133,20 +133,20 @@ UpdatedAt few seconds ago "timeout_tunnel": null }, "lb": { - "id": "76a2e082-c40e-40c2-ba6b-b2521ef4c553", + "id": "b3956bc1-9b85-4c1b-b593-9598aa1f7da7", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "ip": [ { - "id": "938b2e28-c5a2-47c8-a19b-6d349f8c057e", - "ip_address": "195.154.68.113", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "76a2e082-c40e-40c2-ba6b-b2521ef4c553", - "reverse": "195-154-68-113.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "id": "7c44c350-fa2c-49c8-8cb8-24a92f65463b", + "ip_address": "51.159.115.255", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "lb_id": "b3956bc1-9b85-4c1b-b593-9598aa1f7da7", + "reverse": "51-159-115-255.lb.fr-par.scw.cloud", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "region": "fr-par", "zone": "fr-par-1" } @@ -157,7 +157,7 @@ UpdatedAt few seconds ago "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", diff --git a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml index 1485cf2fff..4c94438273 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml @@ -2,17 +2,17 @@ version: 1 interactions: - request: - body: '{"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"9260f529-4b67-4ded-b3a8-7846cf6a987b","ip_address":"51.159.113.224","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","reverse":"51-159-113-224.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:00:08.807916017Z","updated_at":"2021-04-07T12:00:08.807916017Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2c24b68-db83-4614-9b58-b2e03b9242a9","ip_address":"51.159.113.163","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","reverse":"51-159-113-163.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:15.018907211Z","updated_at":"2021-04-27T12:33:15.018907211Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - "825" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:00:08 GMT + - Tue, 27 Apr 2021 12:33:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec01cfe9-d293-4ca7-81e6-982d94d670a5 + - 230bd737-db26-4477-bf17-d26b527d42b6 status: 200 OK code: 200 duration: "" @@ -41,10 +41,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/fb641d82-9d0b-4ced-b2ea-d88df84bae73 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15ddfb18-dc78-4150-9aeb-a103b85747d3 method: GET response: - body: '{"id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"9260f529-4b67-4ded-b3a8-7846cf6a987b","ip_address":"51.159.113.224","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","reverse":"51-159-113-224.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:00:08.807916Z","updated_at":"2021-04-07T12:00:08.807916Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2c24b68-db83-4614-9b58-b2e03b9242a9","ip_address":"51.159.113.163","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","reverse":"51-159-113-163.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:15.018907Z","updated_at":"2021-04-27T12:33:15.018907Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - "819" @@ -53,7 +53,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:00:09 GMT + - Tue, 27 Apr 2021 12:33:15 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a0c3465-4a16-4795-96ad-41109219e730 + - f2f7da60-9074-495a-b90b-9c2e4487a2ff status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/fb641d82-9d0b-4ced-b2ea-d88df84bae73 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15ddfb18-dc78-4150-9aeb-a103b85747d3 method: GET response: - body: '{"id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"9b2142ab-2aa8-475f-bef3-fda2e3d16cf4","status":"ready","ip_address":"10.72.88.87","created_at":"2021-04-07T11:58:57.681915Z","updated_at":"2021-04-07T12:00:09.258786Z","region":"fr-par","zone":"fr-par-1"},{"id":"df2a167e-a850-4624-93ee-6cd2f43a35f0","status":"ready","ip_address":"10.70.90.117","created_at":"2021-04-07T11:58:54.924472Z","updated_at":"2021-04-07T12:00:09.451488Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"9260f529-4b67-4ded-b3a8-7846cf6a987b","ip_address":"51.159.113.224","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","reverse":"51-159-113-224.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:00:08.807916Z","updated_at":"2021-04-07T12:00:09.671728Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"f7087f07-92ea-47e8-a4bb-c22df1414951","status":"ready","ip_address":"10.65.68.7","created_at":"2021-04-27T02:52:44.778047Z","updated_at":"2021-04-27T12:33:15.504764Z","region":"fr-par","zone":"fr-par-1"},{"id":"f273d017-5958-45f0-a1ee-544f8e1b36e4","status":"ready","ip_address":"10.64.196.69","created_at":"2021-04-27T08:28:53.227565Z","updated_at":"2021-04-27T12:33:15.942736Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2c24b68-db83-4614-9b58-b2e03b9242a9","ip_address":"51.159.113.163","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","reverse":"51-159-113-163.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:15.018907Z","updated_at":"2021-04-27T12:33:16.236089Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1241" + - "1240" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:00:11 GMT + - Tue, 27 Apr 2021 12:33:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - afab72ca-4cc7-4155-908a-5cc0089bfc8e + - 01a56558-f574-4629-bf3d-cd934a6e1f0b status: 200 OK code: 200 duration: "" @@ -105,19 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/fb641d82-9d0b-4ced-b2ea-d88df84bae73 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15ddfb18-dc78-4150-9aeb-a103b85747d3 method: GET response: - body: '{"id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"9b2142ab-2aa8-475f-bef3-fda2e3d16cf4","status":"ready","ip_address":"10.72.88.87","created_at":"2021-04-07T11:58:57.681915Z","updated_at":"2021-04-07T12:00:09.258786Z","region":"fr-par","zone":"fr-par-1"},{"id":"df2a167e-a850-4624-93ee-6cd2f43a35f0","status":"ready","ip_address":"10.70.90.117","created_at":"2021-04-07T11:58:54.924472Z","updated_at":"2021-04-07T12:00:09.451488Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"9260f529-4b67-4ded-b3a8-7846cf6a987b","ip_address":"51.159.113.224","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"fb641d82-9d0b-4ced-b2ea-d88df84bae73","reverse":"51-159-113-224.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:00:08.807916Z","updated_at":"2021-04-07T12:00:09.671728Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"f7087f07-92ea-47e8-a4bb-c22df1414951","status":"ready","ip_address":"10.65.68.7","created_at":"2021-04-27T02:52:44.778047Z","updated_at":"2021-04-27T12:33:15.504764Z","region":"fr-par","zone":"fr-par-1"},{"id":"f273d017-5958-45f0-a1ee-544f8e1b36e4","status":"ready","ip_address":"10.64.196.69","created_at":"2021-04-27T08:28:53.227565Z","updated_at":"2021-04-27T12:33:15.942736Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2c24b68-db83-4614-9b58-b2e03b9242a9","ip_address":"51.159.113.163","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"15ddfb18-dc78-4150-9aeb-a103b85747d3","reverse":"51-159-113-163.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:15.018907Z","updated_at":"2021-04-27T12:33:16.236089Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1241" + - "1240" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:00:11 GMT + - Tue, 27 Apr 2021 12:33:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e0a5752-7cc5-41ec-963f-ea6856db8e6f + - 591cf42b-9fe3-4cc5-962b-50e8e6fd5fa0 status: 200 OK code: 200 duration: "" @@ -137,7 +137,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/fb641d82-9d0b-4ced-b2ea-d88df84bae73?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/15ddfb18-dc78-4150-9aeb-a103b85747d3?release_ip=false method: DELETE response: body: "" @@ -147,7 +147,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:00:11 GMT + - Tue, 27 Apr 2021 12:33:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -157,7 +157,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2af9d53-432c-43dd-bbb5-2dd3fe8f7a0e + - 150db5a8-1dec-46b8-b854-771b7ee52c53 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden index 4bf8f701ec..c66785038f 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden @@ -1,15 +1,15 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID fb641d82-9d0b-4ced-b2ea-d88df84bae73 +ID 15ddfb18-dc78-4150-9aeb-a103b85747d3 Name cli-test Description cli-test Status ready -OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 +OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 FrontendCount 0 BackendCount 0 Type lb-s SslCompatibilityLevel ssl_compatibility_level_intermediate -ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 CreatedAt few seconds ago UpdatedAt few seconds ago Region fr-par @@ -17,47 +17,47 @@ Zone fr-par-1 IPs: ID IP ADDRESS ORGANIZATION ID LB ID REVERSE PROJECT ID REGION ZONE -9260f529-4b67-4ded-b3a8-7846cf6a987b 51.159.113.224 951df375-e094-4d26-97c1-ba548eeb9c42 fb641d82-9d0b-4ced-b2ea-d88df84bae73 51-159-113-224.lb.fr-par.scw.cloud 951df375-e094-4d26-97c1-ba548eeb9c42 fr-par fr-par-1 +c2c24b68-db83-4614-9b58-b2e03b9242a9 51.159.113.163 b3ba839a-dcf2-4b0a-ac81-fc32370052a0 15ddfb18-dc78-4150-9aeb-a103b85747d3 51-159-113-163.lb.fr-par.scw.cloud b3ba839a-dcf2-4b0a-ac81-fc32370052a0 fr-par fr-par-1 Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -9b2142ab-2aa8-475f-bef3-fda2e3d16cf4 ready 10.72.88.87 few seconds ago few seconds ago fr-par fr-par-1 -df2a167e-a850-4624-93ee-6cd2f43a35f0 ready 10.70.90.117 few seconds ago few seconds ago fr-par fr-par-1 +f7087f07-92ea-47e8-a4bb-c22df1414951 ready 10.65.68.7 few seconds ago few seconds ago fr-par fr-par-1 +f273d017-5958-45f0-a1ee-544f8e1b36e4 ready 10.64.196.69 few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "fb641d82-9d0b-4ced-b2ea-d88df84bae73", + "id": "15ddfb18-dc78-4150-9aeb-a103b85747d3", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "9b2142ab-2aa8-475f-bef3-fda2e3d16cf4", + "id": "f7087f07-92ea-47e8-a4bb-c22df1414951", "status": "ready", - "ip_address": "10.72.88.87", + "ip_address": "10.65.68.7", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" }, { - "id": "df2a167e-a850-4624-93ee-6cd2f43a35f0", + "id": "f273d017-5958-45f0-a1ee-544f8e1b36e4", "status": "ready", - "ip_address": "10.70.90.117", + "ip_address": "10.64.196.69", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" } ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "ip": [ { - "id": "9260f529-4b67-4ded-b3a8-7846cf6a987b", - "ip_address": "51.159.113.224", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "fb641d82-9d0b-4ced-b2ea-d88df84bae73", - "reverse": "51-159-113-224.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "id": "c2c24b68-db83-4614-9b58-b2e03b9242a9", + "ip_address": "51.159.113.163", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "lb_id": "15ddfb18-dc78-4150-9aeb-a103b85747d3", + "reverse": "51-159-113-163.lb.fr-par.scw.cloud", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "region": "fr-par", "zone": "fr-par-1" } @@ -68,7 +68,7 @@ df2a167e-a850-4624-93ee-6cd2f43a35f0 ready 10.70.90.117 few seconds ago few "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml index f1fc6ef4fa..7c1cf4492a 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml @@ -2,28 +2,28 @@ version: 1 interactions: - request: - body: '{"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' + body: '{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807216Z","updated_at":"2021-04-27T12:33:20.535807216Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "589" + - "823" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:49:32 GMT + - Tue, 27 Apr 2021 12:33:20 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12c2b205-2551-4185-9ace-eb476e0b8830 + - 32108bcf-9675-4acb-88ec-7b5c9cbfa9b2 status: 200 OK code: 200 duration: "" @@ -40,22 +40,22 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/354c487f-5eb9-4d7a-928d-07f76d22351e method: GET response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' + body: '{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807Z","updated_at":"2021-04-27T12:33:20.535807Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "589" + - "817" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:49:32 GMT + - Tue, 27 Apr 2021 12:33:20 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8df27e8-007d-4d0a-9936-9f5b23d72299 + - 81d1866b-538a-4565-b6e7-bc3b3611d39c status: 200 OK code: 200 duration: "" @@ -72,22 +72,22 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/354c487f-5eb9-4d7a-928d-07f76d22351e method: GET response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' + body: '{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e50fe662-3279-4732-9ebd-cfa58457b77f","status":"ready","ip_address":"10.65.40.103","created_at":"2021-04-27T11:51:05.633148Z","updated_at":"2021-04-27T12:33:21.049411Z","region":"fr-par","zone":"fr-par-1"},{"id":"32037751-d48a-42af-a0c6-0e91ed703d33","status":"ready","ip_address":"10.69.58.49","created_at":"2021-04-27T03:09:42.806815Z","updated_at":"2021-04-27T12:33:21.269213Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807Z","updated_at":"2021-04-27T12:33:21.583850Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "589" + - "1239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:49:34 GMT + - Tue, 27 Apr 2021 12:33:22 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36bfe5d2-03d4-44f0-90cc-40dd7d66734f + - 80afe76d-0cec-4b17-adbc-de37a09a2589 status: 200 OK code: 200 duration: "" @@ -104,1316 +104,24 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "589" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:36 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 73d1bd98-9696-47ae-a91b-1a8eae2636c8 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "589" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:38 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b7c03d52-8f41-402d-b52e-129d9316d4c2 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "589" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:40 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c41f39c6-18dd-4e50-8e7f-0300ed279d98 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "589" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:42 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 54e4a540-18e5-41f8-8c38-cd8c6edb61e1 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"unknown","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "808" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:44 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 36456d72-cf6e-44fe-a3b3-63c731ce88d7 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"unknown","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "808" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:46 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0c1e16d9-da9d-4ccf-ba10-31c3f9a606cc - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"unknown","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "808" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:49 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 276d5e97-a551-4da6-baf2-3598c1516909 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"unknown","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "808" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:51 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e448633-8eba-4968-b02f-212ec5f7daef - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "806" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:53 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d0e50dbe-a153-4735-9eb4-f3e6aaff7dfb - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "806" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:55 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2a988203-adba-4ce3-aab6-ec4039598ddf - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "806" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:57 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5764ca52-8a4e-4d1c-8e70-d72567ae9b5e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "806" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:49:59 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 2fbea1bd-1b28-4b25-8b01-a7e092b957a8 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"unknown","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "806" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:01 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ce8c12bd-7631-4738-a32f-6590d48945bc - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "804" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:03 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 906226f3-422c-421d-836e-f8f9cdbf61fd - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "804" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:05 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3f6c79d1-4a6f-4672-8ed4-9be9e496d58c - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "804" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:07 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b04d61e3-10a5-4e9f-b8b5-b5828d192fb9 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "804" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:09 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 02f71161-025b-408e-be41-4fd2db9dc9f1 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "804" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:11 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a7a51439-0cef-4da5-8f14-d3e84001c51d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "804" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:13 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b878a842-ae51-4fd6-a105-44cd9c4d0c92 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8 - method: GET - response: - body: '{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"}' - headers: - Content-Length: - - "802" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 21 Jul 2020 15:50:15 GMT - Server: - - agw_listener_public_vip - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ed922ca3-68ab-4862-83ec-e0835a0f9301 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v1/images?page=1 method: GET response: - body: '{"images": [{"valid_until": null, "description": "Ubuntu is the ideal distribution - for scale-out computing, Ubuntu Server helps you make the most of your infrastructure.", - "creation_date": "2018-04-27T14:07:25.221998+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "categories": ["distribution"], - "name": "Ubuntu Bionic", "modification_date": "2019-03-26T14:00:51.745705+00:00", - "versions": [{"creation_date": "2019-03-05T16:39:34.893732+00:00", "modification_date": - "2019-03-05T16:39:34.893732+00:00", "id": "e640c621-305b-45f5-975f-a3f80c1cec66", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "f974feac-abae-4365-b988-8ec7d1cec10d", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "f63fe42a-900f-4a5e-ba99-ab0e59469b7e", "zone": - "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", - "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", - "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", - "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", - "id": "9444d178-2285-4842-ac35-5e86eda8da91", "zone": "ams1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1"}, - {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", - "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": "arm64", "id": "7663c62b-40e3-4e6b-a835-70723ec2050b", - "zone": "ams1"}], "name": "2019-03-05T16:39:34.377275"}], "current_public_version": - "e640c621-305b-45f5-975f-a3f80c1cec66", "label": "ubuntu_bionic", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Ubuntu is the ideal distribution for scale-out - computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": - "2016-04-22T13:27:33.769932+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "categories": ["distribution"], - "name": "Ubuntu Xenial", "modification_date": "2020-01-20T09:04:40.661026+00:00", - "versions": [{"creation_date": "2020-01-17T14:31:06.041118+00:00", "modification_date": - "2020-01-17T14:31:06.041118+00:00", "id": "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "245e5cea-a9b4-4a36-9055-27185afe8690", - "zone": "ams1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", - "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", - "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", - "id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": - "par1"}], "name": "2020-01-17T14:31:06.031136"}], "current_public_version": - "24cd2ef0-bbc5-4b1a-8b08-99f617eab446", "label": "ubuntu_xenial", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Debian is a free, powerful and stable - operating system.", "creation_date": "2017-06-26T15:37:13.460764+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", - "categories": ["distribution"], "name": "Debian Stretch", "modification_date": - "2020-01-20T09:04:42.765883+00:00", "versions": [{"creation_date": "2020-01-15T11:38:06.396694+00:00", - "modification_date": "2020-01-15T11:38:06.396694+00:00", "id": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1"}, - {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", - "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", - "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", - "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": - "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", - "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1"}], "name": "2020-01-15T11:38:06.390074"}], - "current_public_version": "8342f5d0-46aa-46e7-8a6f-f41188c97fba", "label": "debian_stretch", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Debian is a free, powerful and stable - operating system.", "creation_date": "2016-03-05T14:52:36.322319+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", - "categories": ["distribution"], "name": "Debian Jessie", "modification_date": - "2019-03-26T14:00:50.449502+00:00", "versions": [{"creation_date": "2018-04-10T22:31:04.322822+00:00", - "modification_date": "2018-04-10T22:31:04.322822+00:00", "id": "d3846a7b-8219-4938-ad96-cc2173e22481", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "2dfad6d2-e527-4e93-8eb1-8dc57803b310", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "610f68d5-cbad-4923-98ae-782af8f3b527", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "dc22e553-2d2e-4689-94f8-8817db824202", "zone": "ams1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "2e570f53-199e-47cc-95dd-f7bc392496e3", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "abf9e3a2-7171-4764-91ef-57f30b21193d", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "69cbdd54-88a1-4458-b75e-662a0848a7ce", "zone": "ams1"}], - "name": "2018-04-10T22:31:04.321157"}], "current_public_version": "d3846a7b-8219-4938-ad96-cc2173e22481", - "label": "debian_jessie", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The - CentOS Project is a community-driven free software effort focused on delivering - a robust open source ecosystem.", "creation_date": "2019-03-06T11:27:48.406290+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", "id": "1d47b370-ac63-43b1-9f34-7328675e5e18", - "categories": ["distribution"], "name": "CentOS 7.6", "modification_date": "2019-03-26T14:00:50.839069+00:00", - "versions": [{"creation_date": "2019-03-18T09:29:00.247544+00:00", "modification_date": - "2019-03-18T09:29:00.247544+00:00", "id": "53138072-3099-4566-8b18-de7b2739696a", - "local_images": [{"compatible_commercial_types": ["VC1S", "GP1-XS", "DEV1-M", - "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "VC1M", - "C2L", "C2M", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", - "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "0f44b130-2bc7-4f82-993e-de9d1042c56e", "zone": "par1"}], "name": "2019-03-18T09:29:00.168590"}], - "current_public_version": "53138072-3099-4566-8b18-de7b2739696a", "label": "centos_7.6", - "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, - {"valid_until": null, "description": "The CentOS Project is a community-driven - free software effort focused on delivering a robust open source ecosystem.", - "creation_date": "2018-04-19T10:12:28.968536+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", - "id": "98fc244a-ed4c-4523-bd17-b9c4070b8e7e", "categories": ["distribution"], - "name": "CentOS 7.4", "modification_date": "2019-03-26T14:00:53.445597+00:00", - "versions": [{"creation_date": "2018-04-20T13:55:06.824033+00:00", "modification_date": - "2018-04-20T13:55:06.824033+00:00", "id": "31be34e5-074d-4c63-8c77-454459f77c3f", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "ec8b431e-ad39-4523-8b94-f3fa7f3cbd06", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "7220ac63-bac8-484b-9d44-93e3bd01f5a6", - "zone": "ams1"}], "name": "2018-04-20T13:55:06.817954"}], "current_public_version": - "31be34e5-074d-4c63-8c77-454459f77c3f", "label": "centos_7.4", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "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.", "creation_date": "2019-03-06T09:07:51.652433+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/fedora.png", "id": "69adec15-f1a7-469a-9ba5-868577832521", - "categories": ["distribution"], "name": "Fedora 29", "modification_date": "2019-03-26T14:00:51.848785+00:00", - "versions": [{"creation_date": "2019-03-06T09:08:01.112958+00:00", "modification_date": - "2019-03-06T09:08:01.112958+00:00", "id": "a0f02365-f1af-48cb-b82d-75853a4e05e1", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "541f4562-5417-4b59-85d6-caaf64c1f127", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", - "id": "3c0f706e-0947-47a3-88a3-595c29f7567a", "zone": "ams1"}], "name": "2019-03-06T09:08:01.016040"}], - "current_public_version": "a0f02365-f1af-48cb-b82d-75853a4e05e1", "label": "fedora_29", - "organization": {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, - {"valid_until": null, "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.", "creation_date": "2018-05-03T09:51:57.274011+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/fedora.png", "id": "30d0f04f-6422-4b74-9ce9-1c2267419978", - "categories": ["distribution"], "name": "Fedora 28", "modification_date": "2019-03-26T14:00:50.156015+00:00", - "versions": [{"creation_date": "2018-05-03T12:01:10.147973+00:00", "modification_date": - "2018-05-03T12:01:10.147973+00:00", "id": "49e33199-28cc-44d6-bb2e-a6147944ad5c", - "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "830aad94-24e5-4363-b2c3-e62921bd9294", - "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "c9cd1782-2159-44b8-83b1-9c48ed6c8a63", - "zone": "par1"}], "name": "2018-05-03T12:01:10.135200"}], "current_public_version": - "49e33199-28cc-44d6-bb2e-a6147944ad5c", "label": "fedora_28", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "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.", "creation_date": "2018-04-19T10:14:08.648100+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/fedora.png", "id": "4bff4f37-3ef9-457e-9e8d-4a786cb2a5f2", - "categories": ["distribution"], "name": "Fedora 27", "modification_date": "2019-03-26T14:00:53.140907+00:00", - "versions": [{"creation_date": "2018-09-06T10:51:13.009967+00:00", "modification_date": - "2018-09-06T10:51:13.009967+00:00", "id": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "097a100e-fd2f-4918-8a5b-d86de5a489be", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "73f0bcd8-a152-4665-ac09-1b105905a475", - "zone": "ams1"}], "name": "2018-09-06T10:51:13.011044"}], "current_public_version": - "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "label": "fedora_27", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Arch Linux is an independently developed - Linux distribution versatile enough to suit any role.", "creation_date": "2016-03-07T20:55:32.213089+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/archlinux.png", "id": - "8f60c5dd-e659-48da-97e3-fb7de42195f5", "categories": ["distribution"], "name": - "Arch Linux", "modification_date": "2019-03-26T14:00:49.327070+00:00", "versions": - [{"creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": - "2018-04-20T15:59:04.594929+00:00", "id": "f7696517-bc49-448b-9869-f2c84e7c2a96", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "f21defd0-9fd9-4fb2-a29a-22844a6be3cd", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "3c904f73-080e-4c6f-8b28-8426cfdcb3c7", - "zone": "ams1"}], "name": "2018-04-20T15:59:04.593811"}], "current_public_version": - "f7696517-bc49-448b-9869-f2c84e7c2a96", "label": "arch_linux", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Alpine Linux is security-oriented, lightweight - Linux distribution based on musl libc and busybox.", "creation_date": "2016-03-05T14:49:50.255568+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/alpinelinux.png", "id": - "c0649a2a-e6bf-4712-9303-8d967153209c", "categories": ["distribution"], "name": - "Alpine Linux", "modification_date": "2019-03-26T14:00:54.425917+00:00", "versions": - [{"creation_date": "2018-04-26T10:18:10.201002+00:00", "modification_date": - "2018-04-26T10:18:10.201002+00:00", "id": "be2293b6-9eba-4497-9659-2cfb927483b5", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "24141068-1043-4885-bf2b-8290f617e273", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "241b0bb3-9eed-4a7b-b0fd-71c45452ac95", - "zone": "ams1"}], "name": "2018-04-26T10:18:10.196011"}], "current_public_version": - "be2293b6-9eba-4497-9659-2cfb927483b5", "label": "alpine_linux", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "The CentOS Project is a community-driven - free software effort focused on delivering a robust open source ecosystem.", - "creation_date": "2020-04-29T11:48:57.810456+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/centos.png", - "id": "293a2ddf-6e33-4e63-81f0-fbdd90641480", "categories": ["distribution"], - "name": "CentOS 8", "modification_date": "2020-07-13T09:06:18.993441+00:00", - "versions": [{"creation_date": "2020-07-09T16:38:28.316416+00:00", "modification_date": - "2020-07-09T16:38:28.316416+00:00", "id": "85f4c001-26a9-4e0c-a103-22285b2f9929", - "local_images": [{"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", - "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", - "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", - "X64-60GB"], "arch": "x86_64", "id": "0d154c82-7938-49a8-b768-b64fe09f05c7", - "zone": "ams1"}, {"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", - "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", - "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", - "X64-60GB"], "arch": "x86_64", "id": "13cec602-73aa-4c97-9601-8606072d08b9", - "zone": "par1"}], "name": "2020-07-09T16:38:28.281968+00:00"}], "current_public_version": - "85f4c001-26a9-4e0c-a103-22285b2f9929", "label": "centos_8", "organization": - {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}}, {"valid_until": null, "description": "Debian is a free operating - system, developed by thousands of volunteers from all over the world who collaborate - via the Internet.", "creation_date": "2019-07-16T13:55:36.377559+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", - "categories": ["distribution"], "name": "Debian Buster", "modification_date": - "2020-01-20T09:04:41.730609+00:00", "versions": [{"creation_date": "2020-01-15T11:52:04.860098+00:00", - "modification_date": "2020-01-15T11:52:04.860098+00:00", "id": "763b45ed-2e31-4ba0-9beb-efb195503a2d", - "local_images": [{"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", - "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", - "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", - "id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1"}, {"compatible_commercial_types": - ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", - "zone": "par1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1"}], "name": "2020-01-15T11:52:04.849401"}], - "current_public_version": "763b45ed-2e31-4ba0-9beb-efb195503a2d", "label": "debian_buster", - "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances - User Resources Build System"}}, {"valid_until": null, "description": "Docker - is an open platform for developers and sysadmins to build, ship, and run distributed - applications.", "creation_date": "2016-03-05T15:11:26.847640+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/docker.png", "id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", - "categories": ["instantapp"], "name": "Docker", "modification_date": "2019-03-26T14:00:49.524465+00:00", - "versions": [{"creation_date": "2019-03-07T17:07:39.090644+00:00", "modification_date": - "2019-03-07T17:07:39.090644+00:00", "id": "bf30c937-6e89-4019-ad2a-92156a62cf3e", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "89c80d27-ddf4-4ffa-8215-b335cce3fd05", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "99e2a9c6-f0b9-42b6-8823-8b0d86ffe9bf", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "45a7e942-1fb0-48c0-bbf6-0acb9af24604", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "c669011a-ee16-42b6-b0c3-ecd19e419539", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", - "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": "dcf35840-c007-4c8b-a48b-227cfd8a347b", - "zone": "ams1"}], "name": "2019-03-07T17:07:39.004809"}], "current_public_version": - "bf30c937-6e89-4019-ad2a-92156a62cf3e", "label": "docker", "organization": {"id": - "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "GitLab is a web-based Git repository manager - with wiki and issue tracking features.", "creation_date": "2016-03-07T21:06:22.770864+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gitlab.png", "id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", - "categories": ["instantapp"], "name": "GitLab", "modification_date": "2019-04-09T13:31:04.022755+00:00", - "versions": [{"creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": - "2019-04-09T13:31:03.648676+00:00", "id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", - "local_images": [{"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", - "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": "06a2a6e9-922d-4353-9472-bbb1f79fda63", - "zone": "ams1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "4527e41c-0e90-43a8-857e-d9584bf8467f", "zone": "par1"}], "name": "2019-04-09T13:31:03.352588"}], - "current_public_version": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "label": "gitlab", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "A painless self-hosted Git service.", - "creation_date": "2016-03-07T21:00:44.946716+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gogs.png", - "id": "90d512b8-e4b7-4821-98e9-78241d73a7e6", "categories": ["instantapp"], - "name": "Gogs", "modification_date": "2019-03-26T14:00:54.513196+00:00", "versions": - [{"creation_date": "2018-05-16T15:11:25.881343+00:00", "modification_date": - "2018-05-16T15:11:25.881343+00:00", "id": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "776705c4-be8e-4a27-b740-2e8bbba518c5", - "zone": "par1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "a513a250-e6e9-4687-892e-9d10b29e3972", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "d1341ece-ffda-4386-ad3a-27d60b650401", "zone": "ams1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "69b8bc0e-7771-42af-a4ad-ca756c31a18a", "zone": "ams1"}], - "name": "2018-05-16T15:11:25.303762"}], "current_public_version": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", - "label": "gogs", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "Go - is an open source programming language that makes it easy to build simple, reliable, - and efficient software.A dynamic, open source programming language with a focus - on simplicity and productivity.", "creation_date": "2016-03-08T07:01:11.482482+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/golang.png", "id": "6c8d25c0-cb6f-4220-98aa-830b7e479ba5", - "categories": ["instantapp"], "name": "Golang", "modification_date": "2019-03-26T14:00:52.861225+00:00", - "versions": [{"creation_date": "2018-04-18T08:00:48.175340+00:00", "modification_date": - "2018-04-18T08:00:48.175340+00:00", "id": "880194c8-53ce-4b6b-a274-4f79307e2f8e", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "43213956-c7a3-44b8-9d96-d51fa7457969", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "5ffb52aa-ea55-4596-9d0f-e403701b6624", "zone": "ams1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "bef7a6af-1bab-490a-a6cb-6a07c1b9ac7b", "zone": - "par1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "f0b7d9b8-aa31-45b4-9f7e-a68aa164ce6f", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "76ca1eb7-f68f-4770-a7a1-ab7665ae3297", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1"}], "name": "2018-04-18T08:00:48.129246"}], - "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "label": "golang", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Java is a computer programming language - that is concurrent, class-based, object-oriented, and specifically designed - to have as few implementation dependencies as possible.", "creation_date": "2016-03-07T21:07:46.908969+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "id": "d72d1b73-7460-446b-91fb-b451d079aa4d", - "categories": ["instantapp"], "name": "Java", "modification_date": "2019-03-26T14:00:49.430836+00:00", - "versions": [{"creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": - "2018-04-18T10:11:18.535736+00:00", "id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", - "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "c50cb4b2-bf7b-47e2-ab5f-3a9d3d4c1aef", "zone": "ams1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "98c93894-26a8-463b-a72b-c9d2b531b95d", "zone": "ams1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "43c43b5e-1e4f-4905-baef-71df3c565b4d", "zone": "ams1"}, - {"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", - "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", - "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], - "arch": "x86_64", "id": "0c3f9f03-f490-444b-a05e-f342e917fed0", "zone": "par1"}, - {"compatible_commercial_types": ["C1"], "arch": "arm", "id": "5e07622b-ad8b-4f65-b55f-cca18c3c0bbf", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", - "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": - "arm64", "id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1"}], "name": - "2018-04-18T10:11:18.477156"}], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", - "label": "java", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "LEMP - stack is a version where Apache has been replaced with the more lightweight - web server Nginx.", "creation_date": "2016-03-07T21:06:53.552980+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/lemp.png", "id": "986ba672-b489-4f66-9e3b-90194ac336d4", - "categories": ["instantapp"], "name": "LEMP stack", "modification_date": "2019-04-09T13:31:12.129567+00:00", - "versions": [{"creation_date": "2019-04-09T13:31:11.315416+00:00", "modification_date": - "2019-04-09T13:31:11.315416+00:00", "id": "a2e5ed1a-6f01-4f20-aabd-4115c67df590", - "local_images": [{"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "32332006-1420-4260-97c7-c1da586f68cd", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", - "id": "d16622f6-32c1-4d16-a3ca-38b23d3a25fb", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", - "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "1bd37d60-4494-485f-9a82-0a211005489c", - "zone": "par1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "415d3727-0013-419a-abc6-1a688b096730", "zone": "ams1"}, {"compatible_commercial_types": - ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "26c3727a-5b77-4b26-89c9-445ea2006f07", - "zone": "par1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "155ab61a-e069-4acb-bae3-e8217c5c0376", - "zone": "ams1"}], "name": "2019-04-09T13:31:10.613803"}], "current_public_version": - "a2e5ed1a-6f01-4f20-aabd-4115c67df590", "label": "lemp_stack", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "self-hosted Slack-alternative", "creation_date": - "2016-07-11T14:52:57.803007+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/mattermost.png", - "id": "98ad7ccb-cc7f-4828-9da3-113e9c1bd2db", "categories": ["instantapp"], - "name": "Mattermost", "modification_date": "2019-03-26T14:00:51.938920+00:00", - "versions": [{"creation_date": "2018-05-03T10:27:55.610920+00:00", "modification_date": - "2018-05-03T10:27:55.610920+00:00", "id": "42371bf7-c1ca-4889-a6d4-43febda865ca", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "486e128c-fde7-42d7-9200-5d91b8dc2761", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "eb2ed407-177c-4195-a4ca-f3baa85e62ed", - "zone": "ams1"}], "name": "2018-05-03T10:27:55.021511"}], "current_public_version": - "42371bf7-c1ca-4889-a6d4-43febda865ca", "label": "mattermost", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Nextcloud is an open source, self-hosted - file share and communication platform.", "creation_date": "2019-04-16T12:22:56.930842+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nextcloud.png", "id": - "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "categories": ["instantapp"], "name": - "NextCloud", "modification_date": "2019-04-16T12:25:38.758921+00:00", "versions": - [{"creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": - "2019-04-16T12:25:38.052537+00:00", "id": "2fe66cc6-8985-4b5f-8325-83acc0589436", - "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "e9af0a24-4312-4305-9386-b3a79e02f92d", "zone": "ams1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "c38073cf-ee40-4dc2-8059-ec2845f38f46", "zone": "ams1"}, - {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", - "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", - "VC1M"], "arch": "x86_64", "id": "b9e319f5-ac4c-400d-8ff6-a6a769755190", "zone": - "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", - "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "0390c3e0-186d-4b24-8d0d-0e08b74fb59a", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "900971a4-3a3e-4ef9-b92f-b33c366c9f5c", "zone": - "par1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", - "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", - "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", - "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "7b7d4dde-6fe1-4586-a5a5-ae1af2ca2605", - "zone": "par1"}], "name": "2019-04-16T12:25:37.374676"}], "current_public_version": - "2fe66cc6-8985-4b5f-8325-83acc0589436", "label": "nextcloud", "organization": - {"id": "11111111-1111-4111-8111-111111111111", "name": "OCS"}}, {"valid_until": - null, "description": "Node.js is an open source, cross-platform runtime environment - for server-side and networking applications.", "creation_date": "2016-03-07T21:06:07.014951+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nodejs.png", "id": "d11d7cc2-6ec8-4f95-a286-24fb5bac9e39", - "categories": ["instantapp"], "name": "Node.js", "modification_date": "2019-03-26T14:00:51.148549+00:00", - "versions": [{"creation_date": "2018-04-18T10:07:15.744660+00:00", "modification_date": - "2018-04-18T10:07:15.744660+00:00", "id": "af308511-bcb3-4583-b0e0-79dbb1eea63e", - "local_images": [{"compatible_commercial_types": [], "arch": "arm", "id": "a8020f20-8a66-43f3-8253-35941db3d237", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "3cc79cc6-4649-46d9-a2b6-698f1236e1d0", "zone": "ams1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "c9fb2bed-a9b8-4e1a-bf15-db8e763fe7a7", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "f01db1d0-092a-47de-a32e-09bd6bda7715", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "6f2e99e8-da99-4990-b689-7294e8a604fa", "zone": - "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", - "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "03980aee-14cd-44f1-be3c-508c8b8a19e6", "zone": "par1"}], "name": "2018-04-18T10:07:15.691016"}], - "current_public_version": "af308511-bcb3-4583-b0e0-79dbb1eea63e", "label": "node.js", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Surf the web in a secure and anonymous - way with OpenVPN InstantApp.", "creation_date": "2016-03-07T21:04:57.667667+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/openvpn.png", "id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", - "categories": ["instantapp"], "name": "OpenVPN", "modification_date": "2019-03-26T14:00:52.955853+00:00", - "versions": [{"creation_date": "2019-03-25T13:06:02.622633+00:00", "modification_date": - "2019-03-25T13:06:02.622633+00:00", "id": "d812e374-1169-4c91-aa90-c72acceeecb2", - "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "b15ddb1a-0611-412e-881a-3aed1b36392b", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", - "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "02906ae8-bf44-4dd0-bd05-6312dd9fa234", - "zone": "par1"}, {"compatible_commercial_types": [], "arch": "arm", "id": "3aa3622c-45d4-4388-9618-cce6974c71a0", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "a5430536-2a51-425d-8613-ef84dae91e27", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", - "id": "51573d2d-301f-4d24-b0d6-f151728c82f5", "zone": "ams1"}, {"compatible_commercial_types": - ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "cac79531-98d5-48fa-aba1-8250214b88a3", - "zone": "par1"}], "name": "2019-03-25T13:06:01.961936"}], "current_public_version": - "d812e374-1169-4c91-aa90-c72acceeecb2", "label": "openvpn", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "ownCloud lets you sync & share your files, - calendar, contacts and more. Access your data from all your devices, on an open - platform you can extend and modify.", "creation_date": "2016-03-07T21:05:14.365925+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/owncloud.png", "id": - "e22a5d54-ecb5-4fdd-a130-a473737ff7ab", "categories": ["instantapp"], "name": - "ownCloud", "modification_date": "2019-03-26T14:00:52.457272+00:00", "versions": - [{"creation_date": "2018-04-18T10:09:39.010195+00:00", "modification_date": - "2018-04-18T10:09:39.010195+00:00", "id": "c9c02a9c-e072-48af-aefd-bf6be9028022", - "local_images": [{"compatible_commercial_types": [], "arch": "arm", "id": "a5fb716a-1c60-4740-a179-98ce315ca3d7", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "2fdbbbb4-3b63-403b-9604-27713971efd6", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", - "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", "id": - "4208a611-a789-40ea-ac0e-fb3001ee39a9", "zone": "ams1"}, {"compatible_commercial_types": - ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "93de8eae-535f-47bd-88fa-84af7b5eaf76", "zone": "par1"}], "name": "2018-04-18T10:09:38.952503"}], - "current_public_version": "c9c02a9c-e072-48af-aefd-bf6be9028022", "label": "owncloud", - "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "PrestaShop is a free, open source e-commerce - solution.", "creation_date": "2016-03-07T21:01:47.997930+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/prestashop.png", - "id": "58a551e0-1b8b-4c83-82e7-1b4602ad43d1", "categories": ["instantapp"], - "name": "PrestaShop", "modification_date": "2019-03-26T14:00:50.067950+00:00", - "versions": [{"creation_date": "2018-05-16T14:57:16.059809+00:00", "modification_date": - "2018-05-16T14:57:16.059809+00:00", "id": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "4d07fcfa-ccda-4945-81aa-8de2206b39c0", - "zone": "par1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "73db574d-d5a0-49d5-b6ca-dd662895fac3", "zone": "par1"}, {"compatible_commercial_types": - ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", - "ARM64-16GB"], "arch": "arm64", "id": "c97dc20f-8066-4d56-aabf-2b75162c0f9f", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "c78c3206-eb2b-4217-ad7c-0aca98dec145", - "zone": "ams1"}, {"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "7f91941c-f06a-4103-91a4-793f03b11fda", "zone": "ams1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1"}], - "name": "2018-05-16T14:57:15.505378"}], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", - "label": "prestashop", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The - intended audience of this InstantApp is Python developers who want to bootstrap - or test a Python application easily, in seconds.", "creation_date": "2016-03-07T21:05:46.642023+00:00", - "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/python.png", "id": "5c0f7971-c308-442e-82ab-2eb147439bd7", - "categories": ["instantapp"], "name": "Python", "modification_date": "2019-03-26T14:00:49.970905+00:00", - "versions": [{"creation_date": "2018-04-17T16:43:36.089412+00:00", "modification_date": - "2018-04-17T16:43:36.089412+00:00", "id": "2642a982-e61d-4a58-8105-8838a69a85e3", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "70b9c9cf-c2d9-4a80-b450-a7aef8226d96", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "5218fa4e-8239-4831-ac2a-c96e23f387a2", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "f205e2a6-621a-4534-a5d1-36f6cf1f8376", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1"}], - "name": "2018-04-17T16:43:36.031203"}], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", - "label": "python", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "A - dynamic, open source programming language with a focus on simplicity and productivity.", - "creation_date": "2016-03-07T22:15:25.347873+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", - "id": "42866fbe-9168-4f77-8271-09beb6049a07", "categories": ["instantapp"], - "name": "Ruby", "modification_date": "2019-03-26T14:00:54.119256+00:00", "versions": - [{"creation_date": "2018-04-18T10:21:49.119857+00:00", "modification_date": - "2018-04-18T10:21:49.119857+00:00", "id": "5b8c935b-5047-43fd-a423-045dae3e0d78", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", - "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", - "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", - "X64-60GB"], "arch": "x86_64", "id": "09c71ada-00c6-43de-ad44-c77c5b857a05", - "zone": "par1"}, {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", - "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", - "VC1L", "VC1M"], "arch": "x86_64", "id": "24f2e8ee-80f1-4a8d-83c4-74ed8cd80ed0", - "zone": "ams1"}, {"compatible_commercial_types": ["C1"], "arch": "arm", "id": - "e2479a13-414b-4a0c-ba50-d01e67ee8600", "zone": "par1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1"}], - "name": "2018-04-18T10:21:49.057120"}], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", - "label": "ruby", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", - "name": "mtouron@ocs.online.net"}}, {"valid_until": null, "description": "The - torrents InstantApp spawns a private server to upload and download your digital - files.", "creation_date": "2016-03-07T21:08:02.980958+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", - "id": "4e18f1fc-0b66-4692-a38d-bfa4c94f29de", "categories": ["instantapp"], - "name": "Torrents", "modification_date": "2019-03-26T14:00:51.427329+00:00", - "versions": [{"creation_date": "2019-03-25T13:04:02.099902+00:00", "modification_date": - "2019-03-25T13:04:02.099902+00:00", "id": "53d2e4fb-20df-4ba9-8d65-29256f2be480", - "local_images": [{"compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", - "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"], "arch": - "arm64", "id": "41d0db97-4822-4642-96ec-6f3fbcfc167c", "zone": "ams1"}, {"compatible_commercial_types": - [], "arch": "arm", "id": "3fbe5f72-81da-4a0a-91ef-36ab68fc801e", "zone": "ams1"}, - {"compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", - "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", - "VC1M"], "arch": "x86_64", "id": "1aed7396-79dc-431d-af03-d3dde35d195f", "zone": - "ams1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", - "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "398875b6-de43-4946-976f-ba5189954912", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "a3160162-3d72-4632-8e42-4849a1280743", "zone": - "par1"}, {"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", - "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", - "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", - "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": "f5d116e3-2b58-44cf-a83a-cd0682135473", - "zone": "par1"}], "name": "2019-03-25T13:04:01.408435"}], "current_public_version": - "53d2e4fb-20df-4ba9-8d65-29256f2be480", "label": "torrents", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}, - {"valid_until": null, "description": "Ubuntu is the ideal distribution for scale-out - computing, Ubuntu Server helps you make the most of your infrastructure.", "creation_date": - "2020-02-17T15:50:48.980694+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", - "id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "categories": ["distribution"], - "name": "Ubuntu 20.04 Focal Fossa", "modification_date": "2020-07-13T09:04:23.114051+00:00", - "versions": [{"creation_date": "2020-07-09T12:11:07.013896+00:00", "modification_date": - "2020-07-09T12:11:07.013896+00:00", "id": "3eab241d-44e3-4fba-a0ee-33f5004052fc", - "local_images": [{"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", - "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", - "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", - "X64-60GB"], "arch": "x86_64", "id": "cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc", - "zone": "par1"}, {"compatible_commercial_types": ["DEV1-L", "DEV1-M", "DEV1-S", - "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "START1-L", "START1-M", - "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", "X64-15GB", "X64-30GB", - "X64-60GB"], "arch": "x86_64", "id": "0ac9b9f4-f771-47f1-adec-a7472cb3f6b0", - "zone": "ams1"}], "name": "2020-07-09T12:11:06.971199+00:00"}], "current_public_version": - "3eab241d-44e3-4fba-a0ee-33f5004052fc", "label": "ubuntu_focal", "organization": - {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}}, {"valid_until": null, "description": "Ubuntu Bionic for Machine - Learning 10.1", "creation_date": "2019-03-06T17:24:56.871317+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", - "categories": ["Machine Learning"], "name": "Ubuntu Bionic ML 10.1", "modification_date": - "2020-07-15T09:58:44.029227+00:00", "versions": [{"creation_date": "2020-07-10T08:44:25.531079+00:00", - "modification_date": "2020-07-10T08:44:25.531079+00:00", "id": "d11fe800-ac24-4c8f-90c0-2f3d4b15511f", - "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", - "id": "de04f3cf-363e-4b10-a67c-15a90a078de6", "zone": "par1"}, {"compatible_commercial_types": - ["RENDER-S"], "arch": "x86_64", "id": "648b7fd3-f61f-4254-adff-ade2da31e90a", - "zone": "par1"}], "name": "2020-07-10T08:44:25.491772+00:00"}], "current_public_version": - "d11fe800-ac24-4c8f-90c0-2f3d4b15511f", "label": "ubuntu_bionic_ml_10.1", "organization": - {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources - Build System"}}, {"valid_until": null, "description": "Ubuntu Bionic for Machine - Learning 9.2", "creation_date": "2019-03-06T17:24:29.909001+00:00", "logo": - "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", - "categories": ["Machine Learning"], "name": "Ubuntu Bionic ML 9.2", "modification_date": - "2020-07-15T11:08:43.613020+00:00", "versions": [{"creation_date": "2020-07-15T10:17:44.680636+00:00", - "modification_date": "2020-07-15T10:17:44.680636+00:00", "id": "f6625fe9-6f9f-4416-9023-dd81246f7bb3", - "local_images": [{"compatible_commercial_types": ["RENDER-S"], "arch": "x86_64", - "id": "648b7fd3-f61f-4254-adff-ade2da31e90a", "zone": "par1"}], "name": "2020-07-15T10:16:54.906584+00:00"}], - "current_public_version": "f6625fe9-6f9f-4416-9023-dd81246f7bb3", "label": "ubuntu_bionic_ml_9.2", - "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances - User Resources Build System"}}, {"valid_until": null, "description": "WordPress - is the most popular web software you can use to create a beautiful website or - blog.", "creation_date": "2016-03-07T21:03:59.783534+00:00", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/wordpress.png", - "id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "categories": ["instantapp"], - "name": "WordPress", "modification_date": "2019-03-26T14:00:50.250657+00:00", - "versions": [{"creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": - "2019-03-08T08:58:28.971149+00:00", "id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", - "local_images": [{"compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", - "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", - "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", - "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"], "arch": "x86_64", "id": - "8523fb41-500a-4f21-998b-890908da6119", "zone": "par1"}, {"compatible_commercial_types": - ["C1"], "arch": "arm", "id": "5645133b-67a3-4644-9941-16f7e2b428ea", "zone": - "par1"}, {"compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", - "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"], "arch": "arm64", "id": - "757fac76-5265-46f8-8a1f-00c0fb270010", "zone": "par1"}, {"compatible_commercial_types": - ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", - "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"], "arch": "x86_64", - "id": "7a892c1a-bbdc-491f-9974-4008e3708664", "zone": "ams1"}, {"compatible_commercial_types": - ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", - "ARM64-64GB"], "arch": "arm64", "id": "726334eb-0733-4b6a-becd-769ff9bfe16d", - "zone": "ams1"}], "name": "2019-03-08T08:58:28.893091"}], "current_public_version": - "3fb22e1f-de7f-4787-9bf8-32770151a45e", "label": "wordpress", "organization": - {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}}]}' + body: '{"images": [{"id": "b381b2bf-804a-4b12-91f6-9f4ff273462f", "name": "Ubuntu Bionic", "label": "ubuntu_bionic", "logo": "https://marketplace-logos.s3.nl-ams.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": "46b87e8b-e9b5-417f-a185-3d0fac2531bc", "name": "2021-03-30T08:50:27.029754+00:00", "local_images": [{"id": "5e84372e-6abe-4df5-834d-b12af4b24af8", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "a7306ef9-5e1b-464d-a409-a44026d91a9e", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "a5076337-734f-4b99-95ed-9a5bc73b9b09", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "7663c62b-40e3-4e6b-a835-70723ec2050b", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "5dd154af-ddad-496f-b631-388f0a787df1", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "c7646cb3-9100-4041-aefd-07e9639c6d9e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "f63fe42a-900f-4a5e-ba99-ab0e59469b7e", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "28c59566-b53c-45dc-844d-43029388152d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "b4bdbee1-e1f1-4436-8de4-bdb1b6ba4803", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "bbe8ed3d-c693-4437-b2dd-5d5968655f94", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "60eb89c7-1c29-4a94-a954-dddb81fc1a55", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}], "creation_date": "2021-03-30T08:50:27.247448+00:00", "modification_date": "2021-03-30T08:50:27.247448+00:00"}], "categories": ["distribution"], "current_public_version": "46b87e8b-e9b5-417f-a185-3d0fac2531bc", "creation_date": "2018-04-27T14:07:25.221998+00:00", "modification_date": "2021-04-01T07:04:52.514102+00:00", "valid_until": null}, {"id": "acf93867-88d9-40ee-99ea-6b2bb1ee8f0c", "name": "Ubuntu Xenial", "label": "ubuntu_xenial", "logo": "https://marketplace-logos.s3.nl-ams.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": "f71f0db2-513e-4e32-8b85-85c153b67b39", "name": "2021-03-30T09:22:06.072470+00:00", "local_images": [{"id": "245e5cea-a9b4-4a36-9055-27185afe8690", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "f1b14363-cea2-4b85-84c7-602d24474b99", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "75ace7bb-699b-4cea-813c-633c31de3e9e", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "6c34a3f3-5e8a-455b-9bc2-f07c4c35bf89", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "605ceb9b-0d67-4565-b324-6dfff7c1307e", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "7d04dd2a-6cee-4aec-be9e-f87154009112", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL", "STARDUST1-S"]}, {"id": "16ca98f1-89f1-4315-a7fd-a711ac3bcb83", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "VC1M", "VC1L", "START1-XS", "START1-S", "START1-M", "START1-L", "DEV1-S", "DEV1-M", "DEV1-L", "DEV1-XL", "GP1-XS", "GP1-S", "GP1-M", "GP1-L", "GP1-XL"]}, {"id": "3d6804e0-086e-4a06-8124-7240a657668d", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "c40fbabc-efc8-4e04-91ea-5e1e22daece1", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "bd859e89-fb2d-466a-a546-383630a1ead1", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "a5f6bb77-3d64-4f7f-abe0-72492b1bc020", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}], "creation_date": "2021-03-30T09:22:06.123537+00:00", "modification_date": "2021-03-30T09:22:06.123537+00:00"}], "categories": ["distribution"], "current_public_version": "f71f0db2-513e-4e32-8b85-85c153b67b39", "creation_date": "2016-04-22T13:27:33.769932+00:00", "modification_date": "2021-04-01T07:06:41.643152+00:00", "valid_until": null}, {"id": "c94b5df7-e698-4ac9-b273-565d18f5f8d2", "name": "Debian Stretch", "label": "debian_stretch", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "description": "Debian is a free, powerful and stable operating system.", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "a1478726-083c-4d31-815d-255e07123155", "name": "2021-03-30T11:48:36.852155+00:00", "local_images": [{"id": "2e7e23ee-db6b-4d86-a779-abd90d500482", "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": "37938de8-e3be-479a-895d-095158f76212", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0ac73990-3bd5-424a-8128-0825821c0c4f", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "5f7ab0cd-d10e-49a0-91c8-315ed8a6a1a4", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "X64-15GB", "C2L", "C2M", "X64-30GB", "X64-120GB", "X64-60GB"]}, {"id": "bd6ba96e-d4c4-41f9-88e2-8dad3e6f085b", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "9096ef85-6520-4b8e-9303-77fd51ec3c5a", "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", "STARDUST1-S"]}, {"id": "6c694560-503e-4463-8cc8-4b5ae11b0fca", "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": "d954dc33-c52e-4960-93e1-b69c85d169be", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "22a1bd8d-4498-4800-a8e5-4bc85001176c", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "X64-15GB", "C2L", "C2M", "X64-30GB", "X64-120GB", "X64-60GB"]}, {"id": "86740237-62fc-4538-9b70-4373942f53d3", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "eb803e1e-36ff-4fec-9a68-20da4cb95c0d", "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", "STARDUST1-S"]}], "creation_date": "2021-03-30T11:48:36.906051+00:00", "modification_date": "2021-03-30T11:48:36.906051+00:00"}], "categories": ["distribution"], "current_public_version": "a1478726-083c-4d31-815d-255e07123155", "creation_date": "2017-06-26T15:37:13.460764+00:00", "modification_date": "2021-04-01T07:10:04.448317+00:00", "valid_until": null}, {"id": "fb619bdf-834e-4c71-b7b8-15b5546d18bd", "name": "Debian Jessie", "label": "debian_jessie", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/debian.png", "description": "Debian is a free, powerful and stable operating system.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "d3846a7b-8219-4938-ad96-cc2173e22481", "name": "2018-04-10T22:31:04.321157", "local_images": [{"id": "2dfad6d2-e527-4e93-8eb1-8dc57803b310", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "610f68d5-cbad-4923-98ae-782af8f3b527", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "dc22e553-2d2e-4689-94f8-8817db824202", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "2e570f53-199e-47cc-95dd-f7bc392496e3", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "abf9e3a2-7171-4764-91ef-57f30b21193d", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "69cbdd54-88a1-4458-b75e-662a0848a7ce", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "e1dd422e-44eb-451c-b60c-7330ff421bfb", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1aa604d6-2ec2-4774-91a2-56309dacde47", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-10T22:31:04.322822+00:00", "modification_date": "2018-04-10T22:31:04.322822+00:00"}], "categories": ["distribution"], "current_public_version": "d3846a7b-8219-4938-ad96-cc2173e22481", "creation_date": "2016-03-05T14:52:36.322319+00:00", "modification_date": "2019-03-26T14:00:50.449502+00:00", "valid_until": null}, {"id": "1d47b370-ac63-43b1-9f34-7328675e5e18", "name": "CentOS 7.6", "label": "centos_7.6", "logo": "https://marketplace-logos.s3.nl-ams.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": "11111111-1111-4111-8111-111111111111", "name": "OCS"}, "versions": [{"id": "53138072-3099-4566-8b18-de7b2739696a", "name": "2019-03-18T09:29:00.168590", "local_images": [{"id": "05794ee5-c6d2-4d69-86dd-f1fc9032921d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["VC1S", "GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "VC1M", "C2L", "C2M", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "0f44b130-2bc7-4f82-993e-de9d1042c56e", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "10aae8d8-0073-44f9-ac19-a171ac40bc78", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "775a2a9f-551a-4309-838f-64ed7438c263", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2019-03-18T09:29:00.247544+00:00", "modification_date": "2019-03-18T09:29:00.247544+00:00"}], "categories": ["distribution"], "current_public_version": "53138072-3099-4566-8b18-de7b2739696a", "creation_date": "2019-03-06T11:27:48.406290+00:00", "modification_date": "2019-03-26T14:00:50.839069+00:00", "valid_until": null}, {"id": "98fc244a-ed4c-4523-bd17-b9c4070b8e7e", "name": "CentOS 7.4", "label": "centos_7.4", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "31be34e5-074d-4c63-8c77-454459f77c3f", "name": "2018-04-20T13:55:06.817954", "local_images": [{"id": "ec8b431e-ad39-4523-8b94-f3fa7f3cbd06", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "7220ac63-bac8-484b-9d44-93e3bd01f5a6", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "9d3bb257-9bb3-4f7e-ab75-cbdae33d41a4", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a2d1bdb1-a1e1-4e39-9ffa-d0da7de02f38", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-20T13:55:06.824033+00:00", "modification_date": "2018-04-20T13:55:06.824033+00:00"}], "categories": ["distribution"], "current_public_version": "31be34e5-074d-4c63-8c77-454459f77c3f", "creation_date": "2018-04-19T10:12:28.968536+00:00", "modification_date": "2019-03-26T14:00:53.445597+00:00", "valid_until": null}, {"id": "69adec15-f1a7-469a-9ba5-868577832521", "name": "Fedora 29", "label": "fedora_29", "logo": "https://marketplace-logos.s3.nl-ams.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": "11111111-1111-4111-8111-111111111111", "name": "OCS"}, "versions": [{"id": "a0f02365-f1af-48cb-b82d-75853a4e05e1", "name": "2019-03-06T09:08:01.016040", "local_images": [{"id": "541f4562-5417-4b59-85d6-caaf64c1f127", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "3c0f706e-0947-47a3-88a3-595c29f7567a", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1c7efe35-332e-4fde-b8d6-30606b81a8e7", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "90c83cdc-8560-4543-9033-1e63e3474e12", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-06T09:08:01.112958+00:00", "modification_date": "2019-03-06T09:08:01.112958+00:00"}], "categories": ["distribution"], "current_public_version": "a0f02365-f1af-48cb-b82d-75853a4e05e1", "creation_date": "2019-03-06T09:07:51.652433+00:00", "modification_date": "2019-03-26T14:00:51.848785+00:00", "valid_until": null}, {"id": "30d0f04f-6422-4b74-9ce9-1c2267419978", "name": "Fedora 28", "label": "fedora_28", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "49e33199-28cc-44d6-bb2e-a6147944ad5c", "name": "2018-05-03T12:01:10.135200", "local_images": [{"id": "830aad94-24e5-4363-b2c3-e62921bd9294", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "c9cd1782-2159-44b8-83b1-9c48ed6c8a63", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "27c84474-0af7-473f-9295-b5b85be5e429", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "5c7b710b-ff79-4e56-81d3-6bf31a946ad0", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-05-03T12:01:10.147973+00:00", "modification_date": "2018-05-03T12:01:10.147973+00:00"}], "categories": ["distribution"], "current_public_version": "49e33199-28cc-44d6-bb2e-a6147944ad5c", "creation_date": "2018-05-03T09:51:57.274011+00:00", "modification_date": "2019-03-26T14:00:50.156015+00:00", "valid_until": null}, {"id": "4bff4f37-3ef9-457e-9e8d-4a786cb2a5f2", "name": "Fedora 27", "label": "fedora_27", "logo": "https://marketplace-logos.s3.nl-ams.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": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "name": "2018-09-06T10:51:13.011044", "local_images": [{"id": "097a100e-fd2f-4918-8a5b-d86de5a489be", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "STARDUST1-S", "GP1-VIZ"]}, {"id": "73f0bcd8-a152-4665-ac09-1b105905a475", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "9bef3647-8ccb-43aa-b753-d289851e85bf", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "801b5f02-eb8c-4d77-bce6-5cea21bf9260", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-09-06T10:51:13.009967+00:00", "modification_date": "2018-09-06T10:51:13.009967+00:00"}], "categories": ["distribution"], "current_public_version": "45b5823f-8ddf-4ea8-b106-33d2df127cdf", "creation_date": "2018-04-19T10:14:08.648100+00:00", "modification_date": "2019-03-26T14:00:53.140907+00:00", "valid_until": null}, {"id": "8f60c5dd-e659-48da-97e3-fb7de42195f5", "name": "Arch Linux", "label": "arch_linux", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "f7696517-bc49-448b-9869-f2c84e7c2a96", "name": "2018-04-20T15:59:04.593811", "local_images": [{"id": "f21defd0-9fd9-4fb2-a29a-22844a6be3cd", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "3c904f73-080e-4c6f-8b28-8426cfdcb3c7", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1e23c590-a371-403b-a8db-cfd9a2f74c03", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "6a347714-49ab-44a6-92fb-1f0ba6aa96e9", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}], "creation_date": "2018-04-20T15:59:04.594929+00:00", "modification_date": "2018-04-20T15:59:04.594929+00:00"}], "categories": ["distribution"], "current_public_version": "f7696517-bc49-448b-9869-f2c84e7c2a96", "creation_date": "2016-03-07T20:55:32.213089+00:00", "modification_date": "2019-03-26T14:00:49.327070+00:00", "valid_until": null}, {"id": "c0649a2a-e6bf-4712-9303-8d967153209c", "name": "Alpine Linux", "label": "alpine_linux", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/alpinelinux.png", "description": "Alpine Linux is security-oriented, lightweight Linux distribution based on musl libc and busybox.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "be2293b6-9eba-4497-9659-2cfb927483b5", "name": "2018-04-26T10:18:10.196011", "local_images": [{"id": "24141068-1043-4885-bf2b-8290f617e273", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "241b0bb3-9eed-4a7b-b0fd-71c45452ac95", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "GP1-XS", "DEV1-M", "DEV1-L", "DEV1-S", "GP1-XL", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S"]}, {"id": "7ba96c78-de91-4116-a075-54284ac58632", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB", "GP1-VIZ"]}, {"id": "e9607990-506c-478b-b134-649a3777472b", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-26T10:18:10.201002+00:00", "modification_date": "2018-04-26T10:18:10.201002+00:00"}], "categories": ["distribution"], "current_public_version": "be2293b6-9eba-4497-9659-2cfb927483b5", "creation_date": "2016-03-05T14:49:50.255568+00:00", "modification_date": "2019-03-26T14:00:54.425917+00:00", "valid_until": null}, {"id": "293a2ddf-6e33-4e63-81f0-fbdd90641480", "name": "CentOS 8", "label": "centos_8", "logo": "https://marketplace-logos.s3.nl-ams.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": "ddda3abc-59c1-4385-b551-65e63f7f759e", "name": "2021-03-31T11:10:17.416332+00:00", "local_images": [{"id": "4d93a3c2-771d-446d-a904-c2ac938eace2", "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", "STARDUST1-S"]}, {"id": "f07fc6dd-1219-424b-bd5f-eabc145c1b61", "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": "a79c7b52-a9e0-4474-b6fd-b436c4ad8d0b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "b23e727e-1e01-49e9-ae1d-a29180228ae5", "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": "0caa749a-160f-4361-8007-0d1b5ea265c9", "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", "STARDUST1-S"]}], "creation_date": "2021-03-31T11:10:17.605755+00:00", "modification_date": "2021-03-31T11:10:17.605755+00:00"}], "categories": ["distribution"], "current_public_version": "ddda3abc-59c1-4385-b551-65e63f7f759e", "creation_date": "2020-04-29T11:48:57.810456+00:00", "modification_date": "2021-04-01T07:12:10.660353+00:00", "valid_until": null}, {"id": "7bdc1afb-231f-486a-9b85-1b0478bc0e4a", "name": "Debian Buster", "label": "debian_buster", "logo": "https://marketplace-logos.s3.nl-ams.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": "70a28442-1712-4a06-a77c-2f4b712bcc3d", "name": "2021-03-30T11:22:41.282946+00:00", "local_images": [{"id": "ba956003-4988-4c30-91ba-5320ae5d8bac", "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": "61ae99dc-aaef-4a32-b2f4-07f1a534aaa4", "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", "STARDUST1-S"]}, {"id": "61010e34-7f1e-402b-a253-028a714a6678", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "4720c10f-59e3-4e20-915b-dcee1fc34c11", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "cc9188b3-3938-47d7-b091-c9ecad1fe507", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["C2S", "C2M", "C2L", "X64-15GB", "X64-30GB", "X64-60GB", "X64-120GB"]}, {"id": "d178f0f3-da78-4691-8368-2ac175f9940b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "9d6e8a2c-31a9-439c-a4c5-9fba1c5b96ed", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-2GB", "ARM64-4GB", "ARM64-8GB", "ARM64-16GB", "ARM64-32GB", "ARM64-64GB", "ARM64-128GB"]}, {"id": "f3a69d77-3faf-4a0d-97c1-1994d96cffa5", "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": "d9c10ab7-1496-4be8-a4d9-9dec4571f61f", "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", "STARDUST1-S"]}], "creation_date": "2021-03-30T11:22:41.337836+00:00", "modification_date": "2021-03-30T11:22:41.337836+00:00"}], "categories": ["distribution"], "current_public_version": "70a28442-1712-4a06-a77c-2f4b712bcc3d", "creation_date": "2019-07-16T13:55:36.377559+00:00", "modification_date": "2021-04-01T07:08:18.822693+00:00", "valid_until": null}, {"id": "c1b530d8-0ca0-45c4-80db-ba06608287b2", "name": "Docker", "label": "docker", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "name": "2019-03-07T17:07:39.004809", "local_images": [{"id": "89c80d27-ddf4-4ffa-8215-b335cce3fd05", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "99e2a9c6-f0b9-42b6-8823-8b0d86ffe9bf", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "45a7e942-1fb0-48c0-bbf6-0acb9af24604", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c669011a-ee16-42b6-b0c3-ecd19e419539", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "dcf35840-c007-4c8b-a48b-227cfd8a347b", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "df7298ce-ab95-4384-90d1-76b8fff31f06", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "929c50f5-721c-4672-817c-8704eb4bc1d1", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-07T17:07:39.090644+00:00", "modification_date": "2019-03-07T17:07:39.090644+00:00"}], "categories": ["instantapp"], "current_public_version": "bf30c937-6e89-4019-ad2a-92156a62cf3e", "creation_date": "2016-03-05T15:11:26.847640+00:00", "modification_date": "2019-03-26T14:00:49.524465+00:00", "valid_until": null}, {"id": "e549e5b4-33eb-4c97-950a-8baf107f895f", "name": "Fedora 32", "label": "fedora_32", "logo": "https://marketplace-logos.s3.nl-ams.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": "75ba84da-ee4f-44ca-9fac-49ac43e8a0d2", "name": "2021-03-31T14:22:08.724842+00:00", "local_images": [{"id": "19717715-2e56-41d4-9795-bf3d0d509d5a", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "5a987969-ab7b-4e03-909f-3aed546cee06", "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": "616bcd6c-b87e-4eb7-824c-ade385459a5a", "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", "STARDUST1-S"]}, {"id": "ffd5ed07-3ed8-46cb-9b78-b267b7848cbf", "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": "dd8bf78f-59c8-452a-b41e-0f43d25d6220", "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", "STARDUST1-S"]}], "creation_date": "2021-03-31T14:22:08.799093+00:00", "modification_date": "2021-03-31T14:22:08.799093+00:00"}], "categories": ["distribution"], "current_public_version": "75ba84da-ee4f-44ca-9fac-49ac43e8a0d2", "creation_date": "2020-05-19T08:21:31.875735+00:00", "modification_date": "2021-04-01T07:14:57.371602+00:00", "valid_until": null}, {"id": "233074b9-e2ba-4e78-818e-dd4930ce6bee", "name": "GitLab", "label": "gitlab", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "name": "2019-04-09T13:31:03.352588", "local_images": [{"id": "06a2a6e9-922d-4353-9472-bbb1f79fda63", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "3e71b78e-dd20-48ae-8d6e-f594cb255af5", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "4527e41c-0e90-43a8-857e-d9584bf8467f", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1cd308b9-5988-4b04-80a1-389f5f63738b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-04-09T13:31:03.648676+00:00", "modification_date": "2019-04-09T13:31:03.648676+00:00"}], "categories": ["instantapp"], "current_public_version": "a389c94b-8b19-4528-a4f6-0b7cac3425e9", "creation_date": "2016-03-07T21:06:22.770864+00:00", "modification_date": "2019-04-09T13:31:04.022755+00:00", "valid_until": null}, {"id": "90d512b8-e4b7-4821-98e9-78241d73a7e6", "name": "Gogs", "label": "gogs", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/gogs.png", "description": "A painless self-hosted Git service.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", "name": "2018-05-16T15:11:25.303762", "local_images": [{"id": "776705c4-be8e-4a27-b740-2e8bbba518c5", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a513a250-e6e9-4687-892e-9d10b29e3972", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "d1341ece-ffda-4386-ad3a-27d60b650401", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "69b8bc0e-7771-42af-a4ad-ca756c31a18a", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2018-05-16T15:11:25.881343+00:00", "modification_date": "2018-05-16T15:11:25.881343+00:00"}], "categories": ["instantapp"], "current_public_version": "1b9e22e3-6a29-4f42-acfd-281ad086ee1d", "creation_date": "2016-03-07T21:00:44.946716+00:00", "modification_date": "2019-03-26T14:00:54.513196+00:00", "valid_until": null}, {"id": "6c8d25c0-cb6f-4220-98aa-830b7e479ba5", "name": "Golang", "label": "golang", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/golang.png", "description": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.A dynamic, open source programming language with a focus on simplicity and productivity.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "name": "2018-04-18T08:00:48.129246", "local_images": [{"id": "43213956-c7a3-44b8-9d96-d51fa7457969", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5ffb52aa-ea55-4596-9d0f-e403701b6624", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "bef7a6af-1bab-490a-a6cb-6a07c1b9ac7b", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f0b7d9b8-aa31-45b4-9f7e-a68aa164ce6f", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "76ca1eb7-f68f-4770-a7a1-ab7665ae3297", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0d954c34-341c-483a-be1c-71cf197343ed", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}], "creation_date": "2018-04-18T08:00:48.175340+00:00", "modification_date": "2018-04-18T08:00:48.175340+00:00"}], "categories": ["instantapp"], "current_public_version": "880194c8-53ce-4b6b-a274-4f79307e2f8e", "creation_date": "2016-03-08T07:01:11.482482+00:00", "modification_date": "2019-03-26T14:00:52.861225+00:00", "valid_until": null}, {"id": "d72d1b73-7460-446b-91fb-b451d079aa4d", "name": "Java", "label": "java", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/java.png", "description": "Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "name": "2018-04-18T10:11:18.477156", "local_images": [{"id": "c50cb4b2-bf7b-47e2-ab5f-3a9d3d4c1aef", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "98c93894-26a8-463b-a72b-c9d2b531b95d", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "43c43b5e-1e4f-4905-baef-71df3c565b4d", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "0c3f9f03-f490-444b-a05e-f342e917fed0", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5e07622b-ad8b-4f65-b55f-cca18c3c0bbf", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c0330755-e5d0-4c2c-ad0e-70687e1dccbb", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}], "creation_date": "2018-04-18T10:11:18.535736+00:00", "modification_date": "2018-04-18T10:11:18.535736+00:00"}], "categories": ["instantapp"], "current_public_version": "f3f69cca-aadb-4e5e-94b0-254ce05a6639", "creation_date": "2016-03-07T21:07:46.908969+00:00", "modification_date": "2019-03-26T14:00:49.430836+00:00", "valid_until": null}, {"id": "986ba672-b489-4f66-9e3b-90194ac336d4", "name": "LEMP stack", "label": "lemp_stack", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/lemp.png", "description": "LEMP stack is a version where Apache has been replaced with the more lightweight web server Nginx.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "a2e5ed1a-6f01-4f20-aabd-4115c67df590", "name": "2019-04-09T13:31:10.613803", "local_images": [{"id": "32332006-1420-4260-97c7-c1da586f68cd", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "d16622f6-32c1-4d16-a3ca-38b23d3a25fb", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "1bd37d60-4494-485f-9a82-0a211005489c", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "415d3727-0013-419a-abc6-1a688b096730", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "26c3727a-5b77-4b26-89c9-445ea2006f07", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "155ab61a-e069-4acb-bae3-e8217c5c0376", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2019-04-09T13:31:11.315416+00:00", "modification_date": "2019-04-09T13:31:11.315416+00:00"}], "categories": ["instantapp"], "current_public_version": "a2e5ed1a-6f01-4f20-aabd-4115c67df590", "creation_date": "2016-03-07T21:06:53.552980+00:00", "modification_date": "2019-04-09T13:31:12.129567+00:00", "valid_until": null}, {"id": "98ad7ccb-cc7f-4828-9da3-113e9c1bd2db", "name": "Mattermost", "label": "mattermost", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/mattermost.png", "description": "self-hosted Slack-alternative", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "42371bf7-c1ca-4889-a6d4-43febda865ca", "name": "2018-05-03T10:27:55.021511", "local_images": [{"id": "486e128c-fde7-42d7-9200-5d91b8dc2761", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "eb2ed407-177c-4195-a4ca-f3baa85e62ed", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}], "creation_date": "2018-05-03T10:27:55.610920+00:00", "modification_date": "2018-05-03T10:27:55.610920+00:00"}], "categories": ["instantapp"], "current_public_version": "42371bf7-c1ca-4889-a6d4-43febda865ca", "creation_date": "2016-07-11T14:52:57.803007+00:00", "modification_date": "2019-03-26T14:00:51.938920+00:00", "valid_until": null}, {"id": "7d4a7cb1-1fd5-4a64-920b-c79f47367254", "name": "NextCloud", "label": "nextcloud", "logo": "https://marketplace-logos.s3.nl-ams.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": "2fe66cc6-8985-4b5f-8325-83acc0589436", "name": "2019-04-16T12:25:37.374676", "local_images": [{"id": "e9af0a24-4312-4305-9386-b3a79e02f92d", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "c38073cf-ee40-4dc2-8059-ec2845f38f46", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "b9e319f5-ac4c-400d-8ff6-a6a769755190", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "0390c3e0-186d-4b24-8d0d-0e08b74fb59a", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "900971a4-3a3e-4ef9-b92f-b33c366c9f5c", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "7b7d4dde-6fe1-4586-a5a5-ae1af2ca2605", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-04-16T12:25:38.052537+00:00", "modification_date": "2019-04-16T12:25:38.052537+00:00"}], "categories": ["instantapp"], "current_public_version": "2fe66cc6-8985-4b5f-8325-83acc0589436", "creation_date": "2019-04-16T12:22:56.930842+00:00", "modification_date": "2019-04-16T12:25:38.758921+00:00", "valid_until": null}, {"id": "d11d7cc2-6ec8-4f95-a286-24fb5bac9e39", "name": "Node.js", "label": "node.js", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/nodejs.png", "description": "Node.js is an open source, cross-platform runtime environment for server-side and networking applications.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "af308511-bcb3-4583-b0e0-79dbb1eea63e", "name": "2018-04-18T10:07:15.691016", "local_images": [{"id": "a8020f20-8a66-43f3-8253-35941db3d237", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "3cc79cc6-4649-46d9-a2b6-698f1236e1d0", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "c9fb2bed-a9b8-4e1a-bf15-db8e763fe7a7", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "f01db1d0-092a-47de-a32e-09bd6bda7715", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "6f2e99e8-da99-4990-b689-7294e8a604fa", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "03980aee-14cd-44f1-be3c-508c8b8a19e6", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}], "creation_date": "2018-04-18T10:07:15.744660+00:00", "modification_date": "2018-04-18T10:07:15.744660+00:00"}], "categories": ["instantapp"], "current_public_version": "af308511-bcb3-4583-b0e0-79dbb1eea63e", "creation_date": "2016-03-07T21:06:07.014951+00:00", "modification_date": "2019-03-26T14:00:51.148549+00:00", "valid_until": null}, {"id": "b6f4edc8-21e6-4aa2-8f52-1030cf6d4dd8", "name": "OpenVPN", "label": "openvpn", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "d812e374-1169-4c91-aa90-c72acceeecb2", "name": "2019-03-25T13:06:01.961936", "local_images": [{"id": "b15ddb1a-0611-412e-881a-3aed1b36392b", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "02906ae8-bf44-4dd0-bd05-6312dd9fa234", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "3aa3622c-45d4-4388-9618-cce6974c71a0", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "cb4f1087-8edc-4a03-a718-e646cc21a14f", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a5430536-2a51-425d-8613-ef84dae91e27", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "51573d2d-301f-4d24-b0d6-f151728c82f5", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "DEV1-S"]}, {"id": "cac79531-98d5-48fa-aba1-8250214b88a3", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "4f15411a-ced3-456b-858c-a9fbfd22d37b", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-25T13:06:02.622633+00:00", "modification_date": "2019-03-25T13:06:02.622633+00:00"}], "categories": ["instantapp"], "current_public_version": "d812e374-1169-4c91-aa90-c72acceeecb2", "creation_date": "2016-03-07T21:04:57.667667+00:00", "modification_date": "2019-03-26T14:00:52.955853+00:00", "valid_until": null}, {"id": "e22a5d54-ecb5-4fdd-a130-a473737ff7ab", "name": "ownCloud", "label": "owncloud", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/owncloud.png", "description": "ownCloud lets you sync & share your files, calendar, contacts and more. Access your data from all your devices, on an open platform you can extend and modify.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "c9c02a9c-e072-48af-aefd-bf6be9028022", "name": "2018-04-18T10:09:38.952503", "local_images": [{"id": "a5fb716a-1c60-4740-a179-98ce315ca3d7", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "2fdbbbb4-3b63-403b-9604-27713971efd6", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "4208a611-a789-40ea-ac0e-fb3001ee39a9", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "93de8eae-535f-47bd-88fa-84af7b5eaf76", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "7ad0b56b-1128-418d-9a5c-c006375e63ff", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1dc04f4a-6d85-4f21-b6e8-0de9ea3efabf", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-18T10:09:39.010195+00:00", "modification_date": "2018-04-18T10:09:39.010195+00:00"}], "categories": ["instantapp"], "current_public_version": "c9c02a9c-e072-48af-aefd-bf6be9028022", "creation_date": "2016-03-07T21:05:14.365925+00:00", "modification_date": "2019-03-26T14:00:52.457272+00:00", "valid_until": null}, {"id": "58a551e0-1b8b-4c83-82e7-1b4602ad43d1", "name": "PrestaShop", "label": "prestashop", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/prestashop.png", "description": "PrestaShop is a free, open source e-commerce solution.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "name": "2018-05-16T14:57:15.505378", "local_images": [{"id": "4d07fcfa-ccda-4945-81aa-8de2206b39c0", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "73db574d-d5a0-49d5-b6ca-dd662895fac3", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "c97dc20f-8066-4d56-aabf-2b75162c0f9f", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "c78c3206-eb2b-4217-ad7c-0aca98dec145", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "7f91941c-f06a-4103-91a4-793f03b11fda", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "271a9c1f-73ef-4943-bac7-799130228040", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}], "creation_date": "2018-05-16T14:57:16.059809+00:00", "modification_date": "2018-05-16T14:57:16.059809+00:00"}], "categories": ["instantapp"], "current_public_version": "6c459ab1-4f1a-4f87-b92e-c00849c93fde", "creation_date": "2016-03-07T21:01:47.997930+00:00", "modification_date": "2019-03-26T14:00:50.067950+00:00", "valid_until": null}, {"id": "5c0f7971-c308-442e-82ab-2eb147439bd7", "name": "Python", "label": "python", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/python.png", "description": "The intended audience of this InstantApp is Python developers who want to bootstrap or test a Python application easily, in seconds.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "2642a982-e61d-4a58-8105-8838a69a85e3", "name": "2018-04-17T16:43:36.031203", "local_images": [{"id": "70b9c9cf-c2d9-4a80-b450-a7aef8226d96", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5218fa4e-8239-4831-ac2a-c96e23f387a2", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "f205e2a6-621a-4534-a5d1-36f6cf1f8376", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "613a5226-3d97-4f0e-abe2-99385a050784", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "d8416c83-8713-4622-b5aa-87388d6060c7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "1fc8dc9e-56ef-4e1f-a7b3-3daaef994b9c", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-17T16:43:36.089412+00:00", "modification_date": "2018-04-17T16:43:36.089412+00:00"}], "categories": ["instantapp"], "current_public_version": "2642a982-e61d-4a58-8105-8838a69a85e3", "creation_date": "2016-03-07T21:05:46.642023+00:00", "modification_date": "2019-03-26T14:00:49.970905+00:00", "valid_until": null}, {"id": "42866fbe-9168-4f77-8271-09beb6049a07", "name": "Ruby", "label": "ruby", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ruby.png", "description": "A dynamic, open source programming language with a focus on simplicity and productivity.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "5b8c935b-5047-43fd-a423-045dae3e0d78", "name": "2018-04-18T10:21:49.057120", "local_images": [{"id": "09c71ada-00c6-43de-ad44-c77c5b857a05", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "24f2e8ee-80f1-4a8d-83c4-74ed8cd80ed0", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M"]}, {"id": "e2479a13-414b-4a0c-ba50-d01e67ee8600", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f83a03fa-58eb-4b35-bda9-1a42b6d6d90d", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "8e3f0420-850e-4711-95df-3c1c11ee6854", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "a6ed60a0-c967-4ef5-9432-5173f8c075a6", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-L", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2018-04-18T10:21:49.119857+00:00", "modification_date": "2018-04-18T10:21:49.119857+00:00"}], "categories": ["instantapp"], "current_public_version": "5b8c935b-5047-43fd-a423-045dae3e0d78", "creation_date": "2016-03-07T22:15:25.347873+00:00", "modification_date": "2019-03-26T14:00:54.119256+00:00", "valid_until": null}, {"id": "4e18f1fc-0b66-4692-a38d-bfa4c94f29de", "name": "Torrents", "label": "torrents", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/seedbox.png", "description": "The torrents InstantApp spawns a private server to upload and download your digital files.", "organization": {"id": "6d6b64e5-6bad-4cc6-b7ef-2030884c3e11", "name": "mtouron@ocs.online.net"}, "versions": [{"id": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "name": "2019-03-25T13:04:01.408435", "local_images": [{"id": "41d0db97-4822-4642-96ec-6f3fbcfc167c", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "3fbe5f72-81da-4a0a-91ef-36ab68fc801e", "zone": "ams1", "arch": "arm", "compatible_commercial_types": []}, {"id": "1aed7396-79dc-431d-af03-d3dde35d195f", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "DEV1-S"]}, {"id": "398875b6-de43-4946-976f-ba5189954912", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "a3160162-3d72-4632-8e42-4849a1280743", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "f5d116e3-2b58-44cf-a83a-cd0682135473", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-25T13:04:02.099902+00:00", "modification_date": "2019-03-25T13:04:02.099902+00:00"}], "categories": ["instantapp"], "current_public_version": "53d2e4fb-20df-4ba9-8d65-29256f2be480", "creation_date": "2016-03-07T21:08:02.980958+00:00", "modification_date": "2019-03-26T14:00:51.427329+00:00", "valid_until": null}, {"id": "3f1b9623-71ba-4fe3-b994-27fcdaa850ba", "name": "Ubuntu 20.04 Focal Fossa", "label": "ubuntu_focal", "logo": "https://marketplace-logos.s3.nl-ams.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": "449bdf2d-9c08-4db6-9c17-156d6cb083bc", "name": "2021-03-25T11:49:34.134953+00:00", "local_images": [{"id": "58ee4636-3043-4ca3-82c4-5976a071453d", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["ENT1-S", "ENT1-M", "ENT1-L", "ENT1-XL", "ENT1-XXL", "ENT1-XXXL", "ENT1-XXXXL"]}, {"id": "9ca69019-edd2-4adf-bc0a-bd259ff8dc55", "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": "7af873db-4999-4147-a176-59f6f22833fd", "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": "a3ea99d3-c2fe-4189-acd3-219d9057eadd", "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", "STARDUST1-S"]}, {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "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", "STARDUST1-S"]}], "creation_date": "2021-03-25T11:49:34.183695+00:00", "modification_date": "2021-03-25T11:49:34.183695+00:00"}], "categories": ["distribution"], "current_public_version": "449bdf2d-9c08-4db6-9c17-156d6cb083bc", "creation_date": "2020-02-17T15:50:48.980694+00:00", "modification_date": "2021-03-25T12:12:21.986402+00:00", "valid_until": null}, {"id": "e0808ca5-1e0a-4070-8aff-d2e49e9600c1", "name": "Ubuntu Bionic ML 10.1", "label": "ubuntu_bionic_ml_10.1", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "description": "Ubuntu Bionic for Machine Learning 10.1", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "38be59ec-1291-4696-83a9-f46a2eb2ce70", "name": "2021-01-27T16:04:54.780008", "local_images": [{"id": "cefd1206-67ce-4321-ad7e-090272fbf4e6", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}, {"id": "329dfbda-aa29-438f-bba0-2a1eff865d65", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}], "creation_date": "2021-01-27T16:04:55.121317+00:00", "modification_date": "2021-01-27T16:04:55.121317+00:00"}], "categories": ["Machine Learning"], "current_public_version": "38be59ec-1291-4696-83a9-f46a2eb2ce70", "creation_date": "2019-03-06T17:24:56.871317+00:00", "modification_date": "2021-01-27T16:07:53.196132+00:00", "valid_until": null}, {"id": "7e48e55a-7b46-4e4f-b2d2-6b7316cdca8c", "name": "Ubuntu Bionic ML 9.2", "label": "ubuntu_bionic_ml_9.2", "logo": "https://marketplace-logos.s3.nl-ams.scw.cloud/ubuntu.png", "description": "Ubuntu Bionic for Machine Learning 9.2", "organization": {"id": "51b656e3-4865-41e8-adbc-0c45bdd780db", "name": "Instances User Resources Build System"}, "versions": [{"id": "5e867d97-93eb-4420-80ee-14e8348d5ad6", "name": "2021-01-27T15:43:05.903480", "local_images": [{"id": "eea5b9d6-0b1f-4411-b369-75a5d4372ca7", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}, {"id": "04495e24-7295-4533-b817-344c36553305", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["RENDER-S"]}], "creation_date": "2021-01-27T15:43:06.292055+00:00", "modification_date": "2021-01-27T15:43:06.292055+00:00"}], "categories": ["Machine Learning"], "current_public_version": "5e867d97-93eb-4420-80ee-14e8348d5ad6", "creation_date": "2019-03-06T17:24:29.909001+00:00", "modification_date": "2021-01-27T15:52:02.617863+00:00", "valid_until": null}, {"id": "215a50f9-0ba8-4e9c-a4e7-10caf50e3586", "name": "WordPress", "label": "wordpress", "logo": "https://marketplace-logos.s3.nl-ams.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": "mtouron@ocs.online.net"}, "versions": [{"id": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "name": "2019-03-08T08:58:28.893091", "local_images": [{"id": "8523fb41-500a-4f21-998b-890908da6119", "zone": "par1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "5645133b-67a3-4644-9941-16f7e2b428ea", "zone": "par1", "arch": "arm", "compatible_commercial_types": ["C1"]}, {"id": "757fac76-5265-46f8-8a1f-00c0fb270010", "zone": "par1", "arch": "arm64", "compatible_commercial_types": ["ARM64-8GB", "ARM64-2GB", "ARM64-32GB", "ARM64-128GB", "ARM64-4GB", "ARM64-64GB", "ARM64-16GB"]}, {"id": "0bfbc358-88f6-45b8-ba9d-d47c96a18fa7", "zone": "pl-waw-1", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}, {"id": "7a892c1a-bbdc-491f-9974-4008e3708664", "zone": "ams1", "arch": "x86_64", "compatible_commercial_types": ["X64-120GB", "C2M", "START1-S", "VC1S", "START1-XS", "C2L", "X64-15GB", "C2S", "X64-30GB", "START1-L", "START1-M", "X64-60GB", "VC1L", "VC1M", "GP1-XS", "DEV1-M", "DEV1-L", "DEV1-S", "GP1-XL", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S"]}, {"id": "726334eb-0733-4b6a-becd-769ff9bfe16d", "zone": "ams1", "arch": "arm64", "compatible_commercial_types": ["ARM64-4GB", "ARM64-128GB", "ARM64-16GB", "ARM64-32GB", "ARM64-8GB", "ARM64-2GB", "ARM64-64GB"]}, {"id": "ad1f7900-e843-4745-846f-9b1ec1230557", "zone": "fr-par-2", "arch": "x86_64", "compatible_commercial_types": ["GP1-XS", "DEV1-M", "DEV1-L", "START1-XS", "DEV1-S", "RENDER-S", "GP1-XL", "C2S", "X64-15GB", "DEV1-XL", "C2L", "C2M", "VC1S", "START1-S", "X64-30GB", "GP1-L", "GP1-M", "GP1-S", "START1-L", "START1-M", "VC1L", "VC1M", "X64-120GB", "X64-60GB"]}], "creation_date": "2019-03-08T08:58:28.971149+00:00", "modification_date": "2019-03-08T08:58:28.971149+00:00"}], "categories": ["instantapp"], "current_public_version": "3fb22e1f-de7f-4787-9bf8-32770151a45e", "creation_date": "2016-03-07T21:03:59.783534+00:00", "modification_date": "2019-03-26T14:00:50.250657+00:00", "valid_until": null}]}' headers: - Cache-Control: - - no-cache Content-Length: - - "55793" + - "75478" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:15 GMT + - Tue, 27 Apr 2021 12:33:22 GMT Link: - ; rel="last" Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1421,9 +129,9 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e192546-49ea-4e45-b3ad-0394e979e092 + - 5c07e782-c876-4c87-99b5-e7c56f25e77d X-Total-Count: - - "32" + - "33" status: 200 OK code: 200 duration: "" @@ -1432,30 +140,22 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/16152446-99ed-4795-9d3f-87ec2f5b891d method: GET response: - body: '{"image": {"id": "cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc", "name": "Ubuntu - 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "root_volume": {"id": "6e66445c-e52e-4cfa-bf4c-f36e291e2c30", "name": "ubuntu_20.04_focal_fossa:volume-0", - "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": - true, "arch": "x86_64", "creation_date": "2020-07-09T10:38:16.265025+00:00", - "modification_date": "2020-07-09T10:38:16.265025+00:00", "default_bootscript": - null, "from_server": null, "state": "available", "zone": "fr-par-1"}}' + body: '{"image": {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "210db8e4-9645-4369-aa7e-9caa57ba79dd", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2021-03-25T11:32:29.589126+00:00", "modification_date": "2021-03-25T11:32:29.589126+00:00", "default_bootscript": null, "from_server": null, "state": "available", "zone": "fr-par-1"}}' headers: - Cache-Control: - - no-cache Content-Length: - - "558" + - "609" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:16 GMT + - Tue, 27 Apr 2021 12:33:23 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1463,7 +163,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e98c874-3401-47f4-9cfd-54819cfe8abd + - 7ddce985-f620-4870-8380-6404c044a8e6 status: 200 OK code: 200 duration: "" @@ -1472,309 +172,24 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers method: GET response: - body: '{"servers": {"ARM64-128GB": {"alt_names": [], "arch": "arm64", "ncpus": - 64, "ram": 137438953472, "gpu": null, "volumes_constraint": {"min_size": 500000000000, - "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": - 279.99, "hourly_price": 0.56, "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": null, "sum_internet_bandwidth": - 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}]}}, "ARM64-16GB": {"alt_names": [], "arch": "arm64", "ncpus": 16, - "ram": 17179869184, "gpu": null, "volumes_constraint": {"min_size": 200000000000, - "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 34.99, "hourly_price": - 0.07, "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": null, "sum_internet_bandwidth": 524288000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "ARM64-2GB": - {"alt_names": [], "arch": "arm64", "ncpus": 4, "ram": 2147483648, "gpu": null, - "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 2.99, "hourly_price": 0.006, "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": null, "sum_internet_bandwidth": - 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}]}}, "ARM64-32GB": {"alt_names": [], "arch": "arm64", "ncpus": 32, - "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, - "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 69.99, "hourly_price": - 0.14, "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": null, "sum_internet_bandwidth": 524288000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "ARM64-4GB": - {"alt_names": [], "arch": "arm64", "ncpus": 6, "ram": 4294967296, "gpu": null, - "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 5.99, "hourly_price": 0.012, "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": - null, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 209715200}]}}, "ARM64-64GB": {"alt_names": [], "arch": - "arm64", "ncpus": 48, "ram": 68719476736, "gpu": null, "volumes_constraint": - {"min_size": 400000000000, "max_size": 800000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 139.99, "hourly_price": 0.28, "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": null, "sum_internet_bandwidth": - 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}]}}, "ARM64-8GB": {"alt_names": [], "arch": "arm64", "ncpus": 8, - "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 11.99, "hourly_price": - 0.024, "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": null, "sum_internet_bandwidth": 209715200, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "C1": {"alt_names": - [], "arch": "arm", "ncpus": 4, "ram": 2147483648, "gpu": null, "volumes_constraint": - {"min_size": 50000000000, "max_size": 1000000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - true, "monthly_price": 2.99, "hourly_price": 0.006, "capabilities": {"boot_types": - ["bootscript", "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - false, "placement_groups": false, "block_storage": false, "private_network": - 0}, "network": {"ipv6_support": false, "sum_internal_bandwidth": 1073741824, - "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": 1073741824, - "internet_bandwidth": 209715200}]}}, "C2L": {"alt_names": [], "arch": "x86_64", - "ncpus": 8, "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": true, "monthly_price": - 23.99, "hourly_price": 0.048, "capabilities": {"boot_types": ["bootscript", - "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - false, "placement_groups": false, "block_storage": false, "private_network": - 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5368709120, - "sum_internet_bandwidth": 629145600, "interfaces": [{"internal_bandwidth": 2684354560, - "internet_bandwidth": 629145600}, {"internal_bandwidth": 2684354560, "internet_bandwidth": - null}]}}, "C2M": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, - "gpu": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 1000000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": true, "monthly_price": 17.99, "hourly_price": 0.036, "capabilities": - {"boot_types": ["bootscript", "rescue"], "default_boot_type": "bootscript", - "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": - false, "private_network": 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 5368709120, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": - 2684354560, "internet_bandwidth": 524288000}, {"internal_bandwidth": 2684354560, - "internet_bandwidth": null}]}}, "C2S": {"alt_names": [], "arch": "x86_64", "ncpus": - 4, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 50000000000, - "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "baremetal": true, "monthly_price": - 11.99, "hourly_price": 0.024, "capabilities": {"boot_types": ["bootscript", - "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": - false, "placement_groups": false, "block_storage": false, "private_network": - 0}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 2684354560, - "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": 2684354560, - "internet_bandwidth": 314572800}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", - "ncpus": 4, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": - 80000000000, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": - 15.99, "hourly_price": 0.032, "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": 419430400, "sum_internet_bandwidth": - 419430400, "interfaces": [{"internal_bandwidth": 419430400, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "DEV1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": null, - "volumes_constraint": {"min_size": 40000000000, "max_size": 40000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 7.99, "hourly_price": 0.016, "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": 314572800, "sum_internet_bandwidth": - 314572800, "interfaces": [{"internal_bandwidth": 314572800, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 314572800}]}}, "DEV1-S": - {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, - "volumes_constraint": {"min_size": 20000000000, "max_size": 20000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": - false, "monthly_price": 2.99, "hourly_price": 0.006, "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": 209715200, "sum_internet_bandwidth": - 209715200, "interfaces": [{"internal_bandwidth": 209715200, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "DEV1-XL": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": null, - "volumes_constraint": {"min_size": 120000000000, "max_size": 120000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, - "baremetal": false, "monthly_price": 23.99, "hourly_price": 0.048, "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": - 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": - 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 524288000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": null, "volumes_constraint": {"min_size": 600000000000, - "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "baremetal": false, "monthly_price": 299.0, "hourly_price": - 0.598, "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": - 5368709120, "sum_internet_bandwidth": 5368709120, "interfaces": [{"internal_bandwidth": - 5368709120, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5368709120}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": null, "volumes_constraint": {"min_size": 600000000000, "max_size": - 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 800000000000}}, "baremetal": false, "monthly_price": 159.0, "hourly_price": - 0.318, "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": - 1610612736, "sum_internet_bandwidth": 1610612736, "interfaces": [{"internal_bandwidth": - 1610612736, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1610612736}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 800000000000}}, "baremetal": false, "monthly_price": 79.0, "hourly_price": 0.158, - "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": - 838860800, "sum_internet_bandwidth": 838860800, "interfaces": [{"internal_bandwidth": - 838860800, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 838860800}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": null, "volumes_constraint": {"min_size": 600000000000, - "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "baremetal": false, "monthly_price": 569.0, "hourly_price": - 1.138, "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": - 10737418240, "sum_internet_bandwidth": 10737418240, "interfaces": [{"internal_bandwidth": - 10737418240, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10737418240}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": null, "volumes_constraint": {"min_size": 150000000000, "max_size": - 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 800000000000}}, "baremetal": false, "monthly_price": 39.0, "hourly_price": 0.078, - "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": - 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": - 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 524288000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 48318382080, "gpu": 1, "volumes_constraint": {"min_size": 400000000000, - "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 800000000000}}, "baremetal": false, "monthly_price": 499.99, "hourly_price": - 1.0, "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": - 1073741824, "sum_internet_bandwidth": 1073741824, "interfaces": [{"internal_bandwidth": - 1073741824, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1073741824}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 15.99, "hourly_price": - 0.032, "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": null, "sum_internet_bandwidth": 419430400, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": null, - "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 7.99, "hourly_price": 0.016, "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": - null, "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 314572800}]}}, "START1-S": {"alt_names": [], "arch": - "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": - {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 3.99, "hourly_price": 0.008, "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": null, "sum_internet_bandwidth": - 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": null, "volumes_constraint": {"min_size": 25000000000, - "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 1.99, "hourly_price": - 0.004, "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": null, "sum_internet_bandwidth": 104857600, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 104857600}]}}, "VC1L": {"alt_names": - ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": null, "volumes_constraint": - {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 9.99, "hourly_price": 0.02, "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": null, "sum_internet_bandwidth": - 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}]}}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": - 4, "ram": 4294967296, "gpu": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 5.99, "hourly_price": - 0.012, "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": null, "sum_internet_bandwidth": 209715200, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "VC1S": {"alt_names": - ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": - {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 2.99, "hourly_price": 0.006, "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": null, "sum_internet_bandwidth": - 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 209715200}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": null, "volumes_constraint": {"min_size": 500000000000, - "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": - 179.99, "hourly_price": 0.36, "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": null, "sum_internet_bandwidth": - 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": null, "volumes_constraint": {"min_size": 200000000000, - "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "baremetal": false, "monthly_price": 24.99, "hourly_price": - 0.05, "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": null, "sum_internet_bandwidth": 262144000, "interfaces": - [{"internal_bandwidth": null, "internet_bandwidth": 262144000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": null, - "volumes_constraint": {"min_size": 300000000000, "max_size": 400000000000}, - "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, - "baremetal": false, "monthly_price": 49.99, "hourly_price": 0.1, "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": - null, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": - null, "internet_bandwidth": 524288000}]}}, "X64-60GB": {"alt_names": [], "arch": - "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": null, "volumes_constraint": - {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": - {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": - false, "monthly_price": 89.99, "hourly_price": 0.18, "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": null, "sum_internet_bandwidth": - 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": - 1073741824}]}}}}' + body: '{"servers": {"C1": {"alt_names": [], "arch": "arm", "ncpus": 4, "ram": 2147483648, "gpu": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": true, "monthly_price": 4.32, "hourly_price": 0.006, "capabilities": {"boot_types": ["bootscript", "rescue"], "default_boot_type": "bootscript", "hot_snapshots_local_volume": false, "placement_groups": false, "block_storage": false, "private_network": 0}, "network": {"ipv6_support": false, "sum_internal_bandwidth": 1073741824, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": 1073741824, "internet_bandwidth": 209715200}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 80000000000, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 28.8, "hourly_price": 0.04, "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": 419430400, "sum_internet_bandwidth": 419430400, "interfaces": [{"internal_bandwidth": 419430400, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": null, "volumes_constraint": {"min_size": 40000000000, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 14.4, "hourly_price": 0.02, "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": 314572800, "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": 314572800, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 314572800}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": {"min_size": 20000000000, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 7.2, "hourly_price": 0.01, "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": 209715200, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": 209715200, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": null, "volumes_constraint": {"min_size": 120000000000, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 43.2, "hourly_price": 0.06, "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": 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": null, "volumes_constraint": {"min_size": 600000000000, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 475.2, "hourly_price": 0.66, "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": 5368709120, "sum_internet_bandwidth": 5368709120, "interfaces": [{"internal_bandwidth": 5368709120, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 5368709120}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": null, "volumes_constraint": {"min_size": 600000000000, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 244.8, "hourly_price": 0.34, "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": 1610612736, "sum_internet_bandwidth": 1610612736, "interfaces": [{"internal_bandwidth": 1610612736, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1610612736}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 122.4, "hourly_price": 0.17, "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": 838860800, "sum_internet_bandwidth": 838860800, "interfaces": [{"internal_bandwidth": 838860800, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 838860800}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": null, "volumes_constraint": {"min_size": 300000000000, "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": 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": null, "volumes_constraint": {"min_size": 600000000000, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 1008.0, "hourly_price": 1.4, "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": 10737418240, "sum_internet_bandwidth": 10737418240, "interfaces": [{"internal_bandwidth": 10737418240, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 10737418240}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": null, "volumes_constraint": {"min_size": 150000000000, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 60.48, "hourly_price": 0.084, "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": 524288000, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": 524288000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 48318382080, "gpu": 1, "volumes_constraint": {"min_size": 400000000000, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 720.0, "hourly_price": 1.0, "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": 1073741824, "sum_internet_bandwidth": 1073741824, "interfaces": [{"internal_bandwidth": 1073741824, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 1073741824}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": null, "volumes_constraint": {"min_size": 10000000000, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "baremetal": false, "monthly_price": 1.8, "hourly_price": 0.0025, "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": 104857600, "sum_internet_bandwidth": 104857600, "interfaces": [{"internal_bandwidth": 104857600, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": 104857600}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 23.04, "hourly_price": 0.032, "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": null, "sum_internet_bandwidth": 419430400, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 419430400}]}}, "START1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 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.52, "hourly_price": 0.016, "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": null, "sum_internet_bandwidth": 314572800, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 314572800}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 5.76, "hourly_price": 0.008, "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": null, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": null, "volumes_constraint": {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 2.88, "hourly_price": 0.004, "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": null, "sum_internet_bandwidth": 104857600, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 104857600}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": null, "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 14.4, "hourly_price": 0.02, "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": null, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": null, "volumes_constraint": {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 8.64, "hourly_price": 0.012, "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": null, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": null, "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 4.32, "hourly_price": 0.006, "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": null, "sum_internet_bandwidth": 209715200, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 209715200}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": null, "volumes_constraint": {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 259.2, "hourly_price": 0.36, "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": null, "sum_internet_bandwidth": 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 1073741824}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": null, "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 36.0, "hourly_price": 0.05, "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": null, "sum_internet_bandwidth": 262144000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 262144000}]}}, "X64-30GB": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": null, "volumes_constraint": {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 72.0, "hourly_price": 0.1, "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": null, "sum_internet_bandwidth": 524288000, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 524288000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": null, "volumes_constraint": {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "baremetal": false, "monthly_price": 129.6, "hourly_price": 0.18, "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": null, "sum_internet_bandwidth": 1073741824, "interfaces": [{"internal_bandwidth": null, "internet_bandwidth": 1073741824}]}}}}' headers: - Cache-Control: - - no-cache Content-Length: - - "23709" + - "17942" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:16 GMT + - Tue, 27 Apr 2021 12:33:23 GMT Link: - ; rel="last" Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1782,30 +197,25 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a159ab7e-5d08-49a9-adcc-f88f827d1c1c + - bbd9fb40-a39f-4a89-8bfb-b73c3c2119c5 X-Total-Count: - - "32" + - "24" status: 200 OK code: 200 duration: "" - request: - body: '{"organization":"951df375-e094-4d26-97c1-ba548eeb9c42"}' + body: '{"project":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "f09f0dcb-86bd-4d74-88d3-e623ac6b85f5", "address": "51.158.65.202", - "reverse": null, "server": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", - "project": "951df375-e094-4d26-97c1-ba548eeb9c42", "zone": "fr-par-1", "tags": - []}}' + body: '{"ip": {"id": "1b3e9eac-2ba1-423e-9711-9f031360b568", "address": "51.158.74.120", "reverse": null, "server": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "zone": "fr-par-1", "tags": []}}' headers: - Cache-Control: - - no-cache Content-Length: - "254" Content-Security-Policy: @@ -1813,11 +223,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:16 GMT + - Tue, 27 Apr 2021 12:33:23 GMT Location: - - https://cp-par1.scaleway.com/ips/f09f0dcb-86bd-4d74-88d3-e623ac6b85f5 + - https://par1-cmp-prd-api02.internal.scaleway.com/ips/1b3e9eac-2ba1-423e-9711-9f031360b568 Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1825,65 +235,35 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a33b7b4-4f6d-4a76-b1d2-f3511001a6ff + - 1b05060d-002c-4320-9e26-5fa56e248658 status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-srv-jovial-goldwasser","commercial_type":"DEV1-S","image":"cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc","public_ip":"f09f0dcb-86bd-4d74-88d3-e623ac6b85f5","organization":"951df375-e094-4d26-97c1-ba548eeb9c42"}' + body: '{"name":"cli-srv-heuristic-dubinsky","commercial_type":"DEV1-S","image":"16152446-99ed-4795-9d3f-87ec2f5b891d","public_ip":"1b3e9eac-2ba1-423e-9711-9f031360b568","boot_type":"local","project":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "351e2d32-f23e-4cff-9412-2a96a77ceca8", "name": "cli-srv-jovial-goldwasser", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "951df375-e094-4d26-97c1-ba548eeb9c42", "project": "951df375-e094-4d26-97c1-ba548eeb9c42", - "hostname": "cli-srv-jovial-goldwasser", "image": {"id": "cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc", - "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "root_volume": {"id": "6e66445c-e52e-4cfa-bf4c-f36e291e2c30", "name": "ubuntu_20.04_focal_fossa:volume-0", - "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": - true, "arch": "x86_64", "creation_date": "2020-07-09T10:38:16.265025+00:00", - "modification_date": "2020-07-09T10:38:16.265025+00:00", "default_bootscript": - null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": - {"0": {"id": "de291d5e-dbd7-4d0e-b06c-85721a88d7d2", "name": "ubuntu_20.04_focal_fossa:volume-0", - "volume_type": "l_ssd", "export_uri": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", - "server": {"id": "351e2d32-f23e-4cff-9412-2a96a77ceca8", "name": "cli-srv-jovial-goldwasser"}, - "size": 20000000000, "state": "available", "creation_date": "2020-07-21T15:50:17.167847+00:00", - "modification_date": "2020-07-21T15:50:17.366618+00:00", "zone": "fr-par-1"}}, - "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": - {"id": "f09f0dcb-86bd-4d74-88d3-e623ac6b85f5", "address": "51.158.65.202", "dynamic": - false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": - false, "private_ip": null, "creation_date": "2020-07-21T15:50:17.167847+00:00", - "modification_date": "2020-07-21T15:50:17.167847+00:00", "bootscript": {"id": - "34017869-d088-475c-b5ec-2cede3bb84e3", "public": true, "title": "x86_64 mainline - 4.4.182 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182", - "dtb": "", "initrd": "http://169.254.42.24/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": "54e2d5f6-d79c-44cc-b19f-613699b9cc7e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: '{"server": {"id": "605f4f3e-05bb-499a-8e84-b6e9c21e7690", "name": "cli-srv-heuristic-dubinsky", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "hostname": "cli-srv-heuristic-dubinsky", "image": {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "210db8e4-9645-4369-aa7e-9caa57ba79dd", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2021-03-25T11:32:29.589126+00:00", "modification_date": "2021-03-25T11:32:29.589126+00:00", "default_bootscript": null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": {"0": {"id": "b1ea734d-773f-4dab-8908-4e40bd1db54c", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "export_uri": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "server": {"id": "605f4f3e-05bb-499a-8e84-b6e9c21e7690", "name": "cli-srv-heuristic-dubinsky"}, "size": 20000000000, "state": "available", "creation_date": "2021-04-27T12:33:24.096034+00:00", "modification_date": "2021-04-27T12:33:24.096034+00:00", "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": {"id": "1b3e9eac-2ba1-423e-9711-9f031360b568", "address": "51.158.74.120", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": null, "creation_date": "2021-04-27T12:33:24.096034+00:00", "modification_date": "2021-04-27T12:33:24.096034+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": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/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": "8c2471b6-317d-46a9-ba7d-081f1bc8ba69", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: - Cache-Control: - - no-cache Content-Length: - - "2473" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:17 GMT + - Tue, 27 Apr 2021 12:33:24 GMT Location: - - https://cp-par1.scaleway.com/servers/351e2d32-f23e-4cff-9412-2a96a77ceca8 + - https://par1-cmp-prd-api02.internal.scaleway.com/servers/605f4f3e-05bb-499a-8e84-b6e9c21e7690 Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1891,33 +271,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64166fe4-19b5-4857-be56-43050c7905f6 + - 3369e1bc-59aa-4d4a-bceb-2b5ade2c077b status: 201 Created code: 201 duration: "" - request: - body: '{"name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"check_max_retries":5,"port":8888,"check_timeout":null,"check_delay":null},"server_ip":null,"send_proxy_v2":false,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","timeout_server":null,"timeout_connect":null,"timeout_tunnel":null}' + body: '{"name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"check_max_retries":5,"port":8888,"check_send_proxy":false,"check_timeout":null,"check_delay":null},"server_ip":null,"send_proxy_v2":false,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","timeout_server":null,"timeout_connect":null,"timeout_tunnel":null}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/354c487f-5eb9-4d7a-928d-07f76d22351e/backends method: POST response: - body: '{"id":"f4bdb7ec-d070-415d-b5c5-ec134884b68f","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"tcp_config":{}},"pool":[],"lb":{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"ready","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"ready","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown"}' + body: '{"id":"b1466359-95a5-46e4-9968-a1b6ab166940","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e50fe662-3279-4732-9ebd-cfa58457b77f","status":"ready","ip_address":"10.65.40.103","created_at":"2021-04-27T11:51:05.633148Z","updated_at":"2021-04-27T12:33:21.049411Z","region":"fr-par","zone":"fr-par-1"},{"id":"32037751-d48a-42af-a0c6-0e91ed703d33","status":"ready","ip_address":"10.69.58.49","created_at":"2021-04-27T03:09:42.806815Z","updated_at":"2021-04-27T12:33:21.269213Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807Z","updated_at":"2021-04-27T12:33:21.583850Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-27T12:33:24.584270852Z","updated_at":"2021-04-27T12:33:24.584270852Z"}' headers: Content-Length: - - "1311" + - "1865" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:17 GMT + - Tue, 27 Apr 2021 12:33:24 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1925,33 +305,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6be28e7b-9549-4bd1-b056-724f4086ea25 + - e7fc0997-f625-4617-a7ad-dcedb04b6b57 status: 200 OK code: 200 duration: "" - request: - body: '{"name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"check_max_retries":5,"port":8888,"check_timeout":null,"check_delay":null},"server_ip":null,"send_proxy_v2":false,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","timeout_server":null,"timeout_connect":null,"timeout_tunnel":null}' + body: '{"name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"check_max_retries":5,"port":8888,"check_send_proxy":false,"check_timeout":null,"check_delay":null},"server_ip":null,"send_proxy_v2":false,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","timeout_server":null,"timeout_connect":null,"timeout_tunnel":null}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/354c487f-5eb9-4d7a-928d-07f76d22351e/backends method: POST response: - body: '{"id":"73027ed1-950e-4db9-b91f-7573fb18eba0","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"tcp_config":{}},"pool":[],"lb":{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"0aa2609e-427d-4c02-a507-e9a3d098d58d","status":"pending","ip_address":"10.65.78.87","region":"fr-par"},{"id":"3eeb7123-ec3c-4b88-922a-367f5f5abcd8","status":"pending","ip_address":"10.69.18.43","region":"fr-par"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown"}' + body: '{"id":"29777872-8f83-4c2b-9b5a-d829d2189229","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":[],"lb":{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e50fe662-3279-4732-9ebd-cfa58457b77f","status":"pending","ip_address":"10.65.40.103","created_at":"2021-04-27T11:51:05.633148Z","updated_at":"2021-04-27T12:33:24.624098Z","region":"fr-par","zone":"fr-par-1"},{"id":"32037751-d48a-42af-a0c6-0e91ed703d33","status":"pending","ip_address":"10.69.58.49","created_at":"2021-04-27T03:09:42.806815Z","updated_at":"2021-04-27T12:33:24.711827Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807Z","updated_at":"2021-04-27T12:33:21.583850Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-27T12:33:24.939508016Z","updated_at":"2021-04-27T12:33:24.939508016Z"}' headers: Content-Length: - - "1315" + - "1869" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:18 GMT + - Tue, 27 Apr 2021 12:33:25 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1959,33 +339,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c493495-21fa-4fea-9624-a4e76106a9bd + - d7df5e04-ee98-41e7-8270-7fe4c062a9f5 status: 200 OK code: 200 duration: "" - request: - body: '{"server_ip":["51.158.65.202"]}' + body: '{"server_ip":["51.158.74.120"]}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/backends/73027ed1-950e-4db9-b91f-7573fb18eba0/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/29777872-8f83-4c2b-9b5a-d829d2189229/servers method: POST response: - body: '{"id":"73027ed1-950e-4db9-b91f-7573fb18eba0","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"tcp_config":{}},"pool":["51.158.65.202"],"lb":{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":0,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown"}' + body: '{"id":"29777872-8f83-4c2b-9b5a-d829d2189229","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":["51.158.74.120"],"lb":{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807Z","updated_at":"2021-04-27T12:33:21.583850Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-27T12:33:24.939508Z","updated_at":"2021-04-27T12:33:25.308223506Z"}' headers: Content-Length: - - "1111" + - "1453" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:18 GMT + - Tue, 27 Apr 2021 12:33:25 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1993,33 +373,33 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee30df5f-6352-4d94-894a-1b49bccd09b2 + - 00e079d3-e7ba-4dba-b179-fc64cb97c28a status: 200 OK code: 200 duration: "" - request: - body: '{"name":"cli-test","inbound_port":8888,"backend_id":"73027ed1-950e-4db9-b91f-7573fb18eba0","timeout_client":null}' + body: '{"name":"cli-test","inbound_port":8888,"backend_id":"29777872-8f83-4c2b-9b5a-d829d2189229","certificate_id":null,"certificate_ids":null,"timeout_client":null}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8/frontends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/354c487f-5eb9-4d7a-928d-07f76d22351e/frontends method: POST response: - body: '{"id":"19f3f546-1c3d-410f-b9ca-5c0ff673d8b2","name":"cli-test","inbound_port":8888,"backend":{"id":"73027ed1-950e-4db9-b91f-7573fb18eba0","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"tcp_config":{}},"pool":["51.158.65.202"],"lb":{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown"},"lb":{"id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"5275026a-7c32-4627-973c-d5b68df03c81","ip_address":"195.154.71.4","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"ba19a65e-f37b-4994-ab79-b400e399c2d8","reverse":"195-154-71-4.lb.fr-par.scw.cloud","region":"fr-par"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","region":"fr-par"},"timeout_client":null,"certificate":null,"certificate_ids":[]}' + body: '{"id":"a4c51414-d37d-4b22-9bff-28d731187c00","name":"cli-test","inbound_port":8888,"backend":{"id":"29777872-8f83-4c2b-9b5a-d829d2189229","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"tcp_config":{}},"pool":["51.158.74.120"],"lb":{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807Z","updated_at":"2021-04-27T12:33:21.583850Z","region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":null,"timeout_connect":null,"timeout_tunnel":null,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2021-04-27T12:33:24.939508Z","updated_at":"2021-04-27T12:33:25.308224Z"},"lb":{"id":"354c487f-5eb9-4d7a-928d-07f76d22351e","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2ddaac1-2e04-485b-a6ba-6c9b0af7df08","ip_address":"51.159.115.76","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"354c487f-5eb9-4d7a-928d-07f76d22351e","reverse":"51-159-115-76.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:20.535807Z","updated_at":"2021-04-27T12:33:21.583850Z","region":"fr-par","zone":"fr-par-1"},"timeout_client":null,"certificate":null,"certificate_ids":[],"created_at":"2021-04-27T12:33:25.817197Z","updated_at":"2021-04-27T12:33:25.817197Z"}' headers: Content-Length: - - "1860" + - "2513" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:18 GMT + - Tue, 27 Apr 2021 12:33:26 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2027,7 +407,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6c770d9-d10c-4c0d-9677-415c93943798 + - 9cd160d7-de7e-4374-8ba1-5ce95a809ad0 status: 200 OK code: 200 duration: "" @@ -2036,11 +416,11 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8/stats + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/354c487f-5eb9-4d7a-928d-07f76d22351e/stats method: GET response: - body: '{"backend_servers_stats":[{"instance_id":"7a8320d1-bfb2-437d-b367-eaec4ce5b241","backend_id":"73027ed1-950e-4db9-b91f-7573fb18eba0","ip":"51.158.65.202","server_state":"stopped","server_state_changed_at":"2020-07-21T15:50:26Z","last_health_check_status":"failed"}]}' + body: '{"backend_servers_stats":[{"instance_id":"f9a7ebdc-ae95-4240-8e90-45256181a1fb","backend_id":"29777872-8f83-4c2b-9b5a-d829d2189229","ip":"51.158.74.120","server_state":"running","server_state_changed_at":"2021-04-27T12:33:25Z","last_health_check_status":"failed"}]}' headers: Content-Length: - "265" @@ -2049,9 +429,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:29 GMT + - Tue, 27 Apr 2021 12:33:36 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,7 +439,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 24518bbe-a25b-4f40-8759-9b5dd374a2f1 + - f12c6b32-a1a1-4b2d-83e7-f15089d9cd5e status: 200 OK code: 200 duration: "" @@ -2068,8 +448,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/ba19a65e-f37b-4994-ab79-b400e399c2d8?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/354c487f-5eb9-4d7a-928d-07f76d22351e?release_ip=false method: DELETE response: body: "" @@ -2079,9 +459,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:29 GMT + - Tue, 27 Apr 2021 12:33:36 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2089,7 +469,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14c76500-183e-4652-b55e-15c9ff3c475a + - 018a327f-33e0-41ec-b241-a11c84993f8f status: 204 No Content code: 204 duration: "" @@ -2098,52 +478,22 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/351e2d32-f23e-4cff-9412-2a96a77ceca8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/605f4f3e-05bb-499a-8e84-b6e9c21e7690 method: GET response: - body: '{"server": {"id": "351e2d32-f23e-4cff-9412-2a96a77ceca8", "name": "cli-srv-jovial-goldwasser", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "951df375-e094-4d26-97c1-ba548eeb9c42", "project": "951df375-e094-4d26-97c1-ba548eeb9c42", - "hostname": "cli-srv-jovial-goldwasser", "image": {"id": "cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc", - "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "root_volume": {"id": "6e66445c-e52e-4cfa-bf4c-f36e291e2c30", "name": "ubuntu_20.04_focal_fossa:volume-0", - "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": - true, "arch": "x86_64", "creation_date": "2020-07-09T10:38:16.265025+00:00", - "modification_date": "2020-07-09T10:38:16.265025+00:00", "default_bootscript": - null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": - {"0": {"id": "de291d5e-dbd7-4d0e-b06c-85721a88d7d2", "name": "ubuntu_20.04_focal_fossa:volume-0", - "volume_type": "l_ssd", "export_uri": null, "organization": "951df375-e094-4d26-97c1-ba548eeb9c42", - "server": {"id": "351e2d32-f23e-4cff-9412-2a96a77ceca8", "name": "cli-srv-jovial-goldwasser"}, - "size": 20000000000, "state": "available", "creation_date": "2020-07-21T15:50:17.167847+00:00", - "modification_date": "2020-07-21T15:50:17.366618+00:00", "zone": "fr-par-1"}}, - "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": - {"id": "f09f0dcb-86bd-4d74-88d3-e623ac6b85f5", "address": "51.158.65.202", "dynamic": - false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": - false, "private_ip": null, "creation_date": "2020-07-21T15:50:17.167847+00:00", - "modification_date": "2020-07-21T15:50:17.167847+00:00", "bootscript": {"id": - "34017869-d088-475c-b5ec-2cede3bb84e3", "public": true, "title": "x86_64 mainline - 4.4.182 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "kernel": "http://169.254.42.24/kernel/x86_64-mainline-lts-4.4-4.4.182-rev1/vmlinuz-4.4.182", - "dtb": "", "initrd": "http://169.254.42.24/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": "54e2d5f6-d79c-44cc-b19f-613699b9cc7e", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: '{"server": {"id": "605f4f3e-05bb-499a-8e84-b6e9c21e7690", "name": "cli-srv-heuristic-dubinsky", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "hostname": "cli-srv-heuristic-dubinsky", "image": {"id": "16152446-99ed-4795-9d3f-87ec2f5b891d", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "210db8e4-9645-4369-aa7e-9caa57ba79dd", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2021-03-25T11:32:29.589126+00:00", "modification_date": "2021-03-25T11:32:29.589126+00:00", "default_bootscript": null, "from_server": null, "state": "available", "zone": "fr-par-1"}, "volumes": {"0": {"id": "b1ea734d-773f-4dab-8908-4e40bd1db54c", "name": "ubuntu_20.04_focal_fossa:volume-0", "volume_type": "l_ssd", "export_uri": null, "organization": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "project": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "server": {"id": "605f4f3e-05bb-499a-8e84-b6e9c21e7690", "name": "cli-srv-heuristic-dubinsky"}, "size": 20000000000, "state": "available", "creation_date": "2021-04-27T12:33:24.096034+00:00", "modification_date": "2021-04-27T12:33:24.096034+00:00", "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": "", "public_ip": {"id": "1b3e9eac-2ba1-423e-9711-9f031360b568", "address": "51.158.74.120", "dynamic": false}, "ipv6": null, "extra_networks": [], "dynamic_ip_required": false, "enable_ipv6": false, "private_ip": null, "creation_date": "2021-04-27T12:33:24.096034+00:00", "modification_date": "2021-04-27T12:33:24.096034+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": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", "dtb": "", "initrd": "https://s3.fr-par.scw.cloud/scw-par1-bootscripts/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": "8c2471b6-317d-46a9-ba7d-081f1bc8ba69", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: - Cache-Control: - - no-cache Content-Length: - - "2473" + - "2685" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:29 GMT + - Tue, 27 Apr 2021 12:33:36 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2151,7 +501,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 422ba0ce-d39d-4ee0-8410-e632f38c47d6 + - 4214a4ea-b275-49ac-a677-119be2bd47c7 status: 200 OK code: 200 duration: "" @@ -2160,22 +510,20 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/351e2d32-f23e-4cff-9412-2a96a77ceca8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/605f4f3e-05bb-499a-8e84-b6e9c21e7690 method: DELETE response: body: "" headers: - Cache-Control: - - no-cache Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:29 GMT + - Tue, 27 Apr 2021 12:33:36 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2183,7 +531,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8b6b429d-b6e1-4586-af8e-2c7f8b967ab7 + - 8a4dea47-179a-4766-9e62-23f14cac31c3 status: 204 No Content code: 204 duration: "" @@ -2192,22 +540,20 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.6+dev (go1.14.5; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/de291d5e-dbd7-4d0e-b06c-85721a88d7d2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b1ea734d-773f-4dab-8908-4e40bd1db54c method: DELETE response: body: "" headers: - Cache-Control: - - no-cache Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 21 Jul 2020 15:50:29 GMT + - Tue, 27 Apr 2021 12:33:36 GMT Server: - - agw_listener_public_vip + - Scaleway API-Gateway Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2215,7 +561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 182663e2-dfda-44fd-bea9-4425bd3da9aa + - 7881345c-8272-40da-9d14-2cdf74b0c878 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden index ba44586a8a..5de68df235 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden @@ -2,16 +2,16 @@ 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Backends Statistics: INSTANCE ID BACKEND ID IP SERVER STATE SERVER STATE CHANGED AT LAST HEALTH CHECK STATUS -7a8320d1-bfb2-437d-b367-eaec4ce5b241 73027ed1-950e-4db9-b91f-7573fb18eba0 51.158.65.202 stopped few seconds ago failed +f9a7ebdc-ae95-4240-8e90-45256181a1fb 29777872-8f83-4c2b-9b5a-d829d2189229 51.158.74.120 running few seconds ago failed 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "backend_servers_stats": [ { - "instance_id": "7a8320d1-bfb2-437d-b367-eaec4ce5b241", - "backend_id": "73027ed1-950e-4db9-b91f-7573fb18eba0", - "ip": "51.158.65.202", - "server_state": "stopped", - "server_state_changed_at": "2020-07-21T15:50:26Z", + "instance_id": "f9a7ebdc-ae95-4240-8e90-45256181a1fb", + "backend_id": "29777872-8f83-4c2b-9b5a-d829d2189229", + "ip": "51.158.74.120", + "server_state": "running", + "server_state_changed_at": "2021-04-27T12:33:25Z", "last_health_check_status": "failed" } ] diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml index 530fc49e43..b095762b8e 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml @@ -2,17 +2,17 @@ version: 1 interactions: - request: - body: '{"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"0931135e-6220-4546-b346-56d0195e863f","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"934bc09b-003e-476d-96a8-24aabeb7fa36","ip_address":"51.159.115.15","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"0931135e-6220-4546-b346-56d0195e863f","reverse":"51-159-115-15.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:51.557341150Z","updated_at":"2021-04-07T12:01:51.557341150Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"a2236b5f-9ead-4593-a06a-ecf90152d8e4","ip_address":"195.154.71.27","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","reverse":"195-154-71-27.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:09.385514008Z","updated_at":"2021-04-27T12:33:09.385514008Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - "823" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:51 GMT + - Tue, 27 Apr 2021 12:33:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f82d139b-db25-45aa-8472-b776b2c9b3d5 + - bb01302b-4fdf-4194-b820-369dc6d5b28b status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/0931135e-6220-4546-b346-56d0195e863f + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ea6e45fe-365e-44d2-bdf8-a44c74bc6a18 method: GET response: - body: '{"id":"0931135e-6220-4546-b346-56d0195e863f","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"6302f128-9642-4b17-be31-885c16e7f095","status":"unknown","ip_address":"10.68.186.133","created_at":"2021-04-07T12:00:27.686504Z","updated_at":"2021-04-07T12:01:51.783037Z","region":"fr-par","zone":"fr-par-1"},{"id":"dd01e3ff-9e69-4683-b2d5-29c6ab510367","status":"unknown","ip_address":"10.64.186.169","created_at":"2021-04-07T11:59:10.663961Z","updated_at":"2021-04-07T12:01:51.786272Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"934bc09b-003e-476d-96a8-24aabeb7fa36","ip_address":"51.159.115.15","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"0931135e-6220-4546-b346-56d0195e863f","reverse":"51-159-115-15.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:51.557341Z","updated_at":"2021-04-07T12:01:51.797417Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"a2236b5f-9ead-4593-a06a-ecf90152d8e4","ip_address":"195.154.71.27","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","reverse":"195-154-71-27.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:09.385514Z","updated_at":"2021-04-27T12:33:09.385514Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1248" + - "817" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:51 GMT + - Tue, 27 Apr 2021 12:33:09 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9723d23c-fb78-4062-aa79-770e78271b9b + - bd5d3f01-c4b0-4004-bd48-52887ee8ab90 status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/0931135e-6220-4546-b346-56d0195e863f + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ea6e45fe-365e-44d2-bdf8-a44c74bc6a18 method: GET response: - body: '{"id":"0931135e-6220-4546-b346-56d0195e863f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"6302f128-9642-4b17-be31-885c16e7f095","status":"ready","ip_address":"10.68.186.133","created_at":"2021-04-07T12:00:27.686504Z","updated_at":"2021-04-07T12:01:51.986727Z","region":"fr-par","zone":"fr-par-1"},{"id":"dd01e3ff-9e69-4683-b2d5-29c6ab510367","status":"ready","ip_address":"10.64.186.169","created_at":"2021-04-07T11:59:10.663961Z","updated_at":"2021-04-07T12:01:52.180251Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"934bc09b-003e-476d-96a8-24aabeb7fa36","ip_address":"51.159.115.15","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"0931135e-6220-4546-b346-56d0195e863f","reverse":"51-159-115-15.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:51.557341Z","updated_at":"2021-04-07T12:01:52.481158Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"79ca891e-bf51-438a-9fd0-a3a40bb3855b","status":"ready","ip_address":"10.64.98.25","created_at":"2021-04-27T00:14:29.778246Z","updated_at":"2021-04-27T12:33:10.092337Z","region":"fr-par","zone":"fr-par-1"},{"id":"2c1edad9-a140-4758-ad19-57bd18c7ed76","status":"ready","ip_address":"10.73.106.27","created_at":"2021-04-27T01:41:00.212647Z","updated_at":"2021-04-27T12:33:10.460645Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"a2236b5f-9ead-4593-a06a-ecf90152d8e4","ip_address":"195.154.71.27","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","reverse":"195-154-71-27.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:09.385514Z","updated_at":"2021-04-27T12:33:10.837200Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1242" + - "1239" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:53 GMT + - Tue, 27 Apr 2021 12:33:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b208032b-6924-4dbe-a82b-a5181081962b + - 0e471677-00f8-405b-8aa2-1740446b41e9 status: 200 OK code: 200 duration: "" @@ -105,17 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs?order_by=created_at_asc&page=1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs?order_by=created_at_asc&page=1 method: GET response: - body: '{"lbs":[{"id":"9ba57bc3-8be9-4db6-8984-74ccd2ae83c8","name":"lb-lucid-johnson","description":"","status":"ready","instances":[{"id":"545b12e9-cef7-4ef3-9c07-09911764e2e9","status":"ready","ip_address":"10.68.186.61","created_at":"2021-03-08T17:07:40.485699Z","updated_at":"2021-03-08T17:11:02.840965Z","region":"fr-par","zone":"fr-par-1"},{"id":"59bf1f4b-c4a2-4dd0-bd3f-daa1c451483f","status":"ready","ip_address":"10.73.80.45","created_at":"2021-03-08T17:07:43.161367Z","updated_at":"2021-03-08T17:11:02.670045Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"490169b3-f91a-49cd-8e41-87db62e19551","ip_address":"51.159.114.154","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"9ba57bc3-8be9-4db6-8984-74ccd2ae83c8","reverse":"51-159-114-154.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-03-08T17:08:55.493379Z","updated_at":"2021-03-08T17:08:57.559773Z","region":"fr-par","zone":"fr-par-1"},{"id":"8697edeb-b3b1-4d8b-b97f-c74d99934511","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"f259d692-b811-48a4-ac19-db2bc2cc30e9","status":"ready","ip_address":"10.68.166.141","created_at":"2021-04-01T07:43:58.170493Z","updated_at":"2021-04-07T11:59:02.646421Z","region":"fr-par","zone":"fr-par-1"},{"id":"e2fc038b-688b-4848-84b8-bdcc3f8c8df4","status":"ready","ip_address":"10.71.114.81","created_at":"2021-04-07T00:17:24.944336Z","updated_at":"2021-04-07T11:59:02.171259Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"91de8223-4de6-4dec-b3be-2fbbc2c732f7","ip_address":"51.159.75.235","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"8697edeb-b3b1-4d8b-b97f-c74d99934511","reverse":"51-159-75-235.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T11:59:01.346255Z","updated_at":"2021-04-07T11:59:02.958161Z","region":"fr-par","zone":"fr-par-1"},{"id":"1bef9835-1606-47c0-b343-768659fddb4c","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b085573f-b52b-47ef-b4b8-37bae37a5f3e","status":"ready","ip_address":"10.70.84.121","created_at":"2021-04-07T11:59:04.452004Z","updated_at":"2021-04-07T12:01:33.634756Z","region":"fr-par","zone":"fr-par-1"},{"id":"aeee9447-7ac0-40f2-ad17-f69061e0cdaf","status":"ready","ip_address":"10.64.32.103","created_at":"2021-04-07T11:59:29.373428Z","updated_at":"2021-04-07T12:01:34.146634Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"927cfa70-ce50-44f1-a90f-dc13763e0228","ip_address":"51.159.115.231","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"1bef9835-1606-47c0-b343-768659fddb4c","reverse":"51-159-115-231.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:32.651077Z","updated_at":"2021-04-07T12:01:35.112047Z","region":"fr-par","zone":"fr-par-1"},{"id":"0931135e-6220-4546-b346-56d0195e863f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"dd01e3ff-9e69-4683-b2d5-29c6ab510367","status":"ready","ip_address":"10.64.186.169","created_at":"2021-04-07T11:59:10.663961Z","updated_at":"2021-04-07T12:01:52.180251Z","region":"fr-par","zone":"fr-par-1"},{"id":"6302f128-9642-4b17-be31-885c16e7f095","status":"ready","ip_address":"10.68.186.133","created_at":"2021-04-07T12:00:27.686504Z","updated_at":"2021-04-07T12:01:51.986727Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"934bc09b-003e-476d-96a8-24aabeb7fa36","ip_address":"51.159.115.15","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"0931135e-6220-4546-b346-56d0195e863f","reverse":"51-159-115-15.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T12:01:51.557341Z","updated_at":"2021-04-07T12:01:52.481158Z","region":"fr-par","zone":"fr-par-1"}],"total_count":4}' + body: '{"lbs":[{"id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"2c1edad9-a140-4758-ad19-57bd18c7ed76","status":"ready","ip_address":"10.73.106.27","created_at":"2021-04-27T01:41:00.212647Z","updated_at":"2021-04-27T12:33:10.460645Z","region":"fr-par","zone":"fr-par-1"},{"id":"79ca891e-bf51-438a-9fd0-a3a40bb3855b","status":"ready","ip_address":"10.64.98.25","created_at":"2021-04-27T00:14:29.778246Z","updated_at":"2021-04-27T12:33:10.092337Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"a2236b5f-9ead-4593-a06a-ecf90152d8e4","ip_address":"195.154.71.27","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"ea6e45fe-365e-44d2-bdf8-a44c74bc6a18","reverse":"195-154-71-27.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:09.385514Z","updated_at":"2021-04-27T12:33:10.837200Z","region":"fr-par","zone":"fr-par-1"}],"total_count":1}' headers: + Content-Length: + - "1265" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:54 GMT + - Tue, 27 Apr 2021 12:33:11 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -125,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06db6f04-ad38-4862-96e7-4b21271366db + - 5ee1560d-b7d2-4803-a9ce-f2ff031743a6 status: 200 OK code: 200 duration: "" @@ -135,7 +137,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/0931135e-6220-4546-b346-56d0195e863f?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ea6e45fe-365e-44d2-bdf8-a44c74bc6a18?release_ip=false method: DELETE response: body: "" @@ -145,7 +147,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 12:01:54 GMT + - Tue, 27 Apr 2021 12:33:12 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -155,7 +157,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02eace21-2e18-4a7f-92c9-d7ef14b8938f + - 1399dfc6-50f2-4d05-bb2d-25b99d1d787e status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden index 8d712734a5..a061eb796c 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden @@ -1,196 +1,43 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID NAME DESCRIPTION STATUS INSTANCES ORGANIZATION ID IP TAGS FRONTEND COUNT BACKEND COUNT TYPE SSL COMPATIBILITY LEVEL PROJECT ID CREATED AT UPDATED AT REGION ZONE -9ba57bc3-8be9-4db6-8984-74ccd2ae83c8 lb-lucid-johnson - ready 2 951df375-e094-4d26-97c1-ba548eeb9c42 1 [] 1 1 lb-s ssl_compatibility_level_intermediate 951df375-e094-4d26-97c1-ba548eeb9c42 few seconds ago few seconds ago fr-par fr-par-1 -8697edeb-b3b1-4d8b-b97f-c74d99934511 cli-test cli-test ready 2 951df375-e094-4d26-97c1-ba548eeb9c42 1 [] 0 0 lb-s ssl_compatibility_level_intermediate 951df375-e094-4d26-97c1-ba548eeb9c42 few seconds ago few seconds ago fr-par fr-par-1 -1bef9835-1606-47c0-b343-768659fddb4c cli-test cli-test ready 2 951df375-e094-4d26-97c1-ba548eeb9c42 1 [] 0 0 lb-s ssl_compatibility_level_intermediate 951df375-e094-4d26-97c1-ba548eeb9c42 few seconds ago few seconds ago fr-par fr-par-1 -0931135e-6220-4546-b346-56d0195e863f cli-test cli-test ready 2 951df375-e094-4d26-97c1-ba548eeb9c42 1 [] 0 0 lb-s ssl_compatibility_level_intermediate 951df375-e094-4d26-97c1-ba548eeb9c42 few seconds ago few seconds ago fr-par fr-par-1 +ID NAME DESCRIPTION STATUS INSTANCES ORGANIZATION ID IP TAGS FRONTEND COUNT BACKEND COUNT TYPE SSL COMPATIBILITY LEVEL PROJECT ID CREATED AT UPDATED AT REGION ZONE +ea6e45fe-365e-44d2-bdf8-a44c74bc6a18 cli-test cli-test ready 2 b3ba839a-dcf2-4b0a-ac81-fc32370052a0 1 [] 0 0 lb-s ssl_compatibility_level_intermediate b3ba839a-dcf2-4b0a-ac81-fc32370052a0 few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 [ { - "id": "9ba57bc3-8be9-4db6-8984-74ccd2ae83c8", - "name": "lb-lucid-johnson", - "description": "", - "status": "ready", - "instances": [ - { - "id": "545b12e9-cef7-4ef3-9c07-09911764e2e9", - "status": "ready", - "ip_address": "10.68.186.61", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - }, - { - "id": "59bf1f4b-c4a2-4dd0-bd3f-daa1c451483f", - "status": "ready", - "ip_address": "10.73.80.45", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - } - ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "ip": [ - { - "id": "490169b3-f91a-49cd-8e41-87db62e19551", - "ip_address": "51.159.114.154", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "9ba57bc3-8be9-4db6-8984-74ccd2ae83c8", - "reverse": "51-159-114-154.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "region": "fr-par", - "zone": "fr-par-1" - } - ], - "tags": [], - "frontend_count": 1, - "backend_count": 1, - "type": "lb-s", - "subscriber": null, - "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - }, - { - "id": "8697edeb-b3b1-4d8b-b97f-c74d99934511", - "name": "cli-test", - "description": "cli-test", - "status": "ready", - "instances": [ - { - "id": "f259d692-b811-48a4-ac19-db2bc2cc30e9", - "status": "ready", - "ip_address": "10.68.166.141", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - }, - { - "id": "e2fc038b-688b-4848-84b8-bdcc3f8c8df4", - "status": "ready", - "ip_address": "10.71.114.81", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - } - ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "ip": [ - { - "id": "91de8223-4de6-4dec-b3be-2fbbc2c732f7", - "ip_address": "51.159.75.235", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "8697edeb-b3b1-4d8b-b97f-c74d99934511", - "reverse": "51-159-75-235.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "region": "fr-par", - "zone": "fr-par-1" - } - ], - "tags": [], - "frontend_count": 0, - "backend_count": 0, - "type": "lb-s", - "subscriber": null, - "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - }, - { - "id": "1bef9835-1606-47c0-b343-768659fddb4c", - "name": "cli-test", - "description": "cli-test", - "status": "ready", - "instances": [ - { - "id": "b085573f-b52b-47ef-b4b8-37bae37a5f3e", - "status": "ready", - "ip_address": "10.70.84.121", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - }, - { - "id": "aeee9447-7ac0-40f2-ad17-f69061e0cdaf", - "status": "ready", - "ip_address": "10.64.32.103", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - } - ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "ip": [ - { - "id": "927cfa70-ce50-44f1-a90f-dc13763e0228", - "ip_address": "51.159.115.231", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "1bef9835-1606-47c0-b343-768659fddb4c", - "reverse": "51-159-115-231.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "region": "fr-par", - "zone": "fr-par-1" - } - ], - "tags": [], - "frontend_count": 0, - "backend_count": 0, - "type": "lb-s", - "subscriber": null, - "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "created_at": "1970-01-01T00:00:00.0Z", - "updated_at": "1970-01-01T00:00:00.0Z", - "region": "fr-par", - "zone": "fr-par-1" - }, - { - "id": "0931135e-6220-4546-b346-56d0195e863f", + "id": "ea6e45fe-365e-44d2-bdf8-a44c74bc6a18", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "dd01e3ff-9e69-4683-b2d5-29c6ab510367", + "id": "2c1edad9-a140-4758-ad19-57bd18c7ed76", "status": "ready", - "ip_address": "10.64.186.169", + "ip_address": "10.73.106.27", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" }, { - "id": "6302f128-9642-4b17-be31-885c16e7f095", + "id": "79ca891e-bf51-438a-9fd0-a3a40bb3855b", "status": "ready", - "ip_address": "10.68.186.133", + "ip_address": "10.64.98.25", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" } ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "ip": [ { - "id": "934bc09b-003e-476d-96a8-24aabeb7fa36", - "ip_address": "51.159.115.15", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "0931135e-6220-4546-b346-56d0195e863f", - "reverse": "51-159-115-15.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "id": "a2236b5f-9ead-4593-a06a-ecf90152d8e4", + "ip_address": "195.154.71.27", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "lb_id": "ea6e45fe-365e-44d2-bdf8-a44c74bc6a18", + "reverse": "195-154-71-27.lb.fr-par.scw.cloud", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "region": "fr-par", "zone": "fr-par-1" } @@ -201,7 +48,7 @@ ID NAME DESCRIPTION STATUS INS "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", diff --git a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml index d1c8dd2485..fbc8341993 100644 --- a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml @@ -2,26 +2,26 @@ version: 1 interactions: - request: - body: '{"project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"bb8a94d3-fa3b-44f3-9a95-5e540ff43833","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"9250f201-9cf2-425b-929e-4422592eb2c2","ip_address":"51.159.114.215","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"bb8a94d3-fa3b-44f3-9a95-5e540ff43833","reverse":"51-159-114-215.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T11:59:50.989303952Z","updated_at":"2021-04-07T11:59:50.989303952Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"88899fa0-efaf-43a7-b103-18c976797e30","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2d84c13-fe63-4fd4-a3b8-4d6d2da0d1bb","ip_address":"51.159.27.83","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"88899fa0-efaf-43a7-b103-18c976797e30","reverse":"51-159-27-83.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:17.824539828Z","updated_at":"2021-04-27T12:33:17.824539828Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "825" + - "821" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 11:59:51 GMT + - Tue, 27 Apr 2021 12:33:17 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3994ef14-0853-490e-80d1-fcf6d9bfe289 + - e028aa95-d27d-4b4e-ac00-086955b8b08e status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/bb8a94d3-fa3b-44f3-9a95-5e540ff43833 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/88899fa0-efaf-43a7-b103-18c976797e30 method: GET response: - body: '{"id":"bb8a94d3-fa3b-44f3-9a95-5e540ff43833","name":"cli-test","description":"cli-test","status":"pending","instances":[{"id":"c41a309f-fca4-490a-8107-b8c91093c61a","status":"unknown","ip_address":"10.72.118.63","created_at":"2021-04-07T11:58:47.636732Z","updated_at":"2021-04-07T11:59:51.184853Z","region":"fr-par","zone":"fr-par-1"},{"id":"c7210cbb-a239-4dcd-9596-5efb13206b25","status":"unknown","ip_address":"10.64.142.31","created_at":"2021-04-07T11:58:44.917186Z","updated_at":"2021-04-07T11:59:51.187634Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"9250f201-9cf2-425b-929e-4422592eb2c2","ip_address":"51.159.114.215","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"bb8a94d3-fa3b-44f3-9a95-5e540ff43833","reverse":"51-159-114-215.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T11:59:50.989304Z","updated_at":"2021-04-07T11:59:51.198148Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"88899fa0-efaf-43a7-b103-18c976797e30","name":"cli-test","description":"cli-test","status":"pending","instances":[],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2d84c13-fe63-4fd4-a3b8-4d6d2da0d1bb","ip_address":"51.159.27.83","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"88899fa0-efaf-43a7-b103-18c976797e30","reverse":"51-159-27-83.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:17.824540Z","updated_at":"2021-04-27T12:33:17.824540Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1248" + - "815" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 11:59:51 GMT + - Tue, 27 Apr 2021 12:33:18 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cda13d8b-b099-4371-9f88-48bdaf5e413d + - 7317c9dd-3af8-45c2-9b90-eb02200b9824 status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/bb8a94d3-fa3b-44f3-9a95-5e540ff43833 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/88899fa0-efaf-43a7-b103-18c976797e30 method: GET response: - body: '{"id":"bb8a94d3-fa3b-44f3-9a95-5e540ff43833","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c41a309f-fca4-490a-8107-b8c91093c61a","status":"ready","ip_address":"10.72.118.63","created_at":"2021-04-07T11:58:47.636732Z","updated_at":"2021-04-07T11:59:51.392997Z","region":"fr-par","zone":"fr-par-1"},{"id":"c7210cbb-a239-4dcd-9596-5efb13206b25","status":"ready","ip_address":"10.64.142.31","created_at":"2021-04-07T11:58:44.917186Z","updated_at":"2021-04-07T11:59:51.721085Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","ip":[{"id":"9250f201-9cf2-425b-929e-4422592eb2c2","ip_address":"51.159.114.215","organization_id":"951df375-e094-4d26-97c1-ba548eeb9c42","project_id":"951df375-e094-4d26-97c1-ba548eeb9c42","lb_id":"bb8a94d3-fa3b-44f3-9a95-5e540ff43833","reverse":"51-159-114-215.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-07T11:59:50.989304Z","updated_at":"2021-04-07T11:59:52.239706Z","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"88899fa0-efaf-43a7-b103-18c976797e30","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"9a77ded5-f6d8-470b-91df-5d5e79789604","status":"ready","ip_address":"10.64.32.67","created_at":"2021-04-27T07:05:23.075816Z","updated_at":"2021-04-27T12:33:18.346339Z","region":"fr-par","zone":"fr-par-1"},{"id":"0172ee39-d79d-4c5e-8862-e6f7df0ff30c","status":"ready","ip_address":"10.71.112.55","created_at":"2021-04-27T04:23:20.025885Z","updated_at":"2021-04-27T12:33:18.770764Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","ip":[{"id":"c2d84c13-fe63-4fd4-a3b8-4d6d2da0d1bb","ip_address":"51.159.27.83","organization_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","project_id":"b3ba839a-dcf2-4b0a-ac81-fc32370052a0","lb_id":"88899fa0-efaf-43a7-b103-18c976797e30","reverse":"51-159-27-83.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2021-04-27T12:33:17.824540Z","updated_at":"2021-04-27T12:33:19.116424Z","region":"fr-par","zone":"fr-par-1"}' headers: Content-Length: - - "1242" + - "1237" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 07 Apr 2021 11:59:53 GMT + - Tue, 27 Apr 2021 12:33:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb05fe93-a2ca-44fc-9310-3f720486880f + - 98cba473-78a1-4583-ba2e-74ca8139b87c status: 200 OK code: 200 duration: "" @@ -105,7 +105,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.16.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/regions/fr-par/lbs/bb8a94d3-fa3b-44f3-9a95-5e540ff43833?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/88899fa0-efaf-43a7-b103-18c976797e30?release_ip=false method: DELETE response: body: "" @@ -115,7 +115,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 07 Apr 2021 11:59:53 GMT + - Tue, 27 Apr 2021 12:33:20 GMT Server: - Scaleway API-Gateway Strict-Transport-Security: @@ -125,7 +125,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 663d08be-6bc0-43b4-88f2-0d52eea84788 + - a7ebc605-2d10-49b1-9689-1a7b6f6ddd05 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden index 23468f4148..cf5ef6f0fa 100644 --- a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden @@ -1,76 +1,76 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID bb8a94d3-fa3b-44f3-9a95-5e540ff43833 +ID 88899fa0-efaf-43a7-b103-18c976797e30 Name cli-test Description cli-test Status ready -Instances.0.ID c41a309f-fca4-490a-8107-b8c91093c61a +Instances.0.ID 9a77ded5-f6d8-470b-91df-5d5e79789604 Instances.0.Status ready -Instances.0.IPAddress 10.72.118.63 +Instances.0.IPAddress 10.64.32.67 Instances.0.CreatedAt few seconds ago Instances.0.UpdatedAt few seconds ago Instances.0.Region fr-par Instances.0.Zone fr-par-1 -Instances.1.ID c7210cbb-a239-4dcd-9596-5efb13206b25 +Instances.1.ID 0172ee39-d79d-4c5e-8862-e6f7df0ff30c Instances.1.Status ready -Instances.1.IPAddress 10.64.142.31 +Instances.1.IPAddress 10.71.112.55 Instances.1.CreatedAt few seconds ago Instances.1.UpdatedAt few seconds ago Instances.1.Region fr-par Instances.1.Zone fr-par-1 -OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -IP.0.ID 9250f201-9cf2-425b-929e-4422592eb2c2 -IP.0.IPAddress 51.159.114.215 -IP.0.OrganizationID 951df375-e094-4d26-97c1-ba548eeb9c42 -IP.0.LBID bb8a94d3-fa3b-44f3-9a95-5e540ff43833 -IP.0.Reverse 51-159-114-215.lb.fr-par.scw.cloud -IP.0.ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +IP.0.ID c2d84c13-fe63-4fd4-a3b8-4d6d2da0d1bb +IP.0.IPAddress 51.159.27.83 +IP.0.OrganizationID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 +IP.0.LBID 88899fa0-efaf-43a7-b103-18c976797e30 +IP.0.Reverse 51-159-27-83.lb.fr-par.scw.cloud +IP.0.ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 IP.0.Region fr-par IP.0.Zone fr-par-1 FrontendCount 0 BackendCount 0 Type lb-s SslCompatibilityLevel ssl_compatibility_level_intermediate -ProjectID 951df375-e094-4d26-97c1-ba548eeb9c42 +ProjectID b3ba839a-dcf2-4b0a-ac81-fc32370052a0 CreatedAt few seconds ago UpdatedAt few seconds ago Region fr-par Zone fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "bb8a94d3-fa3b-44f3-9a95-5e540ff43833", + "id": "88899fa0-efaf-43a7-b103-18c976797e30", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "c41a309f-fca4-490a-8107-b8c91093c61a", + "id": "9a77ded5-f6d8-470b-91df-5d5e79789604", "status": "ready", - "ip_address": "10.72.118.63", + "ip_address": "10.64.32.67", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" }, { - "id": "c7210cbb-a239-4dcd-9596-5efb13206b25", + "id": "0172ee39-d79d-4c5e-8862-e6f7df0ff30c", "status": "ready", - "ip_address": "10.64.142.31", + "ip_address": "10.71.112.55", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", "zone": "fr-par-1" } ], - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "ip": [ { - "id": "9250f201-9cf2-425b-929e-4422592eb2c2", - "ip_address": "51.159.114.215", - "organization_id": "951df375-e094-4d26-97c1-ba548eeb9c42", - "lb_id": "bb8a94d3-fa3b-44f3-9a95-5e540ff43833", - "reverse": "51-159-114-215.lb.fr-par.scw.cloud", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "id": "c2d84c13-fe63-4fd4-a3b8-4d6d2da0d1bb", + "ip_address": "51.159.27.83", + "organization_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", + "lb_id": "88899fa0-efaf-43a7-b103-18c976797e30", + "reverse": "51-159-27-83.lb.fr-par.scw.cloud", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "region": "fr-par", "zone": "fr-par-1" } @@ -81,7 +81,7 @@ Zone fr-par-1 "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", - "project_id": "951df375-e094-4d26-97c1-ba548eeb9c42", + "project_id": "b3ba839a-dcf2-4b0a-ac81-fc32370052a0", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par",