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
Copy file name to clipboardExpand all lines: packages_generated/cockpit/src/v1/api.gen.ts
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -153,9 +153,11 @@ The output returned displays the URL to access your Cockpit's Grafana.
153
153
})
154
154
155
155
/**
156
-
* 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.
156
+
* (Deprecated) EOL 2026-01-20. Create a Grafana user
157
+
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.
157
158
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.
158
159
*
160
+
* @deprecated
159
161
* @param request - The request {@link GlobalApiCreateGrafanaUserRequest}
160
162
* @returns A Promise of GrafanaUser
161
163
*/
@@ -199,8 +201,10 @@ Each Grafana user is associated with a role: viewer or editor. A viewer can only
199
201
)
200
202
201
203
/**
202
-
* 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.
204
+
* (Deprecated) EOL 2026-01-20. List Grafana users
205
+
List all Grafana users created in your Cockpit's Grafana. By default, the Grafana users returned in the list are ordered in ascending order.
203
206
*
207
+
* @deprecated
204
208
* @param request - The request {@link GlobalApiListGrafanaUsersRequest}
205
209
* @returns A Promise of ListGrafanaUsersResponse
206
210
*/
@@ -209,8 +213,10 @@ Each Grafana user is associated with a role: viewer or editor. A viewer can only
* 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.
216
+
* (Deprecated) EOL 2026-01-20. Delete a Grafana user
217
+
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.
213
218
*
219
+
* @deprecated
214
220
* @param request - The request {@link GlobalApiDeleteGrafanaUserRequest}
@@ -224,9 +230,11 @@ Each Grafana user is associated with a role: viewer or editor. A viewer can only
224
230
})
225
231
226
232
/**
227
-
* 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.
233
+
* (Deprecated) EOL 2026-01-20. Reset a Grafana user password
234
+
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.
228
235
A new password regenerates and only displays once. Make sure that you save it.
229
236
*
237
+
* @deprecated
230
238
* @param request - The request {@link GlobalApiResetGrafanaUserPasswordRequest}
231
239
* @returns A Promise of GrafanaUser
232
240
*/
@@ -328,7 +336,7 @@ A new password regenerates and only displays once. Make sure that you save it.
328
336
329
337
/**
330
338
* List plan types. Retrieve a list of available pricing plan types.
331
-
Deprecated: retention is now managed at the data source level.
339
+
Deprecated due to retention now being managed at the data source level.
332
340
*
333
341
* @deprecated
334
342
* @param request - The request {@link GlobalApiListPlansRequest}
@@ -339,7 +347,7 @@ Deprecated: retention is now managed at the data source level.
339
347
340
348
/**
341
349
* 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.
342
-
Deprecated: retention is now managed at the data source level.
350
+
Deprecated due to retention now being managed at the data source level.
343
351
*
344
352
* @deprecated
345
353
* @param request - The request {@link GlobalApiSelectPlanRequest}
@@ -360,7 +368,7 @@ Deprecated: retention is now managed at the data source level.
360
368
361
369
/**
362
370
* Get current plan. Retrieve a pricing plan for the given Project, specified by the ID of the Project.
363
-
Deprecated: retention is now managed at the data source level.
371
+
Deprecated due to retention now being managed at the data source level.
364
372
*
365
373
* @deprecated
366
374
* @param request - The request {@link GlobalApiGetCurrentPlanRequest}
0 commit comments