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
Add a new recipient for email alert notifications.
73
+
Create a new dasboard using one of the existing dashboards as a template. You will be able to define the scope of the new dasboard.
87
74
**Arguments**
88
-
-**email**: the email target to add.
75
+
-**newdashname**: the name of the dashboard that will be created.
76
+
-**viewname**: the name of the dasboard to use as the template, as it appears in the Sysdig Cloud dashboard page.
77
+
-**filter**: a boolean expression combining Sysdig Cloud segmentation criteria defines what the new dasboard will be applied to. For example: _kubernetes.namespace.name='production' and container.image='nginx'_.
89
78
90
79
**Success Return Value**
91
-
A dictionary showing the updated user notifications configuration.
80
+
A dictionary showing the details of the new dashboard.
Create a new dasboard using one of the existing dashboards as a template. You will be able to define the scope of the new dasboard.
111
-
**Arguments**
112
-
-**newdashname**: the name of the dashboard that will be created.
113
-
-**viewname**: the name of the dasboard to use as the template, as it appears in the Sysdig Cloud dashboard page.
114
-
-**filter**: a boolean expression combining Sysdig Cloud segmentation criteria defines what the new dasboard will be applied to. For example: _kubernetes.namespace.name='production' and container.image='nginx'_.
You can use this method you use to send an event to Sysdig Cloud. The events you post are available in the Events tab in the Sysdig Cloud UI and can be overlied to charts.
@@ -180,11 +188,3 @@ You can use this method you use to send an event to Sysdig Cloud. The events you
180
188
A dictionary describing the new event.
181
189
**Example**
182
190
[examples/post_event.py](examples/post_event.py).
183
-
184
-
#### `get_metrics(self)`
185
-
**Description**
186
-
Return the metric list that can be used for data requests/alerts/dashboards.
187
-
**Success Return Value**
188
-
A dictionary containing the list of available metrics.
0 commit comments