Back to index
Summary
Retrieves all DevOps Insight data sources.projectNameStringrequiredThe name for the project that must be unique among all projects. releaseNameStringrequiredThe name of the release. reportObjectTypeNameStringoptionalThe name of a report object type. |
Usage
Perl
$cmdr->getDevOpsInsightDataSources( "test-projectName", # projectName "test-releaseName" # releaseName # optionals );
ectool
ectool getDevOpsInsightDataSources \ "test-projectName" `# projectName` \ "test-releaseName" `# releaseName` \ # optionals