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
+12-4Lines changed: 12 additions & 4 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}
0 commit comments