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
- **viewname**: the name of the view to use as the template for the new dashboard. This corresponds to the name that the view has in the Explore page.
1632
1632
- **filter**: a boolean expression combining Sysdig Monitor segmentation criteria that defines what the new dasboard will be applied to. For example: *kubernetes.namespace.name='production' and container.image='nginx'*.
1633
1633
- **shared**: if set to True, the new dashboard will be a shared one.
1634
+
- **public**: if set to True, the new dashboard will be shared with public token.
1634
1635
- **annotations**: an optional dictionary of custom properties that you can associate to this dashboard for automation or management reasons
- **viewname**: the name of the dasboard to use as the template, as it appears in the Sysdig Monitor dashboard page.
1666
1667
- **filter**: a boolean expression combining Sysdig Monitor segmentation criteria defines what the new dasboard will be applied to. For example: *kubernetes.namespace.name='production' and container.image='nginx'*.
1667
1668
- **shared**: if set to True, the new dashboard will be a shared one.
1669
+
- **public**: if set to True, the new dashboard will be shared with public token.
1668
1670
- **annotations**: an optional dictionary of custom properties that you can associate to this dashboard for automation or management reasons
- **filename**: name of a file containing a JSON object for a dashboard in the format of an array element returned by :func:`~SdcClient.get_dashboards`
1712
1714
- **filter**: a boolean expression combining Sysdig Monitor segmentation criteria defines what the new dasboard will be applied to. For example: *kubernetes.namespace.name='production' and container.image='nginx'*.
1713
1715
- **shared**: if set to True, the new dashboard will be a shared one.
1716
+
- **public**: if set to True, the new dashboard will be shared with public token.
1714
1717
- **annotations**: an optional dictionary of custom properties that you can associate to this dashboard for automation or management reasons
0 commit comments