Create a Grafana user. Create a Grafana user to connect to your Cockpit's
Grafana. Upon creation, your user password displays only once, so make sure
that you save it. Each Grafana user is associated with a role: viewer or
editor. A viewer can only view dashboards, whereas an editor can create and
edit dashboards. Note that the admin
username is not available for
creation.
The request GlobalApiCreateGrafanaUserRequest
A Promise of GrafanaUser
Delete a Grafana user. 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 GlobalApiDeleteGrafanaUserRequest
Get current plan. Retrieve a pricing plan for the given Project, specified by the ID of the Project. Deprecated, retention is now managed at the data source level.
The request GlobalApiGetCurrentPlanRequest
A Promise of Plan
Get your Cockpit's Grafana. Retrieve information on your Cockpit's Grafana, specified by the ID of the Project the Cockpit belongs to. The output returned displays the URL to access your Cockpit's Grafana.
The request GlobalApiGetGrafanaRequest
A Promise of Grafana
Get Scaleway resource dashboard. Retrieve information about the dashboard of a Scaleway resource in Grafana, specified by the ID of the Project the Cockpit belongs to, and the name of the dashboard.
The request GlobalApiGetGrafanaProductDashboardRequest
A Promise of GrafanaProductDashboard
List Scaleway resources dashboards. Retrieve a list of available dashboards in Grafana, for all Scaleway resources which are integrated with Cockpit.
The request GlobalApiListGrafanaProductDashboardsRequest
A Promise of ListGrafanaProductDashboardsResponse
List Grafana users. List all Grafana users created in your Cockpit's Grafana. By default, the Grafana users returned in the list are ordered in ascending order.
The request GlobalApiListGrafanaUsersRequest
A Promise of ListGrafanaUsersResponse
List plan types. Retrieve a list of available pricing plan types. Deprecated, retention is now managed at the data source level.
The request GlobalApiListPlansRequest
A Promise of ListPlansResponse
Reset a Grafana user password. 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. A new password regenerates and only displays once. Make sure that you save it.
The request GlobalApiResetGrafanaUserPasswordRequest
A Promise of GrafanaUser
Apply a pricing plan. Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply. Deprecated, retention is now managed at the data source level.
The request GlobalApiSelectPlanRequest
A Promise of Plan
Synchronize Grafana data sources. Trigger the synchronization of all your data sources and the alert manager in the relevant regions. The alert manager will only be synchronized if you have enabled it.
The request GlobalApiSyncGrafanaDataSourcesRequest
Cockpit Global API.
The Cockpit Global API allows you to manage your Cockpit's Grafana and plans.