Back to index
Summary
Retrieves a widget filter override by dashboard filter name.projectNameStringrequiredThe name for the project that must be unique among all projects. dashboardNameStringrequiredUnique name of the dashboard within the project. widgetNameStringrequiredName of the widget within the dashboard this widget filter override is scoped to. dashboardFilterNameStringrequiredThe name of the dashboard filter. |
Usage
Perl
$cmdr->getWidgetFilterOverride( "test-projectName", # projectName "test-dashboardName", # dashboardName "test-widgetName", # widgetName "test-dashboardFilterName" # dashboardFilterName );
ectool
ectool getWidgetFilterOverride \ "test-projectName" `# projectName` \ "test-dashboardName" `# dashboardName` \ "test-widgetName" `# widgetName` \ "test-dashboardFilterName" `# dashboardFilterName`