Activate the Cockpit of a given Project specified by the Project ID.
The request ActivateCockpitRequest
A Promise of Cockpit
Create a contact point associated with the default receiver, to receive alerts.
The request CreateContactPointRequest
A Promise of ContactPoint
Create a data source for a given Project specified by the Project ID and the data source type.
The request CreateDatasourceRequest
A Promise of Datasource
Create a Grafana user for your Cockpit's Grafana. Make sure you save the automatically-generated password and the Grafana user ID.
The request CreateGrafanaUserRequest
A Promise of GrafanaUser
Create a token in a given Project specified by the Project ID.
The request CreateTokenRequest
A Promise of Token
Deactivate the Cockpit of a given Project specified by the Project ID.
The request DeactivateCockpitRequest
A Promise of Cockpit
Delete a contact point associated with the default receiver.
The request DeleteContactPointRequest
Delete a given data source specified by the data source ID.
The request DeleteDatasourceRequest
Delete a Grafana user from your Cockpit's Grafana, specified by the ID of the Project the Cockpit belongs to, and the ID of the Grafana user.
The request DeleteGrafanaUserRequest
Delete a given token specified by the token ID.
The request DeleteTokenRequest
Disable the sending of managed alerts for a given Cockpit, specified by the ID of the Project the Cockpit belongs to.
The request DisableManagedAlertsRequest
Enable the sending of managed alerts for a given Cockpit, specified by the ID of the Project the Cockpit belongs to.
The request EnableManagedAlertsRequest
Retrieve the Cockpit of a given Project specified by the Project ID.
The request GetCockpitRequest
A Promise of Cockpit
Retrieve metrics from your Cockpit specified by the ID of the Project the Cockpit belongs to.
The request GetCockpitMetricsRequest
A Promise of CockpitMetrics
Get a product dashboard. Get a product dashboard specified by the dashboard ID.
The request GetGrafanaProductDashboardRequest
A Promise of GrafanaProductDashboard
Retrieve a given token specified by the token ID.
The request GetTokenRequest
A Promise of Token
Get a list of contact points created for a given Cockpit, specified by the ID of the Project the Cockpit belongs to.
The request ListContactPointsRequest
A Promise of ListContactPointsResponse
Get a list of data sources for the specified Project ID.
The request ListDatasourcesRequest
A Promise of ListDatasourcesResponse
List product dashboards. Get a list of available product dashboards.
The request ListGrafanaProductDashboardsRequest
A Promise of ListGrafanaProductDashboardsResponse
Get a list of all Grafana users created in your Cockpit's Grafana.
The request ListGrafanaUsersRequest
A Promise of ListGrafanaUsersResponse
Get a list of all pricing plans available.
The request ListPlansRequest
A Promise of ListPlansResponse
Get a list of tokens in a given Project specified by the Project ID.
The request ListTokensRequest
A Promise of ListTokensResponse
Reset the password of a Grafana user, specified by the ID of the Project the Cockpit belongs to, and the ID of the Grafana user.
The request ResetGrafanaUserPasswordRequest
A Promise of GrafanaUser
Select your chosen pricing plan for your Cockpit, specifying the Cockpit's Project ID and the pricing plan's ID in the request.
The request SelectPlanRequest
A Promise of SelectPlanResponse
Send a test alert to make sure your contact points get notified when an actual alert is triggered.
The request TriggerTestAlertRequest
Waits for Cockpit to be in a final state.
The request GetCockpitRequest
Optional
options: Readonly<WaitForOptions<Cockpit>>The waiting options
A Promise of Cockpit
Cockpit API.
This API allows you to manage your Scaleway Cockpit, for storing and visualizing metrics and logs.