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 server types. List all technical details about Apple silicon server types available in the specified zone. Since there is only one Availability Zone for Apple silicon servers, the targeted value is `fr-par-3`.
@@ -332,8 +338,13 @@ export class API extends ParentAPI {
* List events. Retrieve the list of Audit Trail events for a Scaleway Organization and/or Project. You must specify the `organization_id` and optionally, the `project_id`.
@@ -386,12 +387,13 @@ Deprecated: retention is now managed at the data source level.
386
387
The Cockpit API allows you to create data sources and Cockpit tokens to store and query data types such as metrics, logs, and traces. You can also push your data into Cockpit, and send alerts to your contact points when your resources may require your attention, using the regional Alert manager.
@@ -409,10 +411,7 @@ export class RegionalAPI extends ParentAPI {
409
411
)
410
412
411
413
/**
412
-
* Create a data source. You must specify the data source type upon creation. Available data source types include:
413
-
- metrics
414
-
- logs
415
-
- traces
414
+
* Create a data source. You must specify the data source name and type (metrics, logs, traces) upon creation.
416
415
The name of the data source will then be used as reference to name the associated Grafana data source.
417
416
*
418
417
* @param request - The request {@link RegionalApiCreateDataSourceRequest}
@@ -450,7 +449,7 @@ The name of the data source will then be used as reference to name the associate
450
449
)
451
450
452
451
/**
453
-
* Delete a data source. Delete a given data source, specified by the data source ID. Note that deleting a data source is irreversible, and cannot be undone.
452
+
* Delete a data source. Delete a given data source. Note that this action will permanently delete this data source and any data associated with it.
454
453
*
455
454
* @param request - The request {@link RegionalApiDeleteDataSourceRequest}
456
455
*/
@@ -487,7 +486,6 @@ The name of the data source will then be used as reference to name the associate
487
486
488
487
/**
489
488
* List data sources. Retrieve the list of data sources available in the specified region. By default, the data sources returned in the list are ordered by creation date, in ascending order.
490
-
You can list data sources by Project, type and origin.
491
489
*
492
490
* @param request - The request {@link RegionalApiListDataSourcesRequest}
493
491
* @returns A Promise of ListDataSourcesResponse
@@ -497,7 +495,7 @@ You can list data sources by Project, type and origin.
0 commit comments