The data exporter endpoints allow you to manage and send your Scaleway product's metrics and logs as data exports, to external destinations.
List data exports
List all data exports within a given Scaleway Project, specified by its ID. Optionally, specify a Scaleway data source ID to retrieve only data exports associated with that data source.
path Parameters
regionThe region you want to target
query Parameters
project_idProject ID to filter for. Only data exports from this Project will be returned.
datasource_idData source ID to filter for. Only data exports linked to this data source will be returned.
pagePage number to return from the paginated results.
page_sizeNumber of data exports to return per page.
order_bySort order for data exports in the response.
List data exports › Responses
total_countTotal count of data exports matching the request.
Data exports matching the request within the pagination.
Create a data export
Create an export to send your metrics/logs from a Scaleway data source to an external destination. Current supported destination for data exports are Datadog and OTLP endpoints. This feature is in Beta phase. During Beta phase, exporter can take up to 30 min to be effectively active.
path Parameters
regionThe region you want to target
Create a data export › Request Body
datasource_idID of the data source linked to the data export.
exported_productsThe list of products name your data export send to the destination.
To include all products in your data export, you can use an array containing "all"
You can retrieve the complete list of product names using the ListProducts endpoint.
nameName of the data export.
Datadog destination configuration for the data export.
OTLP destination configuration for the data export.
descriptionDescription of the data export.
Create a data export › Responses
idID of the data export. (UUID format)
nameName of the data export.
descriptionDescription of the data export.
datasource_idID of the data source linked to the data export. (UUID format)
Datadog destination configuration for the data export.
OTLP destination configuration for the data export.
statusStatus of the data export.
exported_productsList of Scaleway products name exported by the data export.
created_atA timestamp of the creation date of the data export. (RFC 3339 format)
updated_atA timestamp of the last update date of the data export. (RFC 3339 format)
regionThe region in which the export is located.
Get a data export
Retrieve information about a given data export, specified by its ID.
path Parameters
regionThe region you want to target
exporter_idID of the data export to retrieve.
Get a data export › Responses
idID of the data export. (UUID format)
nameName of the data export.
descriptionDescription of the data export.
datasource_idID of the data source linked to the data export. (UUID format)
Datadog destination configuration for the data export.
OTLP destination configuration for the data export.
statusStatus of the data export.
exported_productsList of Scaleway products name exported by the data export.
created_atA timestamp of the creation date of the data export. (RFC 3339 format)
updated_atA timestamp of the last update date of the data export. (RFC 3339 format)
regionThe region in which the export is located.
Delete a data export
Delete a given data export, specified by its ID. Note that this action will immediately and permanently delete this data exports.
path Parameters
regionThe region you want to target
exporter_idID of the data export to update.
Delete a data export › Responses
Update a data export
Update a data export attributes. Changes are effective immediately even during Beta phase. Note that you can not change the data source linked to the export. If you need to do so, you will need to re-create the export.
path Parameters
regionThe region you want to target
exporter_idID of the data export to update.
Update a data export › Request Body
Updated Datadog destination configuration for the data export.
Updated OTLP destination configuration for the data export.
nameUpdated name of the data export.
descriptionUpdated description of the data export.
exported_productsUpdated list of Scaleway products to export.
To include all products in your data export, you can use an array containing "all"
You can retrieve the complete list of product names using the ListProducts endpoint.
Update a data export › Responses
idID of the data export. (UUID format)
nameName of the data export.
descriptionDescription of the data export.
datasource_idID of the data source linked to the data export. (UUID format)
Datadog destination configuration for the data export.
OTLP destination configuration for the data export.
statusStatus of the data export.
exported_productsList of Scaleway products name exported by the data export.
created_atA timestamp of the creation date of the data export. (RFC 3339 format)
updated_atA timestamp of the last update date of the data export. (RFC 3339 format)
regionThe region in which the export is located.