You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all available products in the Scaleway catalog. Returns a complete list of products with their corresponding description, locations, prices and properties. You can define the `page` number and `page_size` for your query in the request.
35
45
:param page: Number of the page. Value must be greater or equal to 1.
36
46
:param page_size: The number of products per page. Value must be greater or equal to 1.
37
47
:param product_types: The list of filtered product categories.
48
+
:param global_: Filter global products.
49
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
50
+
:param region: Filter products by region.
51
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
52
+
:param zone: Filter products by zone.
53
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
54
+
:param datacenter: Filter products by datacenter.
55
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
List all available products in the Scaleway catalog. Returns a complete list of products with their corresponding description, locations, prices and properties. You can define the `page` number and `page_size` for your query in the request.
71
101
:param page: Number of the page. Value must be greater or equal to 1.
72
102
:param page_size: The number of products per page. Value must be greater or equal to 1.
73
103
:param product_types: The list of filtered product categories.
104
+
:param global_: Filter global products.
105
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
106
+
:param region: Filter products by region.
107
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
108
+
:param zone: Filter products by zone.
109
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
110
+
:param datacenter: Filter products by datacenter.
111
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
List all available products in the Scaleway catalog. Returns a complete list of products with their corresponding description, locations, prices and properties. You can define the `page` number and `page_size` for your query in the request.
35
45
:param page: Number of the page. Value must be greater or equal to 1.
36
46
:param page_size: The number of products per page. Value must be greater or equal to 1.
37
47
:param product_types: The list of filtered product categories.
48
+
:param global_: Filter global products.
49
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
50
+
:param region: Filter products by region.
51
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
52
+
:param zone: Filter products by zone.
53
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
54
+
:param datacenter: Filter products by datacenter.
55
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
List all available products in the Scaleway catalog. Returns a complete list of products with their corresponding description, locations, prices and properties. You can define the `page` number and `page_size` for your query in the request.
71
101
:param page: Number of the page. Value must be greater or equal to 1.
72
102
:param page_size: The number of products per page. Value must be greater or equal to 1.
73
103
:param product_types: The list of filtered product categories.
104
+
:param global_: Filter global products.
105
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
106
+
:param region: Filter products by region.
107
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
108
+
:param zone: Filter products by zone.
109
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
110
+
:param datacenter: Filter products by datacenter.
111
+
One-Of ('locality'): at most one of 'global_', 'region', 'zone', 'datacenter' could be set.
0 commit comments