getDevOpsInsightDataSources

On this page
Back to index

Summary

Retrieves all DevOps Insight data sources.
projectName
Stringrequired
The name for the project that must be unique among all projects.
releaseName
Stringrequired
The name of the release.
reportObjectTypeName
Stringoptional
The 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