File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11
11
* [ AlertmanagerConfig] ( #grafana_api.model.AlertmanagerConfig )
12
12
* [ AlertmanagerReceivers] ( #grafana_api.model.AlertmanagerReceivers )
13
13
* [ RulerRule] ( #grafana_api.model.RulerRule )
14
+ * [ UserObject] ( #grafana_api.model.UserObject )
14
15
15
16
<a id =" grafana_api.model " ></a >
16
17
@@ -189,3 +190,20 @@ The class includes all necessary variables to generate a Ruler rule object that
189
190
- `record` _str_ - Specify recode value of the rule
190
191
- `for_id` _int_ - Specify the id of the rule if you update an existing rule (default 0 )
191
192
193
+ < a id =" grafana_api.model.UserObject" >< / a>
194
+
195
+ # # UserObject Objects
196
+
197
+ ```python
198
+ class UserObject(NamedTuple)
199
+ ```
200
+
201
+ The class includes all necessary variables to generate a User object that is necessary to update a Grafana User
202
+
203
+ ** Arguments** :
204
+
205
+ - `email` _str_ - Specify the name of the rule
206
+ - `name` _str_ - Specify the annotations of the rule
207
+ - `login` _str_ - Specify the expression of the rule
208
+ - `theme` _str_ - Specify the Grafana alert of the rule
209
+
You can’t perform that action at this time.
0 commit comments