getDashboards

Back to index

Summary

Retrieves all dashboards in a project.
projectName
Stringoptional
Name of the project that the dashboard belongs to.

Usage

Perl

$cmdr->getDashboards( # optionals );

ectool

ectool getDashboards \ # optionals

Examples

Perl

$cmdr->getDashboards({projectName => Default});

ectool

ectool getDashboards --projectName Default