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
Returns a list of dates of available impact reports.
42
42
:param organization_id: The UUID of the Organization for which you want to download a report.
43
43
:param start_date: Start date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is inclusive.
44
-
:param end_date: End date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is exclusive. Defaults to today's date.
44
+
:param end_date: End date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is inclusive. Defaults to today's date.
Download a Scaleway impact PDF report with detailed impact data for your Scaleway projects.
77
77
:param organization_id: The UUID of the Organization for which you want to download a report.
78
-
:param date: The start date of the period for which you want to download a report (ISO 8601 format, e.g., 2025-05-01T00:00:00Z).
79
-
:param type_: Type of report to download (e.g., monthly). Defaults to monthly.
78
+
:param date: The start date of the period for which you want to download a report (ISO 8601 format, e.g. 2025-05-01T00:00:00Z).
79
+
:param type_: Type of report to download (e.g. `monthly`).
80
80
:return: :class:`ScwFile <ScwFile>`
81
81
82
82
Usage:
@@ -117,10 +117,10 @@ async def get_impact_data(
117
117
Retrieve detailed impact data.
118
118
Retrieve detailed impact data for your Scaleway projects within a specified date range. Filter by project ID, region, zone, service category, and/or product category.
119
119
:param organization_id: The UUID of the Organization for which you want to download a report.
120
-
:param start_date: Start date (inclusive) of the period for which you want to retrieve impact data (ISO 8601 format, e.g., 2025-05-01T00:00:00Z).
120
+
:param start_date: Start date (inclusive) of the period for which you want to retrieve impact data (ISO 8601 format, e.g. 2025-05-01T00:00:00Z).
121
121
:param end_date: End date (exclusive) of the period for which you want to retrieve impact data (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). Defaults to today's date.
122
-
:param regions: List of regions to filter by (\"fr-par\"). Defaults to all regions.
123
-
:param zones: List of zones to filter by (\"fr-par-1\"). Defaults to all zones.
122
+
:param regions: List of regions to filter by (e.g. `fr-par`). Defaults to all regions.
123
+
:param zones: List of zones to filter by (e.g. `fr-par-1`). Defaults to all zones.
124
124
:param project_ids: List of Project IDs to filter by. Defaults to all Projects in the Organization.
125
125
:param service_categories: List of service categories to filter by. Defaults to all service categories.
126
126
:param product_categories: List of product categories to filter by. Defaults to all product categories.
Returns a list of dates of available impact reports.
42
42
:param organization_id: The UUID of the Organization for which you want to download a report.
43
43
:param start_date: Start date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is inclusive.
44
-
:param end_date: End date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is exclusive. Defaults to today's date.
44
+
:param end_date: End date of the search period (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). The date is inclusive. Defaults to today's date.
Download a Scaleway impact PDF report with detailed impact data for your Scaleway projects.
77
77
:param organization_id: The UUID of the Organization for which you want to download a report.
78
-
:param date: The start date of the period for which you want to download a report (ISO 8601 format, e.g., 2025-05-01T00:00:00Z).
79
-
:param type_: Type of report to download (e.g., monthly). Defaults to monthly.
78
+
:param date: The start date of the period for which you want to download a report (ISO 8601 format, e.g. 2025-05-01T00:00:00Z).
79
+
:param type_: Type of report to download (e.g. `monthly`).
80
80
:return: :class:`ScwFile <ScwFile>`
81
81
82
82
Usage:
@@ -117,10 +117,10 @@ def get_impact_data(
117
117
Retrieve detailed impact data.
118
118
Retrieve detailed impact data for your Scaleway projects within a specified date range. Filter by project ID, region, zone, service category, and/or product category.
119
119
:param organization_id: The UUID of the Organization for which you want to download a report.
120
-
:param start_date: Start date (inclusive) of the period for which you want to retrieve impact data (ISO 8601 format, e.g., 2025-05-01T00:00:00Z).
120
+
:param start_date: Start date (inclusive) of the period for which you want to retrieve impact data (ISO 8601 format, e.g. 2025-05-01T00:00:00Z).
121
121
:param end_date: End date (exclusive) of the period for which you want to retrieve impact data (ISO 8601 format, with time in UTC, `YYYY-MM-DDTHH:MM:SSZ`). Defaults to today's date.
122
-
:param regions: List of regions to filter by (\"fr-par\"). Defaults to all regions.
123
-
:param zones: List of zones to filter by (\"fr-par-1\"). Defaults to all zones.
122
+
:param regions: List of regions to filter by (e.g. `fr-par`). Defaults to all regions.
123
+
:param zones: List of zones to filter by (e.g. `fr-par-1`). Defaults to all zones.
124
124
:param project_ids: List of Project IDs to filter by. Defaults to all Projects in the Organization.
125
125
:param service_categories: List of service categories to filter by. Defaults to all service categories.
126
126
:param product_categories: List of product categories to filter by. Defaults to all product categories.
0 commit comments